David Stryker
David Stryker
## Description SQL MERGE throw if assigning null to non-null column This commit changes the two implementations of MergeRowChangeProcessor to throw an exception if a null value is assigned to...
## Description This WIP PR supports SQL DELETE and SQL UPDATE using the back-end MERGE machinery. This PR is submitted to run the tests in the CI build to see...
Since EXECUTE is a keyword, in order to grant an EXECUTE privilege using SQL, it must be in the enumerated list of privileges in the grammar. ## Description ## Additional...
This commit adds machinery to set the owner of arbitrary entities, by extending the syntax of ALTER (SCHEMA | TABLE | VIEW) qualifiedName SET AUTHORIZATION to support arbitrary owningKinds in...