gnucash/libgnucash/backend/sql
John Ralls 1e0a9a0ef8 Parse date strings into a struct tm and construct GDateTime with that.
Instead of using the more generic string constructor. The struct tm
constructor is several times faster and this change speeds up
transaction loading by 2x.
2017-08-20 21:28:09 +02:00
..
test Rename directory for code from external projects 2017-08-17 15:25:49 +02:00
.splintrc Restructure the src directory 2017-08-10 18:45:00 +02:00
CMakeLists.txt Restructure the src directory 2017-08-10 18:45:00 +02:00
escape.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
escape.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-account-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-account-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-address-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-bill-term-sql.cpp Fix the most serious backend memory leaks. 2017-08-16 23:17:07 +02:00
gnc-bill-term-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-book-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-book-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-budget-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-budget-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-commodity-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-commodity-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-customer-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-customer-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-employee-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-employee-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-entry-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-entry-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-invoice-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-invoice-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-job-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-job-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-lots-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-lots-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-order-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-order-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-owner-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-price-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-price-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-recurrence-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-recurrence-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-schedxaction-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-schedxaction-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-slots-sql.cpp Fix load string KVP memory error. 2017-08-19 17:15:49 +02:00
gnc-slots-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-backend.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-backend.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-column-table-entry.cpp Parse date strings into a struct tm and construct GDateTime with that. 2017-08-20 21:28:09 +02:00
gnc-sql-column-table-entry.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-connection.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-object-backend.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-object-backend.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-result.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sql-result.hpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-tax-table-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-tax-table-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-transaction-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-transaction-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-vendor-sql.cpp Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-vendor-sql.h 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