1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-10 14:09:48 +00:00
dindexer/include/pq
King_DuckZ 7e737f56a2 Tell libpqtypes to not make copies of strings it receives.
The wrapper now copies boost::string_ref into std::string so
it's always safe to pass a string ref, even when it's not
null-terminated.
2016-01-11 12:53:37 +00:00
..
implem Tell libpqtypes to not make copies of strings it receives. 2016-01-11 12:53:37 +00:00
connection.hpp Add support for std::vectors as arrays. 2016-01-07 12:57:06 +00:00
databaseexception.hpp Send data to the database. 2015-11-11 02:01:37 +00:00
resultset.hpp Fix reading values from ResultSet/Row. 2015-12-31 00:38:44 +00:00