3084 Commits

Author SHA1 Message Date
Olivier Cavadenti
d31dc646c5
Support fromRaw (#4781) 2021-10-30 00:40:57 +03:00
Igor Savin
692112a0f3
Update dependencies (#4778) 2021-10-28 01:29:49 +03:00
Igor Savin
762fdde882
Drop support for Node 10, add support for Node 17 (#4777) 2021-10-28 00:51:49 +03:00
Marceli Wac
22280c23f4
Refactor Migrator code and API to return list of migrations as objects consistently. (#4745) 2021-10-28 00:42:36 +03:00
Igor Savin
ab4acd4904 Let's start preparing for 1.0.0 2021-10-28 00:39:57 +03:00
Igor Savin
89d3c69208 Prepare to release 0.95.12 0.95.12 2021-10-28 00:35:56 +03:00
Igor Savin
63dbd65708 Prepare to release 0.95.12-rc6 2021-10-28 00:11:01 +03:00
Igor Savin
50cfa5f22f
Add geometry column building (#4776) 2021-10-28 00:10:33 +03:00
dependabot[bot]
994cbcb2d8
Bump typescript from 4.4.3 to 4.4.4 (#4731)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 01:55:13 +03:00
dependabot[bot]
3331e38568
Bump tsd from 0.17.0 to 0.18.0 (#4732)
Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](https://github.com/SamVerschueren/tsd/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 00:41:07 +03:00
Igor Savin
336691fb9c Prepare to release rc5 2021-10-26 00:38:50 +03:00
Olivier Cavadenti
ace439d5c7
Implement partial index support (#4768) 2021-10-26 00:37:26 +03:00
Igor Savin
821e8494fd Merge remote-tracking branch 'origin/master' 2021-10-24 17:14:21 +03:00
dependabot[bot]
f49b0938b0
Bump dtslint from 4.1.6 to 4.2.0 (#4763)
Bumps [dtslint](https://github.com/Microsoft/dtslint) from 4.1.6 to 4.2.0.
- [Release notes](https://github.com/Microsoft/dtslint/releases)
- [Commits](https://github.com/Microsoft/dtslint/commits/v4.2.0)

---
updated-dependencies:
- dependency-name: dtslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 17:13:58 +03:00
Igor Savin
ac5a619166 Move migration tests to integration2 2021-10-24 17:13:53 +03:00
Igor Savin
33cea90662 Try to fix coverage task 2021-10-24 16:37:43 +03:00
Ivan Zhuravlev
6840d3f75b
feat(cockroachdb): add support upsert (#4767)
Co-authored-by: Igor Savin <iselwin@gmail.com>
2021-10-24 16:27:08 +03:00
Dominik Krejcik
a17cc3214a
Support SELECT .. FOR NO KEY UPDATE / KEY SHARE row level locking clauses in Postgres (#4755) 2021-10-23 16:01:36 +03:00
maximelkin
58de7a921c
fix(typings): table builder some methods return wrong types (#4764)
Co-authored-by: maximelkin <maxeljkin@gmail.com>
2021-10-23 16:00:48 +03:00
dependabot[bot]
e991090719
Bump eslint from 7.32.0 to 8.0.1 (#4736)
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.0.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-22 01:48:15 +03:00
Olivier Cavadenti
d463284349
Add storage engine index Type support to MySQL index() and unique() schema (#4756)
Co-authored-by: Elan Ruusamäe <glen@delfi.ee>
2021-10-21 01:20:56 +03:00
Igor Savin
792d3be91a Bump version to rc4 2021-10-20 23:36:44 +03:00
Igor Savin
bfdece3cdc
Process passed Oracle connection (#4757) 2021-10-20 23:35:51 +03:00
Ryan Williams
3e53c031c0
Update JoinRaw bindings type to accept arrays (#4752) 2021-10-20 23:28:37 +03:00
Olivier Cavadenti
60db2d25a2
View support (#1626) (#4748) 2021-10-20 23:23:29 +03:00
maximelkin
2f85fde189
chore(tests): fix numbers to their actual values (#4753)
Co-authored-by: maximelkin <maxeljkin@gmail.com>
2021-10-20 10:00:52 +03:00
dependabot[bot]
60becbc1fd
Bump actions/checkout from 2.3.4 to 2.3.5 (#4749)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 22:57:38 +03:00
Igor Savin
188118c24a
Add notes for fixing the autocomplete issues (#4744) 2021-10-16 00:35:00 +03:00
Igor Savin
0142b3bfb4
Enable CockroachDB in CI and update documentation (#4742) 2021-10-15 18:14:32 +03:00
Igor Savin
3c6a1fb852
Fix final tests failing on CockroachDB (#4741) 2021-10-15 18:02:55 +03:00
Olivier Cavadenti
7c52de9f23
Create table like support (#1373) (#4728) 2021-10-15 16:57:46 +03:00
Igor Savin
2b1e37ca44
Fix more tests for CockroachDB (#4729) 2021-10-13 01:19:56 +03:00
Igor Savin
502ce49fa9
CockroachDB does not support query cancellation yet (#4726) 2021-10-11 19:36:50 +03:00
Jeremy W. Sherman
99e6726df9
mssql: Support table.primary, table.unique variant with options object (#4710) 2021-10-10 22:47:32 +03:00
Olivier Cavadenti
126b84639e
Support for 'is null' in 'order by' (#3667) (#4720) 2021-10-10 22:45:48 +03:00
Igor Savin
d45a8c8607
Implement basic query cancellation for CockroachDB (#4723) 2021-10-10 20:15:47 +03:00
Igor Savin
2361b9a534
Execute all tests (#4722) 2021-10-10 17:23:01 +03:00
Igor Savin
33e8b9fcb9
Fix joins tests for CockroachDB (#4721) 2021-10-10 17:16:47 +03:00
maximelkin
d9d6ac81a7
fix onDelete/onUpdate for ColumnBuilder (#4656)
Co-authored-by: maximelkin <maxeljkin@gmail.com>
2021-10-10 16:47:37 +03:00
dependabot[bot]
cce0bb6b99
Bump colorette from 2.0.14 to 2.0.16 (#4711)
Bumps [colorette](https://github.com/jorgebucaran/colorette) from 2.0.14 to 2.0.16.
- [Release notes](https://github.com/jorgebucaran/colorette/releases)
- [Commits](https://github.com/jorgebucaran/colorette/compare/2.0.14...2.0.16)

---
updated-dependencies:
- dependency-name: colorette
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-10 16:46:35 +03:00
Igor Savin
7add986193
Avoid unnecessary DB rebuild (#4718) 2021-10-10 02:18:30 +03:00
Igor Savin
e6d5873cec
Fix migration locking for cockroachdb (#4717) 2021-10-10 02:07:56 +03:00
Igor Savin
44ae0ffeb2
Execute all tests (#4716) 2021-10-10 01:40:22 +03:00
Igor Savin
07c30bfcb8
Implement truncate method for CockroachDB, refactor and fix some tests (#4714) 2021-10-10 01:33:20 +03:00
OlivierCavadenti
6892c2c7c0
Add support for 'CASCADE' in PostgreSQL 'DROP SCHEMA' queries (#4713) 2021-10-09 01:23:02 +03:00
Igor Savin
c3655ef5af
Update colorette (#4702) 2021-10-03 22:08:02 +03:00
Igor Savin
c2c9446c29
Fix JSON support for CockroachDB (#4701) 2021-10-03 21:33:24 +03:00
Igor Savin
941b660f53
Initial infrastructure for CockroachDB (#4571) 2021-10-02 23:45:17 +03:00
Igor Savin
b0b36b9fcd
Do not install pg-native by default (#4699) 2021-10-02 16:55:06 +03:00
dependabot[bot]
3856e800fe
Bump actions/setup-node from 2.4.0 to 2.4.1 (#4695)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-30 09:38:19 +03:00