C++ ORM and Query Builder for PostgreSQL.
Go to file
Tomasz Sowa 6fb7e29867
fix: correctly escape a pt::Stream in Finder from like() and similar methods
while here:
- in Finder: use pt::Stream and pt::TextStreamBase<> instead of pt::TextStream and pt::WTextStream
- add Finder::raw(...) methods with short int, int, long long and integer unsigned types
2024-05-31 00:31:30 +02:00
samples fix: correctly escape a pt::Stream in Finder from like() and similar methods 2024-05-31 00:31:30 +02:00
src fix: correctly escape a pt::Stream in Finder from like() and similar methods 2024-05-31 00:31:30 +02:00
.editorconfig added .editorconfig file 2021-06-16 14:21:34 +02:00
.gitignore add QT Creator files to .gitignore 2023-10-22 23:37:44 +02:00
LICENSE add LICENSE file 2022-07-03 11:01:14 +02:00
Makefile improve the xml serializer 2023-02-26 22:19:46 +01:00