index
:
LibDB++ PostgreSQL
main
LibDB++ PostgreSQL connector.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpqpp
/
pq-command.cpp
Commit message (
Expand
)
Author
Age
*
Reformat with new clang-format
Dan Goodliffe
2023-10-08
*
Suppress false warning
libdbpp-postgresql-1.4.8
Dan Goodliffe
2022-07-27
*
Lots of pass by value and perfect forwarding optimisations
Dan Goodliffe
2022-03-17
*
enum class BulkUpdates
libdbpp-postgresql-1.4.7
Dan Goodliffe
2022-02-14
*
Tidy up IWYU
libdbpp-postgresql-1.4.6
Dan Goodliffe
2021-09-21
*
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
*
Fix ustring to string_view conversion with multi-byte chars
libdbpp-postgresql-1.4.0
Dan Goodliffe
2019-02-07
*
CTF for parameter binding
Dan Goodliffe
2019-02-04
*
Switch to string_view
Dan Goodliffe
2019-02-04
*
C++17
libdbpp-postgresql-1.2.0
Dan Goodliffe
2018-04-09
*
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
*
Implement getting PQ command option settings from map
Dan Goodliffe
2017-01-08
*
Add the DB command options factory
Dan Goodliffe
2017-01-08
*
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
*
Do lots more work with compile time formatter instead runtime formatters
Dan Goodliffe
2016-12-31
*
Don't truncate and create random breakage with over 100 params
Dan Goodliffe
2016-05-24
*
Refactor to use std::string as buffer and increase test coverage
Dan Goodliffe
2016-02-19
*
Improve and centralise transaction handling logic
Dan Goodliffe
2015-12-29
*
Tidy up
Dan Goodliffe
2015-12-29
*
PostgreSQL files prefixed with pq-
Dan Goodliffe
2015-12-24