Skip to content

1.1.0

Compare
Choose a tag to compare
@mtriff mtriff released this 07 Mar 18:38
· 1 commit to main since this release
  • Added ability to specify column and table names, so that AutocompleteOptions of type COLUMN and TABLE will now also include the name if the name matches one provided during construction new SQLAutocomplete(SQLDialect.MYSQL, ['table1'], ['columnA']); or using setTableNames(tableNames: string[])/setColumnNames(columnNames: string[]).
  • Fixed bug introduced with latest version of antlr4-c3 where autocompleting the last token in a query immediately after a space would fail.
  • Updated dependencies