Commit Graph

116 Commits (d4c19efc8dc09c2862f467855d5fcd18c867e8ea)

Author SHA1 Message Date
John Ralls 9fa7b7f940 Implement a faster date-time serialization function.
7 years ago
John Ralls 9bfaada356 Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
7 years ago
John Ralls 1116ce909b Bug 796967 - gnclock table not removed when using PostgreSQL.
7 years ago
Geert Janssens d22e1db340 gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris
7 years ago
Christopher D. Carson aaeb639d07 Performance fix in dom_chars_handler: use g_strndup instead of g_strdup
7 years ago
John Ralls e81bcf6e33 Fix the remaining static analysis warnings.
7 years ago
John Ralls bf55c30aeb Fix most of the unused assignment errors from static analysis.
7 years ago
John Ralls 876bfd19ad Protect against nullptr dereference, remove unused GError.
7 years ago
John Ralls faba7975ac Fix a bunch of memory allocation errors found by clang static analysis.
7 years ago
Di Mang 893383ce9b removing double semicolons at the end of lines
8 years ago
Geert Janssens 406953c2ae Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla'
8 years ago
John Ralls 26a179872d Don't create 2 new books for every new session.
8 years ago
John Ralls 6d2ef90313 Fix a magic number.
8 years ago
Geert Janssens 5057703d30 Sql backend - show progress similar to how it's done for xml backend
8 years ago
Geert Janssens 5775662b52 Raise edit level of all accounts before loading transactions and splits
8 years ago
Geert Janssens 221c46585c Sql backend - load transactions before business objects to reduce individual slot queries
8 years ago
Geert Janssens 48b29f5e91 Fix memory leak in char* type KvpValue and fix improper uses
8 years ago
John Ralls fc368b91d2 Restore the timespec_val column name in the slots table.
8 years ago
John Ralls 20f6e4e690 Remove Timespec from the SQL backend.
8 years ago
John Ralls 755773ac4c Clean up timespec comments in the XML backend.
8 years ago
John Ralls b32a8a9390 Remove time64_to_string and string_to_time64 and their tests.
8 years ago
John Ralls 358cd979d9 Remove Timespec from the main engine classes (Transaction, Split, & Account.
8 years ago
John Ralls fee589b28c Remove Timespec from pricedb.
8 years ago
John Ralls c8b372e390 Convert GNC_TYPE_TIMESPEC to GNC_TYPE_TIME64, Kvp::Type::Timespec to Kvp::Type::Time64
8 years ago
John Ralls 2f861bc2a4 Ensure all C++ class member raw pointers are default-initialized to nullptr.
8 years ago
Geert Janssens 239ee6797a Fix crash when cancelling a Save As... overwrite action
8 years ago
John Ralls 43af50bd8a Bug 796759 - --add-price-quotes <sql file> leaves a lock on the file.
8 years ago
John Ralls de927d535d Fix test-backend-dbi for Postgress and MySQL.
8 years ago
John Ralls 756f444ac3 Update bug tracker URL
8 years ago
Geert Janssens 9d5712ef09 Use same 'force' logic sequence for sqlite and other dbs
8 years ago
Geert Janssens 875781847a Bug 796724 - Can't overwrite gnucash DB on MariaDB
8 years ago
Geert Janssens 9ab06bc9b3 Bug 789594 - Unable to overwrite sqlite3 database file
8 years ago
Geert Janssens 240c4bd2cf Whitespace cosmetics
8 years ago
John Ralls f7ed46a35b Bug 796248 - Editing Scheduled Transaction, take 2.
8 years ago
John Ralls 4e04f6e51d Don't warn about an invalid date if it's just an empty column.
8 years ago
John Ralls 1e6627c4c5 [DBI Backend] Init and finalize the backend in setup and teardown.
8 years ago
Geert Janssens a438a59513 Bug 795944 - Cannot store change to Business Suppliers data
8 years ago
John Ralls f144a8deb7 Revert "Bug 796248 - Editing Scheduled Transaction"
8 years ago
John Ralls 696277bbf6 New clang error enforces virtual destructors.
8 years ago
John Ralls ffe6044cd6 Bug 796248 - Editing Scheduled Transaction
8 years ago
John Ralls c8861d4666 Bug 795276 - Invalid date on price stops file from being parsed.
8 years ago
John Ralls 333a14c0fd Fix ubuntu build failure.
8 years ago
John Ralls 3b3074c28d Bug 796117 - Connecting 3.1 to an existing mysql db drops all data
8 years ago
John Ralls f8045b2735 A wee bit of C++ style.
8 years ago
John Ralls 537fd995a3 Ensure full precision of doubles is saved to SQL.
8 years ago
John Ralls 9db60ca63c Make float database operations more consistent.
8 years ago
John Ralls 3e052e8dac [DBI Backend] Rework backup-table management.
8 years ago
John Ralls e23769f078 [DBI Backend] If there's a set error value use that to set the backend error.
8 years ago
John Ralls f504e39d78 Correct the type of error variables.
8 years ago
John Ralls 464fdeeb26 [DBI Backend] Remove unused TableOpTypes.
8 years ago