9 Commits

Author SHA1 Message Date
Shean de Montigny-Desautels
5ffe289c33
fix() manually close source stream (#5466) 2023-05-31 17:53:27 +02:00
David Garner
f33768ccdd
Fix unclosed stream connections (#5243)
* Destroy should not trigger an error. If there was an error, it is piped by the transform.

* fix: Close the database connection when a stream iterator fails

Co-authored-by: Daniel Cohen Gindi <danielgindi@gmail.com>
2022-07-14 16:14:05 +02:00
Nicola Krumschmidt
157e27d0e3
Fix SQLite foreign key constraints when altering a table (#4189) 2021-12-13 19:59:01 +01:00
Nicola Krumschmidt
153d0fbd72
Fix adding a column with a foreign key constraint in SQLite (#4649) 2021-08-25 23:14:14 +03:00
Nicola Krumschmidt
5ec76f5509
Convert produced statements to objects before querying (#4323) 2021-02-27 23:01:21 +02:00
Tyler Watson
6c3e7b5afc
mssql: don't raise query-error twice (#4314) 2021-02-25 12:37:43 +02:00
Tyler Watson
8c73417de6
events: introduce queryContext on query-error (#4301) 2021-02-18 12:23:12 +02:00
Igor Savin
92d8f49724
Return complete list of DDL commands for creating foreign keys in SQLite (#4194) 2021-01-03 04:10:26 +02:00
Igor Savin
2aec21ed5e
Try to introduce some organization into how files are grouped (#4178) 2020-12-28 16:55:08 +02:00