gnucash/libgnucash/backend/dbi
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
..
test Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
.splintrc Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +02:00
CMakeLists.txt [MacOS] Change CMake installed names to absolute paths from @rpath/... 2017-10-15 13:22:29 -07:00
gnc-backend-dbi.cpp Fix bad string construction in adjust_sql_options. 2017-11-19 17:32:12 -08:00
gnc-backend-dbi.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-backend-dbi.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-dbiprovider.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-dbiproviderimpl.hpp Bug 784623 - GNUCash does not work with sql backend. 2017-11-23 11:41:09 -08:00
gnc-dbisqlconnection.cpp Correct quoting for SQL backends. 2017-11-25 14:46:31 -08:00
gnc-dbisqlconnection.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-dbisqlresult.cpp Bug 789608 - Compilation problems when linking libraries. 2017-11-09 13:47:08 -08:00
gnc-dbisqlresult.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gncmod-backend-dbi.c Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Rename directory for code from external projects 2017-08-17 15:25:49 +02:00