mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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. |
||
---|---|---|
.. | ||
test | ||
.splintrc | ||
CMakeLists.txt | ||
gnc-backend-dbi.cpp | ||
gnc-backend-dbi.h | ||
gnc-backend-dbi.hpp | ||
gnc-dbiprovider.hpp | ||
gnc-dbiproviderimpl.hpp | ||
gnc-dbisqlconnection.cpp | ||
gnc-dbisqlconnection.hpp | ||
gnc-dbisqlresult.cpp | ||
gnc-dbisqlresult.hpp | ||
gncmod-backend-dbi.c | ||
Makefile.am |