Commit Graph

27 Commits (stable)

Author SHA1 Message Date
David Seifert c06bc18dc4
Add missing `#include <cstdint>`
1 year ago
John Ralls 5781f3445b SQLBackend: Use std::optional return value instead of exceptions
3 years ago
Richard Cohen 3abc9a5558 Refactor: Remove some unnecessary uses of memcpy
3 years ago
Richard Cohen 9c6ad222a9 [-Wunused-function] - remove
3 years ago
Richard Cohen ea2d3be217 Remove some unused variables with obviously no side effects
3 years ago
Richard Cohen 1cec0cb3f3 Use internal extern "C" { ... } for C++
3 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 c8b372e390 Convert GNC_TYPE_TIMESPEC to GNC_TYPE_TIME64, Kvp::Type::Timespec to Kvp::Type::Time64
8 years ago
John Ralls f8045b2735 A wee bit of C++ style.
8 years ago
John Ralls 39aecb7610 Bug 794936 - 3.0 does not open previously saved sqlite3 files...
8 years ago
John Ralls 01420adb99 Bug 772776 - VERY large queries (over 11000 fields in IN clause) slow...
8 years ago
John Ralls e4d0ad9dda Reduce use of gnc_sql_slots_load_for_instancevec.
8 years ago
Bill Nottingham 434dd9520c Adjust catch syntax to avoid GCC8 warnings.
8 years ago
Geert Janssens 152277274f Fix slot loading in sql backend
8 years ago
John Ralls e5561bd7ab Fix lost Bayesian matches in SQL backend.
8 years ago
John Ralls 78705dc8be Bug 792833 - User specifies source of 'num' field'; either...
8 years ago
lmat 5636afc4a2 Kvp no longer parses entries looking for delimiters
8 years ago
lmat 34e0d6cfa0 kvp frame to template and correcting failure macro
8 years ago
John Ralls 9c4635e393 Bug 784623 - GNUCash does not work with sql backend.
8 years ago
John Ralls 937f8c5083 Set GncSqlObjectBackend::m_version to the appropriate TABLE_VERSION.
8 years ago
John Ralls 04642fc42a [SQL] Check return of string_to_guid, bail if false.
8 years ago
John Ralls d17c24b770 Bug 789298 - Prompt for file history update leads to crash during startup.
8 years ago
Geert Janssens 1238b9d8cd Prevent gcc from searching config.h in the current directory
8 years ago
John Ralls 7e7d42847c Fix load string KVP memory error.
9 years ago
John Ralls 43df1ccc3a Fix the most serious backend memory leaks.
9 years ago
Geert Janssens 83d14e1c1c Restructure the src directory
9 years ago