index
:
LibDB++ PostgreSQL
main
LibDB++ PostgreSQL connector.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpqpp
/
pq-modifycommand.cpp
Commit message (
Collapse
)
Author
Age
*
Clang format
Dan Goodliffe
2020-11-18
|
*
Modernize clang tidy fixes
Dan Goodliffe
2019-02-16
|
*
Explicit desctructor not required
Dan Goodliffe
2019-02-04
|
*
C++17
libdbpp-postgresql-1.2.0
Dan Goodliffe
2018-04-09
|
|
|
|
Updates to include C++17 changes for command options.
*
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
*
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
|
*
Actually, don't prepare statement upfront during construction as it might ↵
Dan Goodliffe
2016-02-28
|
|
|
|
not be valid (e.g. uncreated temp tables)
*
Prepare statement upfront during construction
Dan Goodliffe
2016-02-26
|
*
Reuse prepared statements
Dan Goodliffe
2016-02-25
|
*
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
|
*
Reshuffle and add new exceptions
Dan Goodliffe
2015-12-29
|
*
PostgreSQL files prefixed with pq-
Dan Goodliffe
2015-12-24