rijkvanzanten
1a5a9180ee
v9.4.2
2021-12-30 21:11:32 -05:00
rijkvanzanten
4991ba858b
v9.4.1
2021-12-28 20:17:21 -05:00
rijkvanzanten
a47b9cec0f
v9.4.0
2021-12-23 22:46:18 -05:00
rijkvanzanten
4b444baf5b
v9.3.0
2021-12-16 18:48:10 -05:00
rijkvanzanten
546d525175
v9.2.2
2021-12-10 15:53:08 -05:00
rijkvanzanten
1d4e9c425c
v9.2.1
2021-12-06 14:31:01 -05:00
rijkvanzanten
776c105aac
v9.2.0
2021-12-03 16:16:38 -05:00
Oreille
525e2548b4
Fix compatibility with Postgres <= 10 ( #10139 )
...
* Use indnatts instead of indnkeyatts in postgres dialect
* Update knex-schema-inspector
* Add PG10 for debugging
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-12-01 20:36:46 +00:00
Oreille
94985d547a
Fix MySQL tinyint(1) not being treated as boolean ( #10083 )
2021-12-01 14:01:48 -05:00
Aiden Foxx
c2f3442697
Cleaned up Oracle duplicate index handling ( #10151 )
...
* Update oracledb.ts
* Update packages/schema/src/dialects/oracledb.ts
* Update packages/schema/src/dialects/oracledb.ts
2021-12-01 13:58:37 -05:00
rijkvanzanten
9bf033c18d
v9.1.2
2021-11-25 12:36:24 -05:00
Nitwel
b3c8941645
fix mysql duplicates ( #10057 )
2021-11-25 16:50:19 +00:00
rijkvanzanten
5d3a630fe6
v9.1.1
2021-11-24 21:09:22 -05:00
rijkvanzanten
7a1c534b36
v9.1.0
2021-11-24 17:56:26 -05:00
Aiden Foxx
f19a549a1b
Handle composite primary keys ( #9822 )
...
* Handle composite keys in Oracle
* Handle composite primary keys in PostgreSQL
* Handle composite primary keys in SQL Server
* Handle composite primary keys in SQLite
* Added Oracle performance notice
* Handle composite primary keys in MySQL
* Make the linter happy
Co-authored-by: Oreilles <oreilles.github@nitoref.io >
2021-11-24 16:10:34 -05:00
renovate[bot]
241dc13c65
Update NPM dependencies (non-major) ( #9968 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-22 10:05:40 -05:00
rijkvanzanten
ba72d2cfd0
v9.0.1
2021-11-11 16:45:31 -05:00
Aiden Foxx
cbe87299c7
Exclude hidden oracle columns ( #9677 )
2021-11-10 10:31:43 -05:00
rijkvanzanten
c95add08ef
v9.0.0
2021-11-04 22:03:10 -04:00
Oreille
5f43b20ebf
Update geometric types and patch new field flow. ( #9397 )
...
* Update geometric types and patch new field flow.
* Add migration
* Fixed migrations
* Also fixed migrations
* Update migration ID
* Cleanup type selector a bit
* Add missing fallback interface/display for new types
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-11-04 21:47:54 -04:00
rijkvanzanten
37cf80e0fe
v9.0.0-rc.101
2021-11-03 19:29:41 -04:00
Nicola Krumschmidt
69d893123e
Add exports fields to all packages ( #9443 )
2021-11-03 18:59:45 -04:00
Aiden Foxx
b834bf88a7
Update Oracle to support is_generated ( #9310 )
2021-11-01 16:04:41 +00:00
Oreille
e316948e5f
Removed invalid column in mssql schema inspector ( #9260 )
2021-10-30 15:24:43 -04:00
rijkvanzanten
7e1034d9d4
v9.0.0-rc.100
2021-10-29 14:40:05 -04:00
Oreille
8df071a3a2
Fix generated columns being required. ( #9200 )
...
* Fix generated columns being required. Also prevent schema changes on generated columns.
* Fix type errors
* Disable `unique` and `nullable` instead of not showing them.
* Fix other type error
* Nullable check small refactor
* Fixed MSSQL query
* Fixed oracle query
2021-10-29 12:24:21 -04:00
renovate[bot]
f62675213d
Update dependency knex-schema-inspector to v1.6.4 ( #9159 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 21:20:22 +00:00
rijkvanzanten
7c88f03884
v9.0.0-rc.99
2021-10-21 19:52:37 -04:00
Rijk van Zanten
3a85287237
Revert "Update dependency knex-schema-inspector to v1.6.3 ( #9015 )" ( #9036 )
...
This reverts commit a234198110 .
2021-10-21 19:48:54 -04:00
renovate[bot]
a234198110
Update dependency knex-schema-inspector to v1.6.3 ( #9015 )
...
* Update dependency knex-schema-inspector to v1.6.3
* Update package-lock
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-10-21 12:47:36 -04:00
rijkvanzanten
0dd0e1b1c1
v9.0.0-rc.98
2021-10-15 20:13:07 -04:00
rijkvanzanten
392d8bd1df
v9.0.0-rc.97
2021-10-14 21:47:50 -04:00
renovate[bot]
2429d30917
Update dependency typescript to v4.4.4 ( #8749 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 16:51:36 -04:00
rijkvanzanten
435cc0cc67
v9.0.0-rc.96
2021-10-07 18:39:54 -04:00
rijkvanzanten
afe7b15990
v9.0.0-rc.95
2021-09-27 18:58:22 -04:00
José Varela
3124f5387d
Fix getSchema while trx on postgres ( #8335 )
...
* Fix getSchema while trx on postgres
* Only attempt to read geometry types when PostGIS is enabled
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-09-27 16:35:01 -04:00
renovate[bot]
c3253edced
Update dependency knex-schema-inspector to v1.6.2 ( #8345 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-27 13:19:52 -04:00
rijkvanzanten
7e41860cbf
v9.0.0-rc.94
2021-09-22 15:53:24 -04:00
renovate[bot]
e465d3a10b
Update dependency knex-schema-inspector to v1.6.1 ( #8221 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-21 18:02:04 -04:00
rijkvanzanten
61a368523b
v9.0.0-rc.93
2021-09-16 18:09:55 -04:00
renovate[bot]
8063dda2c7
Update dependency typescript to v4.4.3 ( #7973 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-10 18:30:56 -04:00
rijkvanzanten
a6e88183e9
v9.0.0-rc.92
2021-09-02 21:53:23 -04:00
renovate[bot]
5757d96912
Update dependency knex-schema-inspector to v1.6.0 ( #7769 )
2021-09-01 21:22:27 -04:00
renovate[bot]
f1fa6e44e1
Update dependency knex-schema-inspector to v1.5.15 ( #7718 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-31 17:47:50 -04:00
renovate[bot]
4bde1d7455
Update dependency knex-schema-inspector to v1.5.14 ( #7708 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-30 20:39:24 -04:00
Nicola Krumschmidt
d64ca14348
Explicitly set catch parameters to any type ( #7654 )
...
This fixes not being able to build the repo due to type issues
introduced by the Typescript 4.4 option "useUnknownInCatchVariables",
which is enabled by default in strict mode.
2021-08-27 10:33:30 -04:00
renovate[bot]
071e313bce
update dependency typescript to v4.4.2 ( #7638 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-26 21:53:07 +00:00
rijkvanzanten
8f943a34f9
v9.0.0-rc.91
2021-08-23 16:08:06 -04:00
Oreille
fb64df54be
Fix server error when a postgres view contains geometry columns ( #7487 )
...
* Fix server error when a postgres view contains geometry columns
* Fixed typo
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2021-08-18 15:19:12 -04:00
Oreille
02cf1741bb
Fix server error when a postgres view contains geometry columns ( #7486 )
2021-08-18 15:14:46 +02:00