Commit Graph

75 Commits (a4b1827793b146e9d0fd8db87c76cb5caa211dc6)

Author SHA1 Message Date
Christopher Lam 23bd716451 g_free gnc-path's gchar* intermediate strings
5 years ago
John Ralls bbb4113a5a Bug 798156 - glib 2.68.0 breaks gnucash
5 years ago
Frank H. Ellenberger 93e2829ee5 Merge PR #899 into maint
5 years ago
luz paz 16b4976381 Fix typos in libgnucash/
5 years ago
John Ralls 7a7c26f87e Move glib and gtk includes out of extern C for tests.
5 years ago
Bill Nottingham c0f2c3ae25 Fix build with glib2 2.67.x.
5 years ago
John Ralls ba0e412815 Bug 798112 - An error occurred while processing mysql ...
5 years ago
John Ralls fe4f9ed64a [test-backend-dbi] Fix copying hidden property.
5 years ago
John Ralls 12ad4fadae Bug 798101 - Do not #undef __STRICT_ANSI__
5 years ago
John Ralls 44fc52f5c6 Fix unnecessary copy in range-for loop
6 years ago
John Ralls b8d514e157 Don't try to unlock the GncDbiSqlConnection when it was connected read-only.
6 years ago
John Ralls 6a1cb5eecd Replace the three bool parameters to qof_session_begin to an enum.
6 years ago
John Ralls c73a1bd475 Extract function template drop_database.
6 years ago
John Ralls a320035f42 QofSession, QofBackend: Change book_id to uri.
6 years ago
John Ralls fc637aadc7 Two more test directories needing G_LOG_DOMAIN defined.
6 years ago
John Ralls 4e6c497cd1 Don't ask to save a non-existant book.
6 years ago
John Ralls 8ff5af4c19 Decouple QofBook creation from QofSession.
6 years ago
Geert Janssens abf29aa196 Drop the gnc-module wrapper around the test-engine library
6 years ago
Geert Janssens 301db9020d Merge branch 'maint'
6 years ago
Geert Janssens e79e82edcf CMake - remove parameter repetition in else() and endif() statements
6 years ago
Geert Janssens 4c77f7670e engine - remove gncmod boilerplate
6 years ago
John Ralls b8b33b9591 Revert "More conversions from pkg-config variables to imported targets."
7 years ago
John Ralls 1a9fcfefad More conversions from pkg-config variables to imported targets.
7 years ago
loftx d5297a46bf Resolve 'basic_string::_M_construct null not valid' error when no database is provided in connection string
7 years ago
Mike Alexander 2820af7166 Make test-backend-dbi-basic build and run with libdbi 8.
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
John Ralls bf55c30aeb Fix most of the unused assignment errors from static analysis.
8 years ago
John Ralls 6d2ef90313 Fix a magic number.
8 years ago
Geert Janssens 48b29f5e91 Fix memory leak in char* type KvpValue and fix improper uses
8 years ago
John Ralls 20f6e4e690 Remove Timespec from the SQL backend.
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
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 1e6627c4c5 [DBI Backend] Init and finalize the backend in setup and teardown.
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 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
Geert Janssens a9f35ed7ae Lowercase cmake commands
8 years ago