Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Tidy link of libpq | Dan Goodliffe | 2019-02-24 | |
| | ||||
* | Fix PQ submodule path | Dan Goodliffe | 2019-02-24 | |
| | ||||
* | Add traits based generic bindParam function | Dan Goodliffe | 2019-02-18 | |
| | ||||
* | Restore and extend types covered by generic extrator test | Dan Goodliffe | 2019-02-18 | |
| | ||||
* | Enable performance checks and fix accordingly | Dan Goodliffe | 2019-02-17 | |
| | ||||
* | Enable hicpp checks and fix accordingly | Dan Goodliffe | 2019-02-17 | |
| | ||||
* | Modernize clang tidy fixes | Dan Goodliffe | 2019-02-16 | |
| | ||||
* | More clang tidy fixes | Dan Goodliffe | 2019-02-16 | |
| | ||||
* | Basic clang tidy fixes | Dan Goodliffe | 2019-02-16 | |
| | ||||
* | Parallel lto only with gcc | Dan Goodliffe | 2019-02-16 | |
| | ||||
* | Bump postgresql submodulelibdbpp-1.4.0 | Dan Goodliffe | 2019-02-10 | |
| | ||||
* | Remove boost_system | Dan Goodliffe | 2019-02-09 | |
| | ||||
* | Add MySQL client submodule and build and test | Dan Goodliffe | 2019-02-07 | |
| | ||||
* | Disable fall-through warning on generated code | Dan Goodliffe | 2019-02-07 | |
| | ||||
* | Removed messy typedef in favour of auto | Dan Goodliffe | 2019-02-05 | |
| | ||||
* | Template key arg for deriving comparator | Dan Goodliffe | 2019-02-05 | |
| | ||||
* | Skip lexical cast if naturally convertible | Dan Goodliffe | 2019-02-05 | |
| | ||||
* | Remove unrequired defaulted function | Dan Goodliffe | 2019-02-04 | |
| | ||||
* | Columns are unique, not shared | Dan Goodliffe | 2019-02-04 | |
| | ||||
* | Deriving comparator | Dan Goodliffe | 2019-02-04 | |
| | ||||
* | Switch to string_view | Dan Goodliffe | 2019-02-04 | |
| | ||||
* | Update PQ test submodule | Dan Goodliffe | 2019-02-03 | |
| | ||||
* | Remove unnecessary calls to .string() | Dan Goodliffe | 2019-02-03 | |
| | ||||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 | |
| | ||||
* | Update doxygen commentslibdbpp-1.3.0 | Dan Goodliffe | 2019-01-21 | |
| | ||||
* | Update to match string_view plugin interface | Dan Goodliffe | 2019-01-14 | |
| | ||||
* | Fix assignable/convertible check in extract | Dan Goodliffe | 2018-10-20 | |
| | | | | | Don't allow magic conversion between non-arithmetic and arithmetic types though. Double to std::string is not sane in this context | |||
* | Demangle typenames in column conversion exception | Dan Goodliffe | 2018-10-20 | |
| | ||||
* | Fully templated extractor | Dan Goodliffe | 2018-08-27 | |
| | ||||
* | Move multi_index for columns out of header | Dan Goodliffe | 2018-08-22 | |
| | ||||
* | Structured binding | Dan Goodliffe | 2018-08-22 | |
| | | | | | Replace Row::value method with one that supports structured binding of field values | |||
* | Workaround Clang warning about evaluation with typeid | Dan Goodliffe | 2018-08-21 | |
| | ||||
* | C++17 deprecation warnings from GCC 8.2 | Dan Goodliffe | 2018-08-21 | |
| | ||||
* | Rename submodulelibdbpp-1.2.0.1 | Dan Goodliffe | 2018-04-22 | |
| | | | | Enables reference cloning to work. | |||
* | Variadic mock pool constructor | Dan Goodliffe | 2018-04-22 | |
| | | | | | | Support for variadic constructor arguments for MockPool. Irritatingly breaks the signature by having to move the varargs to the end from the front. | |||
* | Update to latest libdbpqlibdbpp-1.2.0 | Dan Goodliffe | 2018-04-12 | |
| | ||||
* | C++17 | Dan Goodliffe | 2018-04-12 | |
| | | | | Update TransactionScope interface to be more compliant with C++CG | |||
* | Split ConnectionPool into two | Dan Goodliffe | 2018-04-12 | |
| | | | | Allows implementing a non-factory based version whilst keeping a standard base | |||
* | C++17 | Dan Goodliffe | 2018-04-11 | |
| | | | | Update to work with slightly modified resource pool. | |||
* | C++17 | Dan Goodliffe | 2018-04-09 | |
| | | | | Apply C++17 changes to command options. | |||
* | C++17 | Dan Goodliffe | 2018-04-09 | |
| | | | | | | Replaces lots of things with new C++17 variants of them. Updates much code to be compatible with C++17 version libadhocutil. Note that this includes changes to how mock databases are instantiated. | |||
* | Simplify by replacing enable_if with if constexpr | Dan Goodliffe | 2018-04-01 | |
| | ||||
* | Updated compile flags | Dan Goodliffe | 2018-04-01 | |
| | ||||
* | Fix up SQL parsing in the presense of empty single-line commentslibdbpp-1.1.4.1 | Dan Goodliffe | 2018-03-13 | |
| | ||||
* | Add fwd headers to reduce the compile overheads of simple clients.libdbpp-1.1.4 | Dan Goodliffe | 2018-03-04 | |
| | ||||
* | Use std::enable_if now, not boost's | Dan Goodliffe | 2017-12-06 | |
| | ||||
* | Assorted improvements to he SQL lexer to better handle whitespace and ↵ | Dan Goodliffe | 2017-12-04 | |
| | | | | comments mixed into statements | |||
* | Split the parser tests away from the connection tests and introduce a better ↵ | Dan Goodliffe | 2017-12-01 | |
| | | | | helper | |||
* | Pull the none lexer generated code into its own file | Dan Goodliffe | 2017-12-01 | |
| | ||||
* | Internalise some of the core functionality of the SQL parser | Dan Goodliffe | 2017-12-01 | |
| |