Simon Binder
d57e383ad2
Prepare drift postgres release
2024-04-24 16:04:41 +02:00
David Martos
039838b2ba
Support bytea sql literal in postgres ( #2943 )
2024-04-06 14:37:28 +02:00
Jeremiah Ogbomo
ae40dd6d81
Improve check for if postgres session is still open ( #2928 )
2024-03-22 19:43:09 +01:00
Simon Binder
98fd6a0ef0
Add recommended build options for drift postgres
2024-02-25 00:06:12 +01:00
Simon Binder
417c2c1207
Prepare release
2024-02-24 23:17:54 +01:00
Simon Binder
fe578223af
Provide comparable expressions for pg time values
2024-02-10 00:33:04 +01:00
Sebastian
1a1f53f60d
Avoid repeated allocations.
2024-01-23 23:04:21 +01:00
Simon Binder
38d603c1c6
Prepare release
2024-01-17 23:02:49 +01:00
Simon Binder
c4169f6f91
Add timestamp with timezone type
2024-01-17 17:31:55 +01:00
Simon Binder
417d1f59d9
Fix generating variables with custom types
2023-12-10 14:23:19 +01:00
Simon Binder
e19de7ce0a
Update to postgres 3.0.0
2023-11-15 11:35:45 +01:00
Simon Binder
7106dfc519
Update to postgres 3.0 beta
2023-10-31 22:10:51 +01:00
Simon Binder
61bd7f5ec2
Fix postgres tests
2023-10-22 00:36:07 +02:00
Simon Binder
0e69252406
Prepare for v3 version of pkg:postgres
2023-10-22 00:09:19 +02:00
Simon Binder
e12e8fdbc9
Use preferred import for drift postgres
2023-10-20 12:12:08 +02:00
Simon Binder
7c91ced9b2
Prepare to publish drift postgres
2023-10-20 12:04:14 +02:00
Simon Binder
0e44b22b8f
Add stability node to drift_postgres
2023-10-20 11:58:25 +02:00
Simon Binder
6aa1a5d734
Add `date` and `timestamp` types for postgres
2023-10-12 00:03:01 +02:00
Simon Binder
fae81d0456
Add documentation page on postgres
2023-10-10 22:41:01 +02:00
Simon Binder
2b4ef1ba39
Support more postgres types
2023-10-07 19:06:38 +02:00
Simon Binder
207847b02c
Support custom types in postgres backend
2023-10-07 18:08:18 +02:00
Simon Binder
18946f5580
Scaffold MariaDb integration tests
2023-07-24 21:44:43 +02:00
Simon Binder
28417c52af
Fix lints and warnings added in Dart 3.0
2023-05-12 22:42:21 +02:00
Simon Binder
cc16156c84
Merge branch 'postgres3' into develop
2023-02-25 13:16:33 +01:00
David Martos
d6edc787d8
nested transaction support in PgDatabase
2023-02-09 11:17:03 +01:00
Simon Binder
ca75323a6a
Fix postgres tests
2023-02-09 10:53:41 +01:00
David Martos
fef15389e6
Remove hackyvariables from Postgres tests
2023-02-09 00:23:29 +01:00
Simon Binder
ed964a7bf2
Fix passing variable types to postgres
2023-02-03 13:53:38 +01:00
Simon Binder
47dfdd5554
Migrate postgres implementation to v3 API
2023-02-01 23:02:55 +01:00
Simon Binder
a97d70754a
Experiment with postgres v3 package
2023-02-01 22:44:12 +01:00
Simon Binder
cbca76e7e1
Update drift dependency for drift_postgres
...
Closes #2114
2022-10-29 12:03:52 +02:00
Simon Binder
0fb9ba0a5c
Skip variable tests for postgres
2022-09-19 23:05:03 +02:00
Simon Binder
8f6878292a
Migrate to `package:lints`
2022-08-13 23:33:05 +02:00
Simon Binder
a8c6031fc4
Add documentation comments, fix analysis warnings
2022-07-19 23:01:22 +02:00
Simon Binder
fb0a6504da
Document how to run postgres test
2022-07-02 20:48:51 +02:00
westito
02ad0e8250
Change integration tests' dialect to postgres
2022-06-30 19:04:55 +02:00
Simon Binder
e109cf3564
Update integration test architecture
2022-06-25 14:06:56 +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
befe3f33ef
Merge pull request #1835 from simolus3/bigint-support
...
Add BigInt support
2022-05-16 18:34:38 +02:00
Radomir Epur
ef695c682e
docs: fix typo in git path(dirft -> drift) ( #1838 )
2022-05-16 16:22:33 +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
Simon Binder
da212944ff
Replace old website and repository links
2022-03-13 15:52:15 +01: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