gnucash/libgnucash/backend
John Ralls 9c4635e393 Bug 784623 - GNUCash does not work with sql backend.
Wherin the problem is that MySQL's TIMESTAMP has a date range of
1970-01-01 00:00:01 to 2038-01-19 03:14:07 and is unable to handle
time_t of 0. MySQL's TIMESTAMP also assumes that input is in the server's
timezone and adjusts it to UTC. GnuCash has already done that conversion.
2017-11-23 11:41:09 -08:00
..
dbi Bug 784623 - GNUCash does not work with sql backend. 2017-11-23 11:41:09 -08:00
sql Bug 784623 - GNUCash does not work with sql backend. 2017-11-23 11:41:09 -08:00
xml Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
CMakeLists.txt Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Restructure the src directory 2017-08-10 18:45:00 +02:00