index
:
LibDB++
main
Extensible C++ library for RDBMS access.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdbpp
/
unittests
Commit message (
Collapse
)
Author
Age
*
Reshuffle and add new exceptions
Dan Goodliffe
2015-12-29
|
*
Add scope transaction helper
Dan Goodliffe
2015-12-29
|
*
Support double quote strings
Dan Goodliffe
2015-12-24
|
*
Check stream state before execute
Dan Goodliffe
2015-12-24
|
*
Update includes to match prefix changes
Dan Goodliffe
2015-12-24
|
*
Add baskslash escaping support to sql parser
Dan Goodliffe
2015-12-21
|
*
Fix and test for rogue ; in MySQL dumps
Dan Goodliffe
2015-12-21
|
*
Adds basic table patch support
Dan Goodliffe
2015-12-14
|
*
Add a database connection pool.
libdbpp-0.10
Dan Goodliffe
2015-11-19
|
*
Improve exceptions in SQL parser to include line number
Dan Goodliffe
2015-11-09
|
*
Add specific exception for invalid conversions during extract and tests over ↵
Dan Goodliffe
2015-11-09
|
|
|
|
extract
*
Support extracting nullable fields into boost::optional<T>s
Dan Goodliffe
2015-11-08
|
*
Add tests over parser error handling and more complex cases
Dan Goodliffe
2015-11-08
|
*
Add tests over col count and ordinal
Dan Goodliffe
2015-11-08
|
*
Add connection error test
Dan Goodliffe
2015-11-08
|
*
Add boolean column to util test
Dan Goodliffe
2015-11-08
|
*
Test error handling in mock setup
Dan Goodliffe
2015-11-08
|
*
Remove unneeded includes
Dan Goodliffe
2015-11-08
|
*
Test column indexing
Dan Goodliffe
2015-11-08
|
*
Test execute
Dan Goodliffe
2015-11-08
|
*
Add utility function for passing each row of a result set to a function ↵
Dan Goodliffe
2015-11-07
|
|
|
|
accepting one parameter per column
*
Add dependency on input test file
Dan Goodliffe
2015-11-07
|
*
Test resolve success
Dan Goodliffe
2015-10-17
|
*
Test savepoints
Dan Goodliffe
2015-10-17
|
*
Exclude fake DB class from coverage
Dan Goodliffe
2015-10-17
|
*
Compat fix
Dan Goodliffe
2015-09-26
|
*
Migrate SQL script parser and add support for executing a script on a connection
Dan Goodliffe
2015-09-21
|
*
Add basic unit test beginnings
Dan Goodliffe
2015-09-20