Commit Graph

14 Commits

Author SHA1 Message Date
Jeremiah Ogbomo ae40dd6d81
Improve check for if postgres session is still open (#2928) 2024-03-22 19:43:09 +01:00
Sebastian 1a1f53f60d Avoid repeated allocations. 2024-01-23 23:04:21 +01:00
Simon Binder 7106dfc519
Update to postgres 3.0 beta 2023-10-31 22:10:51 +01:00
Simon Binder 0e69252406 Prepare for v3 version of pkg:postgres 2023-10-22 00:09:19 +02:00
Simon Binder fae81d0456
Add documentation page on postgres 2023-10-10 22:41:01 +02:00
Simon Binder 207847b02c
Support custom types in postgres backend 2023-10-07 18:08:18 +02:00
Simon Binder ed964a7bf2
Fix passing variable types to postgres 2023-02-03 13:53:38 +01:00
Simon Binder a97d70754a
Experiment with postgres v3 package 2023-02-01 22:44:12 +01:00
westito 02ad0e8250 Change integration tests' dialect to postgres 2022-06-30 19:04:55 +02:00
Simon Binder 26d9e79559
Fix more transaction error edge-cases (#1882) 2022-06-08 18:23:20 +02:00
westito a1f5ede720
Add BigInt support to PgDatabase (#1845)
Add BigInt support to PgDatabase
2022-05-20 10:09:17 +02:00
Simon Binder 15184110f4
Remove compatibility check 2022-05-16 15:59:11 +02:00
westito 7330cf5d58 Add BigInt support to executors 2022-05-12 17:57:56 +02:00
westito fad654a5aa
PostgreSQL support (#1507)
Support PostgreSQL as a dialect in the main package and with an implementation provided in another package.

Co-authored-by: Simon Binder <oss@simonbinder.eu>
2021-11-11 14:40:41 +01:00