summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* C++17Dan Goodliffe2018-04-12
* Split ConnectionPool into twoDan Goodliffe2018-04-12
* C++17Dan Goodliffe2018-04-11
* C++17Dan Goodliffe2018-04-09
* C++17Dan Goodliffe2018-04-09
* Simplify by replacing enable_if with if constexprDan Goodliffe2018-04-01
* Updated compile flagsDan Goodliffe2018-04-01
* Fix up SQL parsing in the presense of empty single-line commentslibdbpp-1.1.4.1Dan Goodliffe2018-03-13
* Add fwd headers to reduce the compile overheads of simple clients.libdbpp-1.1.4Dan Goodliffe2018-03-04
* Use std::enable_if now, not boost'sDan Goodliffe2017-12-06
* Assorted improvements to he SQL lexer to better handle whitespace and comment...Dan Goodliffe2017-12-04
* Split the parser tests away from the connection tests and introduce a better ...Dan Goodliffe2017-12-01
* Pull the none lexer generated code into its own fileDan Goodliffe2017-12-01
* Internalise some of the core functionality of the SQL parserDan Goodliffe2017-12-01
* Split SqlParse's statement execution into a separate classDan Goodliffe2017-11-29
* Gracefully handle execution failures during the setup phases.Dan Goodliffe2017-11-28
* Rename types.* to avoid name clasheslibdbpp-1.1.3.1Dan Goodliffe2017-07-01
* Add tests over blob operator==libdbpp-1.1.3Dan Goodliffe2017-06-05
* Expose stream << Blob operator in test libDan Goodliffe2017-06-05
* Expose Blob operator==Dan Goodliffe2017-06-05
* Test extracted types can be default constructedDan Goodliffe2017-06-05
* Allow default constructor of Blob to support extract, increase compile time t...Dan Goodliffe2017-06-05
* Fix HEAD commit for libdbpp-postgresqlDan Goodliffe2017-06-05
* Add doxygen commentsDan Goodliffe2017-06-05
* Add support for blob typeDan Goodliffe2017-06-05
* Standalone splitDan Goodliffe2017-04-28
* Upgrade to libxml++3Dan Goodliffe2017-04-28
* Add missing doxygen commentslibdbpp-1.1.2Dan Goodliffe2017-01-09
* Implement getting PQ command option settings from mapDan Goodliffe2017-01-08
* Add the DB command options factoryDan Goodliffe2017-01-08
* Build a local version of the postgresql connector for unit testing withDan Goodliffe2017-01-08
* Add doxygen comments for command optionslibdbpp-1.1.1Dan Goodliffe2017-01-01
* Use connection plugin resolver for mock providersDan Goodliffe2017-01-01
* Add hash to base command optionslibdbpp-1.1.0Dan Goodliffe2017-01-01
* API change to pass command options throughDan Goodliffe2017-01-01
* Add utility for creating a temporary mock database via the command lineDan Goodliffe2017-01-01
* Correctly name mock databasesDan Goodliffe2017-01-01
* Remove clang options not supported on build serverDan Goodliffe2017-01-01
* Fix up doxygen commentsDan Goodliffe2017-01-01
* Support registering DB mock implementations as factoriesDan Goodliffe2017-01-01
* Do lots more work with compile time formatter instead runtime formattersDan Goodliffe2016-12-31
* Add extra enable_if filter to check *o is a thing and test case of issues fou...libdbpp-1.0.4Dan Goodliffe2016-10-21
* Add enable_if to catch some conversion madnessDan Goodliffe2016-10-18
* Add wrappers for binding anything that can be optional (pointer or optional t...Dan Goodliffe2016-10-18
* Set cxxflags specifically, not cflagsDan Goodliffe2016-10-07
* Add RowRange and supporting classes for use with for loop over a selected rowsetDan Goodliffe2016-06-17
* Add doxygen exclude markersDan Goodliffe2016-06-17
* Add missing doxygen commentDan Goodliffe2016-06-17
* Support table source being a SqlWriter expressionlibdbpp-1.0.3Dan Goodliffe2016-04-23
* Audit callbacks for deleted/updated/inserted records during table patchDan Goodliffe2016-04-18