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
/
src
History
Sébastien Rombauts
4f32da182c
Add my Utils.h file to define nullptr on C++98 and C++03 compilers
2017-12-13 10:34:55 +01:00
..
Backup.cpp
Remove unnecessary noexcept identifier from destructors
2017-08-21 22:01:21 +02:00
Column.cpp
Merge pull request
#139
from fekir/clean_destructors
2017-08-22 11:07:03 +02:00
Database.cpp
Add my Utils.h file to define nullptr on C++98 and C++03 compilers
2017-12-13 10:34:55 +01:00
Exception.cpp
Add SQLite::Exception constructor that takes const char* in order to avoid possible std::bad_alloc exception
2017-08-19 08:59:57 +02:00
Statement.cpp
Rename Statement::mbIsOk to mbHasRow
2017-08-28 17:17:18 +02:00
Transaction.cpp
Remove unnecessary noexcept identifier from destructors
2017-08-21 22:01:21 +02:00