issues
search
isoos
/
postgresql-dart
Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://pub.dev/packages/postgres
BSD 3-Clause "New" or "Revised" License
131
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Explicit closing of prepared statement portals in transactions to release table locks.
#393
isoos
closed
1 day ago
0
test for issue 390
#392
davidmartos96
closed
1 day ago
0
Attempting to execute query on connection while inside a `runTx` call.
#391
richardo-gluon
opened
2 days ago
6
Cannot ALTER TABLE <table> because it is being used by active queries in this session
#390
davidmartos96
closed
1 day ago
13
"Bad state: StreamSink is closed" - for version 3.4.3.
#389
SandPod
opened
4 days ago
3
Fix: prevent hanging state by forwarding protocol-level parsing errors into the message stream.
#388
isoos
closed
1 week ago
0
RangeError in server_messages.dart
#387
ryanheise
opened
1 week ago
4
Fix transaction exception handling.
#386
isoos
closed
2 weeks ago
0
Serializable isolation level transaction throws unexpected PgException for parallel transactions
#385
SandPod
closed
2 weeks ago
4
Do not allow exceptions escape when closing broken connection
#384
pulyaevskiy
closed
2 weeks ago
2
3.3.0 Introduced breaking changes, but it should have been 4.0.0
#383
dsyrstad
closed
4 weeks ago
6
Do not rely on message text when transforming exception.
#382
isoos
closed
2 months ago
0
Finalizing type codec API
#381
isoos
closed
2 months ago
1
Timeout triggers current statement cancellation (using a new connection.
#380
isoos
closed
2 months ago
0
Revert timeout notes and deprecations.
#379
isoos
closed
2 months ago
1
Throw exception if connection-level query executation is called while inside a transaction callback.
#378
isoos
closed
2 months ago
0
First implementation of statement cancellation through new connection.
#377
isoos
closed
2 months ago
0
Revert "Revert "Asynchronous Codec methods + updated (deprecated) message processing.""
#376
isoos
closed
2 months ago
0
Fix rare broken socket detection issues + tool to delay bytes in tests.
#375
isoos
closed
2 months ago
0
Revert "Asynchronous Codec methods + updated (deprecated) message processing."
#374
isoos
closed
2 months ago
0
Protect against async race conditions when parsing incoming byte chunks.
#373
isoos
closed
2 months ago
1
Renaming RelationTracker to DatabaseInfo + updated method.
#372
isoos
closed
2 months ago
2
Rename RuntimeParameters to ConnectionInfo + separate parameters.
#371
isoos
closed
2 months ago
2
Asynchronous Codec methods + updated (deprecated) message processing.
#370
isoos
closed
2 months ago
4
Update timeout documentation + deprecate/update APIs
#369
isoos
closed
2 months ago
0
Reviewed timeout tests.
#368
isoos
closed
2 months ago
0
Fine-tuning Exception message + test
#367
isoos
closed
2 months ago
0
Transform ServerException to PgException+TimeoutException.
#366
isoos
closed
2 months ago
0
Remove @internal-annotated methods from the public API of ServerException and Severity.
#365
isoos
closed
2 months ago
0
Support for binary pgoutput replication.
#364
isoos
closed
2 months ago
3
WIP: statement_timeout
#363
isoos
closed
2 months ago
1
Reproduction test for the two-transaction timeout issue.
#362
isoos
closed
2 months ago
0
Updated details + preparing release
#361
isoos
closed
2 months ago
0
RuntimeParameters fields.
#360
isoos
closed
2 months ago
0
Simpler Codec API surface, consistency fixes.
#359
isoos
closed
2 months ago
0
Simpler API surface, better names, small fixes
#358
isoos
closed
2 months ago
0
Store and use TypeCodecContext in PgBytesPgByteDataReader
#357
isoos
closed
2 months ago
2
Revert asynchronous encode/decode method signatures (for now).
#356
isoos
closed
2 months ago
0
Separate Connection implmenetation's RelationTracker and RuntimeParameters
#355
isoos
closed
2 months ago
0
Minimal RelationTracker (tracking RelationMessage) with further extensibility for oid caching.
#354
isoos
closed
2 months ago
1
Customizable type registry.
#353
isoos
closed
2 months ago
1
RuntimeParameters
#352
isoos
closed
2 months ago
0
TypeCodec[Context] in separate file.
#351
isoos
closed
2 months ago
0
Preparing TypeRegistry to handle generic type encoders.
#350
isoos
closed
2 months ago
0
TypeCodec
#349
isoos
closed
2 months ago
4
Updated TypeRegistry for async + context-aware encoding/decoding.
#348
isoos
closed
3 months ago
0
Remove legacy v2 APIs
#347
isoos
closed
3 months ago
0
value decoding (and encoding) needs additional access
#346
isoos
opened
3 months ago
5
update dart version
#345
zelmkhan
closed
3 months ago
1
Timeout is not applied to the running query when transaction is involved.
#344
JuanLuisNL
opened
4 months ago
34
Next