index
:
LibDB++
main
Extensible C++ library for RDBMS access.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add flags for enabling/disabling each phase of the table patch operation
libdbpp-1.0.1
Dan Goodliffe
2015-12-30
*
Use TransactionScope instead of ScopeObject
Dan Goodliffe
2015-12-30
*
Improve and centralise transaction handling logic
libdbpp-1.0.0
Dan Goodliffe
2015-12-29
*
Add missing override attribute
Dan Goodliffe
2015-12-29
*
Non-const insertId
Dan Goodliffe
2015-12-29
*
Non-const command getters
Dan Goodliffe
2015-12-29
*
Default (not supported) bulk upload implementation
Dan Goodliffe
2015-12-29
*
Non-const execute and save points
Dan Goodliffe
2015-12-29
*
Virtual table patch parts
Dan Goodliffe
2015-12-29
*
Add briefer, smart pointer functions for getting new command instances
Dan Goodliffe
2015-12-29
*
Move TablePatch to its own files
Dan Goodliffe
2015-12-29
*
Move SqlWriter to its own files
Dan Goodliffe
2015-12-29
*
Reshuffle and add new exceptions
Dan Goodliffe
2015-12-29
*
Test a connection is suitably finished before adding back to the pool.
Dan Goodliffe
2015-12-29
*
Add missing doxygen comments
Dan Goodliffe
2015-12-29
*
Add scope transaction helper
Dan Goodliffe
2015-12-29
*
Remove rebind
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
*
Remove the DB type specific mock status table stuff
Dan Goodliffe
2015-12-21
*
Fix and test for rogue ; in MySQL dumps
Dan Goodliffe
2015-12-21
*
Remove flto cos I'm sick of it randomly breaking stuff
Dan Goodliffe
2015-12-18
*
Adds basic table patch support
Dan Goodliffe
2015-12-14
*
Switch lib64 references for native ones
Dan Goodliffe
2015-12-12
*
Use collated_key'd column names as utf8 comparisons are slow.
libdbpp-0.10.2
Dan Goodliffe
2015-12-07
*
Smart pointer things up for error handling during setup
libdbpp-0.10.1
Dan Goodliffe
2015-12-07
*
Remove p2 referencen in table name and be specific about schema it exists in.
Dan Goodliffe
2015-12-07
*
Enable gc-sections in release
Dan Goodliffe
2015-12-06
*
Add a database connection pool.
libdbpp-0.10
Dan Goodliffe
2015-11-19
*
Expose the mocked database instance name
Dan Goodliffe
2015-11-19
*
Improve exceptions in SQL parser to include line number
Dan Goodliffe
2015-11-09
*
Add exception messages with adhoc exception
Dan Goodliffe
2015-11-09
*
Add specific exception for invalid conversions during extract and tests over ...
Dan Goodliffe
2015-11-09
*
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
*
Expose exceptions
Dan Goodliffe
2015-11-08
*
Use typedef pointer
Dan Goodliffe
2015-11-08
*
Add utility function for passing each row of a result set to a function accep...
Dan Goodliffe
2015-11-07
*
Add typedefs for commands and connection smart pointers
Dan Goodliffe
2015-11-07
*
Add dependency on input test file
Dan Goodliffe
2015-11-07
*
Tidy up and alias glibmm and libxml++ refs
Dan Goodliffe
2015-10-23
[next]