gnucash/libgnucash/backend
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
..
dbi Lowercase cmake commands 2018-05-03 23:18:15 +02:00
sql Bug 796369 - Notes lost or perhaps just not displaying when using... 2018-05-25 12:58:39 -07:00
xml Fix typo 2018-05-04 10:04:52 -07:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00