1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-26 01:03:45 +00:00
Commit graph

7 commits

Author SHA1 Message Date
e2438f77fd Fix inserting new files into db. 2016-01-11 14:20:05 +00:00
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
acc74bae8b Buildfix on clang and gcc Release. 2016-01-07 15:32:47 +00:00
2593d46ed7 Now there is a cpp for pq_type_helpers.hpp so move code there. 2016-01-07 14:52:32 +00:00
2655ea5f5c Add support for std::vectors as arrays.
Nested vectors are not supported.
2016-01-07 12:57:06 +00:00
8b566c9fdb Make the string for pqtypes at build-time. 2016-01-04 18:03:49 +00:00
c4a2433a04 Move libpqtypes template helpers out to a new header. 2015-12-31 01:20:56 +00:00