Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
| | |||
* | 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 | ||
* | Fully templated extractor | Dan Goodliffe | 2018-08-27 |
| | |||
* | 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 | ||
* | 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. | ||
* | Fix up SQL parsing in the presense of empty single-line commentslibdbpp-1.1.4.1 | Dan Goodliffe | 2018-03-13 |
| | |||
* | 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 | ||
* | Add tests over blob operator==libdbpp-1.1.3 | Dan Goodliffe | 2017-06-05 |
| | |||
* | Test extracted types can be default constructed | Dan Goodliffe | 2017-06-05 |
| | |||
* | Allow default constructor of Blob to support extract, increase compile time ↵ | Dan Goodliffe | 2017-06-05 |
| | | | | testing of extractability | ||
* | Fix HEAD commit for libdbpp-postgresql | Dan Goodliffe | 2017-06-05 |
| | |||
* | Add support for blob type | Dan Goodliffe | 2017-06-05 |
| | |||
* | Standalone split | Dan Goodliffe | 2017-04-28 |
| | |||
* | Implement getting PQ command option settings from map | Dan Goodliffe | 2017-01-08 |
| | |||
* | Add the DB command options factory | Dan Goodliffe | 2017-01-08 |
| | |||
* | Build a local version of the postgresql connector for unit testing with | Dan Goodliffe | 2017-01-08 |
| | |||
* | Use connection plugin resolver for mock providers | Dan Goodliffe | 2017-01-01 |
| | |||
* | API change to pass command options through | Dan Goodliffe | 2017-01-01 |
| | |||
* | Support registering DB mock implementations as factories | Dan Goodliffe | 2017-01-01 |
| | |||
* | Add extra enable_if filter to check *o is a thing and test case of issues ↵libdbpp-1.0.4 | Dan Goodliffe | 2016-10-21 |
| | | | | found compiling slicer | ||
* | Add wrappers for binding anything that can be optional (pointer or optional ↵ | Dan Goodliffe | 2016-10-18 |
| | | | | type) | ||
* | Add RowRange and supporting classes for use with for loop over a selected rowset | Dan Goodliffe | 2016-06-17 |
| | |||
* | Support table source being a SqlWriter expressionlibdbpp-1.0.3 | Dan Goodliffe | 2016-04-23 |
| | |||
* | Audit callbacks for deleted/updated/inserted records during table patch | Dan Goodliffe | 2016-04-18 |
| | |||
* | Simple wrappers for bulk uploading from a std::stream or FILE * | Dan Goodliffe | 2016-01-10 |
| | |||
* | Improve and centralise transaction handling logiclibdbpp-1.0.0 | Dan Goodliffe | 2015-12-29 |
| | |||
* | Add missing override attribute | 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 |
| | |||
* | 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 |
| | |||
* | 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 |
| |