summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Removed messy typedef in favour of autoDan Goodliffe2019-02-05
* Template key arg for deriving comparatorDan Goodliffe2019-02-05
* Skip lexical cast if naturally convertibleDan Goodliffe2019-02-05
* Remove unrequired defaulted functionDan Goodliffe2019-02-04
* Columns are unique, not sharedDan Goodliffe2019-02-04
* Deriving comparatorDan Goodliffe2019-02-04
* Switch to string_viewDan Goodliffe2019-02-04
* Update PQ test submoduleDan Goodliffe2019-02-03
* Remove unnecessary calls to .string()Dan Goodliffe2019-02-03
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
* Update doxygen commentslibdbpp-1.3.0Dan Goodliffe2019-01-21
* Update to match string_view plugin interfaceDan Goodliffe2019-01-14
* Fix assignable/convertible check in extractDan Goodliffe2018-10-20
* Demangle typenames in column conversion exceptionDan Goodliffe2018-10-20
* Fully templated extractorDan Goodliffe2018-08-27
* Move multi_index for columns out of headerDan Goodliffe2018-08-22
* Structured bindingDan Goodliffe2018-08-22
* Workaround Clang warning about evaluation with typeidDan Goodliffe2018-08-21
* C++17 deprecation warnings from GCC 8.2Dan Goodliffe2018-08-21
* Rename submodulelibdbpp-1.2.0.1Dan Goodliffe2018-04-22
* Variadic mock pool constructorDan Goodliffe2018-04-22
* Update to latest libdbpqlibdbpp-1.2.0Dan Goodliffe2018-04-12
* 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