-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: sqlite JSON support * chore: unneeded clone * fix: fix tests * fix: correct snapshot * fix: pass sqlite Json args as strings * fix: update json arg test * fix: disable unwanted adaptors * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI * chore: address comments * chore: address comments fix * chore: bring back json_support test with a new assertion * chore: remove clone * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI * fix: fix edge cases around plain JSON values * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI * feat: conditionally generate the ArrayContains filter * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI * fix: correct copy paste errors * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI * fix: null handling for unknown number for d1 * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI * chore: minor cleanups * DRIVER_ADAPTERS_BRANCH=feat/sqlite-json chore: re-trigger CI --------- Co-authored-by: jkomyno <[email protected]> Co-authored-by: Alberto Schiabel <[email protected]>
- Loading branch information
1 parent
11f085a
commit 3dc72ed
Showing
29 changed files
with
355 additions
and
98 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
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 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 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 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.