0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests/postgresql/usage
MeanSquaredError dff8c23b22
Connection pools (#499)
Add support for connection pooling

* Add support for connection pooling to the core code.
* Add support for PostgreSQL connection pooling with tests.
* Add support for SQLite3 connection pooling with tests.
* Add support for MySQL connection pooling with tests.
2023-07-17 06:14:23 +02:00
..
assertThrow.h Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
Basic.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
BasicConstConfig.cpp Const connection config (#494) 2023-06-20 06:28:22 +02:00
Blob.cpp Added blob support for postgresql 2021-11-14 13:14:34 +01:00
BlobSample.h Added blob support for postgresql 2021-11-14 13:14:34 +01:00
BlobSample.sql Added blob support for postgresql 2021-11-14 13:14:34 +01:00
CMakeLists.txt Connection pools (#499) 2023-07-17 06:14:23 +02:00
ConnectionPool.cpp Connection pools (#499) 2023-07-17 06:14:23 +02:00
Constructor.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
Date.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
DateTime.cpp Add support for TIME columns in postgresql 2022-02-08 18:24:15 +01:00
Exceptions.cpp Allow parameter in having clause, see #443 2022-05-22 15:05:58 +02:00
InsertOnConflict.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
make_test_connection.h Connection pools (#499) 2023-07-17 06:14:23 +02:00
Returning.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
Select.cpp Address conversion warnings and fix UAF bug in test 2022-01-14 07:39:11 +01:00
TabBar.h Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
TabDateTime.h Add support for TIME columns in postgresql 2022-02-08 18:24:15 +01:00
TabFoo.h Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
TabSample.h Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
TimeZone.cpp Treat PostgreSQL time values as being in UTC time zone (#487) 2023-06-16 06:57:19 +02:00
Transaction.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00
Type.cpp Started to migrate postgresql connector into sqlpp11 repo. 2021-11-14 08:11:53 +01:00