Tags: tobymao/sqlglot
Tags
fix: window spec no and only exclude (#5834) * fix: window spec no and only exclude * Update sqlglot/parser.py Co-authored-by: Jo <[email protected]> --------- Co-authored-by: Jo <[email protected]>
feat!: add support for REVOKE DDL (#5703) * feat: add support for REVOKE DDL * refactor: reuse Grant arg_types for Revoke * refactor: extract common grant/revoke sql generator logics into a shared method * refactor: extract common parser grant/revoke logics * Update sqlglot/generator.py Co-authored-by: Jo <[email protected]> --------- Co-authored-by: Jo <[email protected]>
Feat(dremio): handle `DATE_FORMAT`, `TO_DATE`, and `TO_TIMESTAMP` (#5597 ) * add parser and tests for DATE_FORMAT, TO_DATE, and TO_TIMESTAMP * remove unneeded transforms for now. fix tests * Update sqlglot/dialects/dremio.py * Update tests/dialects/test_dremio.py --------- Co-authored-by: Jo <[email protected]>
PreviousNext