index
:
LibDB++ PostgreSQL
main
LibDB++ PostgreSQL connector.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpqpp
/
pq-cursorselectcommand.cpp
Commit message (
Expand
)
Author
Age
*
Use unique_ptr for execution results
Dan Goodliffe
2023-10-08
*
Don't use &vector.front() for vector which might be empty
libdbpp-postgresql-1.4.9
Dan Goodliffe
2023-04-21
*
Add missing include
Dan Goodliffe
2022-03-19
*
Use stringstream string c_str by move
Dan Goodliffe
2022-03-19
*
First commit passing IWYU
Dan Goodliffe
2021-09-21
*
Add JT recommended warnings
Dan Goodliffe
2021-09-18
*
Clang format
Dan Goodliffe
2020-11-18
*
Tidy fixes for latest clang
libdbpp-postgresql-1.4.1
Dan Goodliffe
2019-03-30
*
Modernize clang tidy fixes
Dan Goodliffe
2019-02-16
*
C++17
libdbpp-postgresql-1.2.0
Dan Goodliffe
2018-04-09
*
Transactionless cursor selects
Dan Goodliffe
2018-04-01
*
Support fetching data in binary format (no numeric, datetime, interval suppor...
Dan Goodliffe
2017-06-05
*
Add support for bytea / blob type data
Dan Goodliffe
2017-06-05
*
Use SQL hash for prepared statement names, increases reuse and avoids random ...
Dan Goodliffe
2017-01-08
*
Add PQ specific command options to control page size and the use of bulk -v- ...
Dan Goodliffe
2017-01-04
*
C++ify the SQL preparer and skip it if no variables are being bound
Dan Goodliffe
2017-01-04
*
Tidy clearing of PGresults
Dan Goodliffe
2017-01-04
*
No need for 1 line wrappers anymore
Dan Goodliffe
2017-01-03
*
Refactor to remove some duplication
Dan Goodliffe
2017-01-03
*
Do lots more work with compile time formatter instead runtime formatters
Dan Goodliffe
2016-12-31
*
Introduce select base for different kinds of select
Dan Goodliffe
2016-04-24
*
Rename SelectCommand to CursorSelectCommand
Dan Goodliffe
2016-04-24