index
:
LibDB++ PostgreSQL
main
LibDB++ PostgreSQL connector.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpqpp
/
pq-bulkselectcommand.cpp
Commit message (
Collapse
)
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
|
|
|
|
Instead just use .data() which safely returns something which might be nullptr, but that's fine.
*
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
|
*
Modernize clang tidy fixes
Dan Goodliffe
2019-02-16
|
*
C++17
libdbpp-postgresql-1.2.0
Dan Goodliffe
2018-04-09
|
|
|
|
Updates to include C++17 changes for command options.
*
Support fetching data in binary format (no numeric, datetime, interval ↵
Dan Goodliffe
2017-06-05
|
|
|
|
support yet)
*
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
|
|
|
|
reuse
*
Refactor to remove some duplication
Dan Goodliffe
2017-01-03
|
*
Use command options statement hash when it's available
Dan Goodliffe
2017-01-01
|
*
Use prepared statements for bulk selects
Dan Goodliffe
2016-04-24
|
*
Support bulk selects which don't use cursors, always use of RETURNING
Dan Goodliffe
2016-04-24