Skip to content

Releases: modeldba/sql-autocomplete

1.1.1

01 Apr 22:32
Compare
Choose a tag to compare

Update README for npm

1.1.0

07 Mar 18:38
Compare
Choose a tag to compare
  • 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

30 Oct 22:51
Compare
Choose a tag to compare

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

1.0.1

12 Oct 01:03
Compare
Choose a tag to compare

Update dependency