-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merges DML and other changes made for QLDB
This includes: - Support for DML statements INSERT, UPDATE, DELETE, etc). - Support for the BY FROM-source alias - A preliminary static type checker - A number of minor bug fixes and refactorings. Does *not* include DDL statements (CREATE, DROP, and UNDROP), as well as refactorings and bug fixes. Contributors to these changes include: Almann Goo, Rob Calhoun, David Lurton, Michael Ross and James Bowman. Commit subject-lines below: - Add AstNodeTest tests for DML nodes. - Fix issues remaining after merge - Merge branch 'quantum-dev' of IonSQLSandbox into quantum-dev - Merge branch 'mainline' into quantum-dev - improve ambiguous binding error message (for real this time) - Revert "Improve ambiguous binding error message" - Improve ambiguous binding error message - introduce SelectStarRewriter - fix LIMIT with value over 2^31 returning no results - StaticTypeRewriter now requires FromSourceAliasRewriter - fix variable lookup within FROM sources - optimize IN operator - IDs in DML Simple Paths - Allow UPDATE form to be used for any DML Operation - add unit tests for CROSS JOIN with condition and other join types without conditions - Restricts various JOINs as per PartiQL spec. - Add support for BY to legacy DML - Add enhanced validations to StaticTypeRewriter - Lowercase the id of the count VariableReference - Capture Token for parse types that recurr on tail - Support FROM source BY variables in ExprValue and EvaluatingCompliler - From source BY variable support in parser and (de)serializer. - Introduces FromSourceLet and LetVariables to the AST - Add support for V0 to `AstSerializer` and make `V0AstSerializer` a shim - Add support for DML to StaticTypeRewriter - Delete zero byte BindingCase.* files which somehow were added to the project root - Merge in rename of com.amazon.ionsql to org.partiql from mainline - Add generic type arguments to Bindings references that aren't in the lang project - Bring quantum-dev in line with 'mainline' - Reorganize directory structure to match mainline. - Merge in minor changes to package structure. - Eliminates MapBindings<T> and fixes StaticTypeRewriter - Merges in changes to StaticTypeRewriter.
- Loading branch information
Showing
98 changed files
with
5,991 additions
and
2,065 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# PartiQL CLI | ||
# PartiQL CLI | ||
|
||
Command line interface for executing PartiQL queries. | ||
|
||
|
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
File renamed without changes.
Empty file.
Oops, something went wrong.