-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nullable expressions: undefined -> null (#2)
- Changes expressions to use the `null` data type instead of `undefined`. - This change caused some issues with the type snapshot checks. Refactored the test snapshots to use `jest-runner-tsd`. These tests now can check on the actual result set data type, rather than having to use the `GetDataType` class to extract nullability. - Refactors the result set types to reduce duplication, and better explain that the `GetDataType` helper is now only used in `FromItemQuery`, rather than for testing only. - Modifies the `toSql` helper to accept `Tokenable` types.
- Loading branch information
1 parent
f7ed6dd
commit 707a866
Showing
32 changed files
with
2,957 additions
and
1,878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.