summaryrefslogtreecommitdiff
path: root/libdbpp/selectcommand.h
Commit message (Collapse)AuthorAge
* First commit passing IWYUDan Goodliffe2021-09-21
|
* Clang formatDan Goodliffe2020-11-18
|
* Modernize and tidylibdbpp-1.4.3Dan Goodliffe2020-03-28
|
* Modernize clang tidy fixesDan Goodliffe2019-02-16
|
* Columns are unique, not sharedDan Goodliffe2019-02-04
|
* Update doxygen commentslibdbpp-1.3.0Dan Goodliffe2019-01-21
|
* Move multi_index for columns out of headerDan Goodliffe2018-08-22
|
* Structured bindingDan Goodliffe2018-08-22
| | | | | Replace Row::value method with one that supports structured binding of field values
* C++17Dan Goodliffe2018-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.4Dan Goodliffe2018-03-04
|
* Add RowRange and supporting classes for use with for loop over a selected rowsetDan Goodliffe2016-06-17
|
* Add missing doxygen commentsDan Goodliffe2015-12-29
|
* Use collated_key'd column names as utf8 comparisons are slow.libdbpp-0.10.2Dan Goodliffe2015-12-07
|
* Add exception messages with adhoc exceptionDan Goodliffe2015-11-09
|
* Expose exceptionsDan Goodliffe2015-11-08
|
* Add utility function for passing each row of a result set to a function ↵Dan Goodliffe2015-11-07
| | | | accepting one parameter per column
* Add typedefs for commands and connection smart pointersDan Goodliffe2015-11-07
|
* Add doxygen commentslibdbpp-0.9Dan Goodliffe2015-10-05
|
* Connector compatibility fixDan Goodliffe2015-09-22
|
* Switch columns collection to forward declared pointer and add helper ↵Dan Goodliffe2015-09-20
| | | | function for adding columns
* Set visibilityDan Goodliffe2015-09-20
|
* Centralize all the column reference storage logicDan Goodliffe2015-04-29
|
* Fix the build system to do dependencies properlyrandomdan2011-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