Skip to content

Releases: modeldba/sql-autocomplete

1.1.1

Choose a tag to compare

@mtriff mtriff released this 01 Apr 22:32

Update README for npm

1.1.0

Choose a tag to compare

@mtriff mtriff released this 07 Mar 18:38
  • 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

1.0.2

Choose a tag to compare

@mtriff mtriff released this 30 Oct 22:51

Remove console logging for parsing errors (parsing errors are expected when autocompleting)

1.0.1

Choose a tag to compare

@mtriff mtriff released this 12 Oct 01:03

Update dependency