mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
fix: store raw objname internally (#2719)
* fix: store raw objname internally Signed-off-by: tison <wander4096@gmail.com> * add a utility Signed-off-by: tison <wander4096@gmail.com> * add a sqlness test case Signed-off-by: tison <wander4096@gmail.com> * cargo clippy Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
19
tests/cases/standalone/common/create/create_database.result
Normal file
19
tests/cases/standalone/common/create/create_database.result
Normal file
@@ -0,0 +1,19 @@
|
||||
create database illegal-database;
|
||||
|
||||
Error: 1001(Unsupported), SQL statement is not supported: create database illegal-database;, keyword: -
|
||||
|
||||
create database 'illegal-database';
|
||||
|
||||
Affected Rows: 1
|
||||
|
||||
show databases;
|
||||
|
||||
+--------------------+
|
||||
| Schemas |
|
||||
+--------------------+
|
||||
| illegal-database |
|
||||
| information_schema |
|
||||
| public |
|
||||
| test_public_schema |
|
||||
+--------------------+
|
||||
|
||||
Reference in New Issue
Block a user