mirror of https://github.com/helix-editor/helix
feat(sql): MariaDB/MySQL syntax, Apache Hive syntax, unified builtin functions, floats, negative integers (#6041)
* feat(sql): MariaDB/MySQL table options `COLLATE`, `CHARACTER SET`, `ENGINE` Upstream changes:pull/6084/head286e10c5bc...30e15d45dc
* feat(sql): Optional `COLUMN` in `ALTER TABLE` Upstream changes:30e15d45dc...c508e6044a
* feat(sql): Add `UNSIGNED` support, refactor numeric types Upstream changes:c508e6044a...2d1d5b68a1
* feat(sql): Add support for Apache Spark create Hive table Upstream changes:2d1d5b68a1...7be06f4d5e
* feat(sql): Add support for signed and unsigned floating point literals Upstream changes: https://github.com/DerekStride/tree-sitter-sql/pull/92/files * feat(sql): Add interval data type Upstream changes:13d375dea3...7b4bcd0394
* feat(sql): Add support for DROP INDEX Upstream changes:7b4bcd0394...173d6feb50
* feat(sql): Add MariaDB/MySQL `ALTER TABLE ... CHANGE|MODIFY ... [FIRST|AFTER]` syntax Upstream changes:173d6feb50...0d7a121b2a
* feat(sql): Extract fields from Apache Hive storage location and row format Upstream changes:0d7a121b2a...d2f0f6695f
* feat(sql): Fix unified built-in functions Upstream changes:d2f0f6695f...e4e43ba742
* feat(sql): Support negative integers Upstream changes:e4e43ba742...3a3f92b29c
* rework(sql): Improve `@constant.numeric` regex
parent
8043959265
commit
6494fc1daf
Loading…
Reference in New Issue