Olivier Cavadenti
1794ea85ec
No client override during migrate:make ( #5109 )
2022-04-11 20:29:10 +02:00
Kory Nunn
0232bec305
Override knexfile options with CLI options ( #4047 )
...
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-03-30 07:37:08 +02:00
Olivier Cavadenti
93f94d6410
Async/await in tests : all query integration files ( #5075 )
2022-03-29 14:04:34 +02:00
Olivier Cavadenti
d0c9027a4b
Fix @vscode-sqlite3 error message ( #5081 )
2022-03-22 23:04:42 +01:00
Olivier Cavadenti
c3e41e3d78
Wrapped Unions Fixes ( #5072 )
2022-03-19 13:05:52 +01:00
Igor Savin
9d62cbfdb1
Remove .only block
2022-03-19 13:46:44 +02:00
Olivier Cavadenti
4f7d920daa
Async/await in tests : selects.spec.js ( #5073 )
2022-03-19 12:42:44 +01:00
Santi Albo
1d4cd0b074
Fix completed migration listing ( #5060 )
2022-03-19 13:36:43 +02:00
Jürg Lehni
81b7edd115
Fix isModuleType() for yarn ( #4447 ) ( #5071 )
2022-03-19 13:35:04 +02:00
Olivier Cavadenti
b5dbe01363
Stringify json value in update ( #5063 )
2022-03-15 10:47:43 +01:00
Olivier Cavadenti
a906596f06
Rework Union Wrapping ( #5030 )
2022-03-07 13:45:58 +01:00
Olivier Cavadenti
e0a6e54141
Subquery in on clause missing parenthesis ( #5049 )
2022-03-04 18:21:35 +01:00
Olivier Cavadenti
106a881e20
Add whereLike functions ( #5044 )
2022-03-01 20:19:35 +01:00
SP
3616791ac2
Fix batch inserts with DEFAULT values with OracleDB ( #2592 ) ( #5037 )
...
Co-authored-by: Sven Petry <sven.petry@inform-software.com>
2022-02-26 19:05:46 +01:00
Olivier Cavadenti
600d3c3755
Fix orWhereJsonPath clause ( #5022 )
2022-02-13 15:11:39 +01:00
Daniel Lockyer
affb883960
Fixed primary keys being created separately on MySQL ( #5017 )
2022-02-10 19:06:23 +02:00
Olivier Cavadenti
47b96344c2
Fix delete joins with PostgreSQL ( #5016 )
2022-02-09 23:01:43 +01:00
stvsh
1461b9b06a
Fix whereJsonPath queries for postgres and cockroachdb ( #5011 )
...
Co-authored-by: Jacek Starz <jacek.starz@antsolutions.eu>
2022-02-08 20:15:38 +01:00
TJ (Thomas J.) Biddle
c4a3abc42d
Do not use sys.tables to find if a table exists ( #2328 )
...
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-02-01 14:54:46 +01:00
David Straub
81d6ffad4a
Fix collation when renaming column in MySQL dialect ( #2666 )
...
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-02-01 15:00:05 +02:00
Olivier Cavadenti
ffb60191db
Fix Order nulls in PostgreSQL ( #4989 )
2022-02-01 10:24:48 +01:00
Olivier Cavadenti
2986f8c1c0
Support string json in json values ( #4988 )
2022-02-01 00:01:57 +02:00
Mitch Jacovetty
f9f6a38a28
Same boolean handling in better-sqlite3 as in sqlite3 ( #4982 )
...
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-02-01 00:01:00 +02:00
gzq
f50554b4c4
feat: add order and type for uuidtobin and binToUuid ( #4969 )
2022-01-28 18:34:38 +01:00
Shaun Sharples
4f0f0ab3e0
move deferrable to after on update/on delete ( #4976 )
...
Thank you!
2022-01-28 12:34:26 +02:00
Olivier Cavadenti
2e1016e662
Add alterType and update index.d.ts for alter function ( #4967 )
...
Co-authored-by: intech <ru31337@gmail.com>
2022-01-27 13:34:23 +01:00
Lucas Silva
2467db18e9
adding with clause in mysql dialect ( #4508 )
...
Co-authored-by: Lucas Silva <lucas.silva@codeminer42.com>
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-01-25 20:05:19 +01:00
Igor N. Dultsev
3ee6d0f022
Alter nullable constraint when alterNullable is set to true ( #4730 )
2022-01-24 20:22:04 +01:00
Olivier Cavadenti
6ee3f94d1a
Add raw support in onConflict clause ( #4960 )
2022-01-22 14:31:51 +01:00
Olivier Cavadenti
63980987a6
Support of MATERIALIZED and NOT MATERIALIZED with WITH/CTE ( #4940 )
2022-01-20 22:54:03 +01:00
Igor Savin
4a0d82f2be
Fix tests for RETURNING and enable them for SQLite. ( #4934 )
2022-01-16 02:20:52 +02:00
Beeno Tung
5e6b3c2d6a
remove outdated warning message ( #4928 )
...
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-01-14 22:19:31 +02:00
Rafael Perches Pierri
dec8438ed8
Change skip tests ( #4930 )
...
Co-authored-by: Pedro Ramos <pedroramos.contato@outlook.com>
Co-authored-by: Igor Savin <iselwin@gmail.com>
Co-authored-by: Pedro Ramos <pedroramos.contato@outlook.com>
2022-01-14 22:03:32 +02:00
Marek Brenčič
3f0ec9f84e
Fix for createViewOrReplace and its support for sqlite3 ( #4856 )
...
Co-authored-by: Marek "foxie" Brenčič <marek@brencic.sk>
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-01-14 11:15:03 +02:00
Lucas Silva
b42bc468a0
Inconsistencies between .select and .returning ( #4471 )
...
Co-authored-by: Lucas Silva <lucas.silva@codeminer42.com>
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2022-01-14 00:05:52 +02:00
Pedro Ramos
40eef5c634
Enable wrapIdentifier for SQLite .hasTable ( #4915 )
2022-01-10 21:10:32 +01:00
Nicola Krumschmidt
4c589a3bfa
Fix executing sqlite ddl comands when the table name is a substring of "CREATE TABLE" ( #4923 )
2022-01-06 23:40:14 +02:00
Olivier Cavadenti
4494113187
Checks Constraints Support ( #4874 )
...
Co-authored-by: Ivan Zhuravlev <intech@users.noreply.github.com>
2022-01-06 14:44:16 +01:00
Olivier Cavadenti
b6775d9b00
Create multiple PKs with increments ( #4903 )
2022-01-03 20:55:24 +01:00
Olivier Cavadenti
8835d22652
Json advanced support ( #4859 )
2021-12-22 10:47:16 +01:00
Nicola Krumschmidt
e2a425e4e3
Revert "Fix SQLite not doing rollback when altering columns fails ( #4336 )" ( #4896 )
2021-12-15 20:49:53 +02:00
Ferris
bb7de096dc
Add CI support for Oracle 18c ( resolves #4888 ) ( #4889 )
...
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2021-12-15 14:57:23 +02:00
Nicola Krumschmidt
157e27d0e3
Fix SQLite foreign key constraints when altering a table ( #4189 )
2021-12-13 19:59:01 +01:00
Marat Levit
b612cdc0b1
Added support for MSSQL unique constraint ( #4887 )
2021-12-13 10:41:46 +01:00
Olivier Cavadenti
2763e47129
Add camel case to timestamps method ( #4803 )
2021-12-09 15:24:32 +01:00
Ben Lambert
2bd181171b
Support for better-sqlite3 Driver ( #4871 )
...
Signed-off-by: blam <ben@blam.sh>
Co-authored-by: Igor Savin <iselwin@gmail.com>
2021-12-09 16:19:37 +02:00
Olivier Cavadenti
de1122ae2f
ForUpdate array parameter ( #4882 )
2021-12-07 23:44:17 +01:00
Olivier Cavadenti
d813edfc7b
Add binary uuid option ( #4836 )
2021-12-07 16:38:03 +01:00
Olivier Cavadenti
84bc2d9177
Set comment size warning limit to 1024 in MySQL ( #4867 )
2021-12-05 22:09:24 +01:00
Olivier Cavadenti
7abb36507b
Support @vscode/sqlite3 ( #4866 )
2021-12-05 21:57:47 +01:00