..
test
Bug 797906 - GnuCash data file is locked after a "save-as"...
2021-03-23 11:27:37 -07:00
.splintrc
Restructure the src directory
2017-08-10 18:45:00 +02:00
CMakeLists.txt
Merge branch 'maint'
2020-02-06 16:50:08 +01:00
escape.cpp
Fix typos in libgnucash/
2021-03-02 01:15:32 +01:00
escape.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-account-sql.cpp
Remove LOAD_TRANSACTIONS_AS_NEEDED from SQL backend.
2018-04-14 10:18:01 -07:00
gnc-account-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-address-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-bill-term-sql.cpp
Fix most of the unused assignment errors from static analysis.
2018-11-30 15:08:41 +09:00
gnc-bill-term-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-book-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-book-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-budget-sql.cpp
Fix most of the unused assignment errors from static analysis.
2018-11-30 15:08:41 +09:00
gnc-budget-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-commodity-sql.cpp
Reduce use of gnc_sql_slots_load_for_instancevec.
2018-04-14 10:18:01 -07:00
gnc-commodity-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-customer-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-customer-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-employee-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-employee-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-entry-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-entry-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-invoice-sql.cpp
Fix most of the unused assignment errors from static analysis.
2018-11-30 15:08:41 +09:00
gnc-invoice-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-job-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-job-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-lots-sql.cpp
Set GncSqlObjectBackend::m_version to the appropriate TABLE_VERSION.
2017-11-21 18:15:37 -08:00
gnc-lots-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-order-sql.cpp
Fix most of the unused assignment errors from static analysis.
2018-11-30 15:08:41 +09:00
gnc-order-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-owner-sql.cpp
Adjust catch syntax to avoid GCC8 warnings.
2018-04-03 22:02:44 -04:00
gnc-price-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-price-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-recurrence-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-recurrence-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-schedxaction-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-schedxaction-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-slots-sql.cpp
Restore the timespec_val column name in the slots table.
2018-08-30 17:03:41 -07:00
gnc-slots-sql.h
Bug 772776 - VERY large queries (over 11000 fields in IN clause) slow...
2018-04-14 10:18:01 -07:00
gnc-sql-backend.cpp
Bug 797906 - GnuCash data file is locked after a "save-as"...
2021-03-23 11:27:37 -07:00
gnc-sql-backend.hpp
Bug 797906 - GnuCash data file is locked after a "save-as"...
2021-03-23 11:27:37 -07:00
gnc-sql-column-table-entry.cpp
Implement a faster date-time serialization function.
2019-01-04 16:34:33 -08:00
gnc-sql-column-table-entry.hpp
Remove Timespec from the SQL backend.
2018-08-13 11:52:43 -07:00
gnc-sql-connection.hpp
Correct the type of error variables.
2018-06-01 14:13:11 -07:00
gnc-sql-object-backend.cpp
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-sql-object-backend.hpp
Ensure all C++ class member raw pointers are default-initialized to nullptr.
2018-08-10 12:21:28 -07:00
gnc-sql-result.cpp
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-sql-result.hpp
Make float database operations more consistent.
2018-06-02 16:16:41 -07:00
gnc-tax-table-sql.cpp
Set GncSqlObjectBackend::m_version to the appropriate TABLE_VERSION.
2017-11-21 18:15:37 -08:00
gnc-tax-table-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00
gnc-transaction-sql.cpp
Bug 784623 - GNUCash does not work with sql backend, I can open...
2019-07-19 21:20:43 -07:00
gnc-transaction-sql.h
Remove LOAD_TRANSACTIONS_AS_NEEDED from SQL backend.
2018-04-14 10:18:01 -07:00
gnc-vendor-sql.cpp
Bug 798156 - glib 2.68.0 breaks gnucash
2021-04-20 11:03:23 -07:00
gnc-vendor-sql.h
Restructure the src directory
2017-08-10 18:45:00 +02:00