summaryrefslogtreecommitdiffstats
path: root/sanity_checks.txt
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-14 12:40:35 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-14 12:40:35 -0800
commit32fbc42b28c13c88f8cb1fc4a1b49bf7b6b2cb2a (patch)
tree79a3f52da4a7af8c01ce7cbcbc12552bf60c2bd2 /sanity_checks.txt
parentf61a9788003d091cd38d38326ad1ca7969dcf712 (diff)
Fix :q to quit.
Diffstat (limited to 'sanity_checks.txt')
-rw-r--r--sanity_checks.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/sanity_checks.txt b/sanity_checks.txt
index 899c4c9d..bc1dad7f 100644
--- a/sanity_checks.txt
+++ b/sanity_checks.txt
@@ -16,6 +16,12 @@
* \c amjith
* \q
+* Simple execution:
+ 1 Execute a simple 'select * from users;' test taht will pass.
+ 2 Execute a syntax error: 'insert into users ( ;'
+ 3 Execute a simple test from step 1 again to see if it still passes.
+ * Change the database and try steps 1 - 3.
+
* Test smart-completion
* Sele - Must auto-complete to SELECT
* SELECT * FROM - Must list the table names.