Sql Autocomplete Versions Save

Autocomplete recommendations for SQL statements

1.1.1

3 years ago

Update README for npm

1.1.0

3 years ago
  • 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

3 years ago

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

1.0.1

3 years ago

Update dependency