sql-autocomplete-parsers
Advanced tools
Comparing version 1.3.0 to 1.4.0
# Changelog | ||
## [1.4.0](https://github.com/gravity-ui/sql-autocomplete-parsers/compare/v1.3.0...v1.4.0) (2023-06-06) | ||
### Features | ||
* add alias for table interface ([12920a3](https://github.com/gravity-ui/sql-autocomplete-parsers/commit/12920a37e79d0a2021e90d22780bddc2ee83e3f9)) | ||
## [1.3.0](https://github.com/gravity-ui/sql-autocomplete-parsers/compare/v1.2.0...v1.3.0) (2023-06-06) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "sql-autocomplete-parsers", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A library that provides autocompletion and errors highlighting for various sql dialects", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -56,2 +56,3 @@ // @ts-ignore | ||
export interface Table { | ||
alias?: string; | ||
identifierChain: IdentifierChainEntry[]; | ||
@@ -58,0 +59,0 @@ } |
6439218
89386