This website requires JavaScript.
Explore
Help
Sign In
cuberite
/
SQLiteCpp
Watch
1
Star
0
Fork
0
You've already forked SQLiteCpp
mirror of
https://github.com/cuberite/SQLiteCpp.git
synced
2025-08-04 09:46:02 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
SQLiteCpp
/
tests
History
Sébastien Rombauts
c1ab7075f4
Fix compilation of new enum Database::BackupType for C++98
2019-07-09 09:37:05 +02:00
..
Backup_test.cpp
Minor cleanup of the codebase, mostly putting braces on their own line in unit tests
2019-06-16 15:48:57 +02:00
Column_test.cpp
Minor cleanup of the codebase, mostly putting braces on their own line in unit tests
2019-06-16 15:48:57 +02:00
Database_test.cpp
Fix compilation of new enum Database::BackupType for C++98
2019-07-09 09:37:05 +02:00
Exception_test.cpp
Minor cleanup of the codebase, mostly putting braces on their own line in unit tests
2019-06-16 15:48:57 +02:00
ExecuteMany_test.cpp
Improve execute many and fix GCC 9 Build by explicitly scoping SQLiteCpp::bind()
2019-06-27 21:44:03 +02:00
Statement_test.cpp
Rename Statement::getExpandedSQL() from
#201
and
fix
#203
#205
memory leak
2019-06-24 22:01:54 +02:00
Transaction_test.cpp
Minor cleanup of the codebase, mostly putting braces on their own line in unit tests
2019-06-16 15:48:57 +02:00
VariadicBind_test.cpp
Minor cleanup of the codebase, mostly putting braces on their own line in unit tests
2019-06-16 15:48:57 +02:00