Files
gnucash/libgnucash/backend
John Ralls d8c2f52447 Correct quoting for SQL backends.
Only string values should be quoted in queries; in particular NULL
isn't a string value and must not be quoted.
Note that this is a less than perfect solution because it doesn't use
the Database's quoting function and so doesn't escape quotes, linefeeds,
or carriage returns inside the string. That's because the SQL generating
logic is independent of the connection class and can't easily get to it.
2017-11-25 14:46:31 -08:00
..
2017-11-25 14:46:31 -08:00
2017-11-25 14:46:31 -08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00