Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add mssql dev dependency. * add mssql to docker-compose.yml. * config? @ pg driver. * initial dialect implementation. * fix browser tests by getting tedious stuff in config. * introduce mssql to test-setup. * get dialect to a working state. * introduce mssql to insert test suite. * introduce mssql to select test suite. * add mssql to test scripts. * make tests pass type-checks. * fix new tests after update branch. * introduce mssql to update test suite. * fix mysql test expectation. * introduce mssql to delete test suite. * introduce mssql to with test suite. * introduce mssql to with schema test suite. * introduce mssql to where test suite. * test mssql vs. selectNoFrom. * introduce mssql to set operation test suite. * fix error rejections. * introduce mssql to schema module test suite. * remove mssql, add tedious and tarn. * initial pool implementation using tarn. * fix failing where tests. * fix compilation errors at select tests. * introduce mssql to schema module test suite, pt. 2. * compile mssql alter table alter column properly. * introduce mssql to schema module test suite, pt. 3. * fix failing where test. * introduce mssql to sanitize identifiers test suite. * introduce mssql to raw sql test suite. * introduce mssql to raw query test suite. * introduce mssql to order by test suite. * introduce mssql to join test suite. * introduce mssql to having test suite. * introduce mssql into group by test suite. * empty and/or works everywhere. * introduce mssql to expression test suite. * introduce mssql to execute test suite. * introduce mssql to deduplicate joins test suite. * introduce mssql to coalesce test suite. * introduce mssql to clear test suite. * introduce mssql case test suite. * introduce mssql to camel case test suite. * introduce mssql to aggregate function test suite. * lift only. * connection validate shouldn't trigger kysely stuff. * introduce mssql to transaction test suite, pt. 1. * fix introspect tests. * remove mssql types. * add @types/tedious dev dep. * introduce mssql to transaction test suite, pt. 2. * introduce mssql to introspect test suite, pt. 1. * introduce mssql to introspect test suite, pt. 2. * fix default to column introspection @ mssql. * autoincrementing columns are technically columns with default values. * dont use ifNotExists in mssql migrations. * introduce mssql to migration test suite. * implement streaming. * fix schema tests. * rename DIALECTS_WITH_MSSQL back to DIALECTS. * misc adjustments and js docs. * fix wording of `supportsCreateIfNotExists`. * add mssql to key value set variant test case.
- Loading branch information
a5a36c0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kysely – ./
kysely-git-master-kysely-team.vercel.app
kysely-kysely-team.vercel.app
kysely.dev
www.kysely.dev