Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | First commit passing IWYU | Dan Goodliffe | 2021-09-21 |
| | |||
* | Clang format | Dan Goodliffe | 2020-11-18 |
| | |||
* | Modernize and tidylibdbpp-1.4.3 | Dan Goodliffe | 2020-03-28 |
| | |||
* | Modernize clang tidy fixes | Dan Goodliffe | 2019-02-16 |
| | |||
* | Columns are unique, not shared | Dan Goodliffe | 2019-02-04 |
| | |||
* | Update doxygen commentslibdbpp-1.3.0 | Dan Goodliffe | 2019-01-21 |
| | |||
* | 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 | ||
* | 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. | ||
* | Add fwd headers to reduce the compile overheads of simple clients.libdbpp-1.1.4 | Dan Goodliffe | 2018-03-04 |
| | |||
* | Add RowRange and supporting classes for use with for loop over a selected rowset | Dan Goodliffe | 2016-06-17 |
| | |||
* | Add missing doxygen comments | Dan Goodliffe | 2015-12-29 |
| | |||
* | Use collated_key'd column names as utf8 comparisons are slow.libdbpp-0.10.2 | Dan Goodliffe | 2015-12-07 |
| | |||
* | Add exception messages with adhoc exception | Dan Goodliffe | 2015-11-09 |
| | |||
* | Expose exceptions | Dan Goodliffe | 2015-11-08 |
| | |||
* | Add utility function for passing each row of a result set to a function ↵ | Dan Goodliffe | 2015-11-07 |
| | | | | accepting one parameter per column | ||
* | Add typedefs for commands and connection smart pointers | Dan Goodliffe | 2015-11-07 |
| | |||
* | Add doxygen commentslibdbpp-0.9 | Dan Goodliffe | 2015-10-05 |
| | |||
* | Connector compatibility fix | Dan Goodliffe | 2015-09-22 |
| | |||
* | Switch columns collection to forward declared pointer and add helper ↵ | Dan Goodliffe | 2015-09-20 |
| | | | | function for adding columns | ||
* | Set visibility | Dan Goodliffe | 2015-09-20 |
| | |||
* | Centralize all the column reference storage logic | Dan Goodliffe | 2015-04-29 |
| | |||
* | Fix the build system to do dependencies properly | randomdan | 2011-02-09 |
Break down libodbcpp into a set of base classes; libdbpp Add a native PostgreSQL implementation of libdbpp; libpqpp Extend project2 rdbms stuff to work with generic connectors Update datasources to specify connector type Build libmisc as .so |