gnucash/libgnucash
John Ralls 243bf8afce Bug 796369 - Notes lost or perhaps just not displaying when using...
SQLite backend.

Release Note: This bug caused data loss if you saved your SQLite3
database to a different file or database.

The problem is that in SQLite3 (though not in MySQL or PgSQL) the
subquery ((SELECT DISTINCT guid FROM transactions)) (note the double
parentheses) returns only the first guid in the subquery's results.

Some transactions are loaded by special queries and those queries are
also used to retrieve the transaction's slots so they weren't affected.
2018-05-25 12:58:39 -07:00
..
app-utils test-date-utilities.scm: to SRFI64 2018-05-10 22:21:55 +08:00
backend Bug 796369 - Notes lost or perhaps just not displaying when using... 2018-05-25 12:58:39 -07:00
core-utils Work around a conflict between gcc 8.0 and swig 3.0 2018-05-09 22:18:29 +02:00
doc Lowercase cmake commands 2018-05-03 23:18:15 +02:00
engine Fix misplaced try block that caused unhandled exception if year out of range. 2018-05-25 09:19:12 -07:00
gnc-module Lowercase cmake commands 2018-05-03 23:18:15 +02:00
quotes Lowercase cmake commands 2018-05-03 23:18:15 +02:00
scm utilities.scm: centralize and modernize addto! 2018-05-10 13:19:03 +08:00
tax Lowercase cmake commands 2018-05-03 23:18:15 +02:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00