Skip to content

Commit c9b84fe

Browse files
committed
Release version 1.2.0
* Add node built-in REPL commands to auto-complete * Fix keyword fetching for autocomplete when `show tables` fails * Improve multi-line and multi-statement evaluation * Execute multiple statements, separated by ';', individually * Parse comments out of statements * Execute statements sequentially, waiting for each to complete before executing the next
1 parent afb2810 commit c9b84fe

File tree

2 files changed

+77
-77
lines changed

2 files changed

+77
-77
lines changed

package-lock.json

Lines changed: 76 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adasql",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "CLI SQL client for AWS Aurora Data API Databases",
55
"bin": {
66
"adasql": "index.js"

0 commit comments

Comments
 (0)