Commit Graph

26 Commits (stable)

Author SHA1 Message Date
John Ralls 5f7017854b Specialize get_row_value_from_object for int64_t.
6 months ago
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
Maarten Bosmans 6be682b645 Store allocated temporaries in a variable so they can be freed
3 years ago
Richard Cohen 78ec20515b Remove some unused variables - and the initialization
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 9fa7b7f940 Implement a faster date-time serialization function.
7 years ago
John Ralls 20f6e4e690 Remove Timespec from the SQL backend.
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 c8861d4666 Bug 795276 - Invalid date on price stops file from being parsed.
8 years ago
John Ralls 9db60ca63c Make float database operations more consistent.
8 years ago
John Ralls 39aecb7610 Bug 794936 - 3.0 does not open previously saved sqlite3 files...
8 years ago
Bill Nottingham 434dd9520c Adjust catch syntax to avoid GCC8 warnings.
8 years ago
John Ralls 8fe2cb6fa8 Fix date corruption in SQL load.
8 years ago
John Ralls 74d94650ed Avoid crash when committing a date outside of the valid range
8 years ago
John Ralls 8900b19da3 Bug 790845 - 2.7.3: massive test failures on some architectures (reopened).
8 years ago
John Ralls 1c8c53a861 Remove (unused because of an error) parse-to-tm string timespec construction.
8 years ago
John Ralls 13657ee1bb Merge branch 'maint' into unstable
8 years ago
John Ralls d8c2f52447 Correct quoting for SQL backends.
8 years ago
John Ralls 04642fc42a [SQL] Check return of string_to_guid, bail if false.
8 years ago
John Ralls 1e0a9a0ef8 Parse date strings into a struct tm and construct GDateTime with that.
9 years ago
John Ralls e9ac71c0f9 Fix time-string format in backend for GncDateTime(std::string).
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