mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
chore: bump version to beta.2 (#7238)
* chore: bump version to beta.2 Signed-off-by: discord9 <discord9@163.com> * test: fix sqlness Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -13,6 +13,7 @@ SELECT session_user is not null;
|
||||
| t |
|
||||
+----------------------------+
|
||||
|
||||
-- SQLNESS REPLACE (\d+(?:\.\d+)*)-greptimedb-(\d+(?:\.\d+)*(?:-[a-zA-Z0-9-.]+)?) PG_VERSION-greptimedb-VERSION
|
||||
-- current_schema
|
||||
-- SQLNESS PROTOCOL POSTGRES
|
||||
select current_schema(), current_schemas(true), current_schemas(false), version(), current_database();
|
||||
@@ -20,7 +21,7 @@ select current_schema(), current_schemas(true), current_schemas(false), version(
|
||||
+------------------+---------------------------------------------------------+---------------------------------+------------------------------+--------------------+
|
||||
| current_schema() | current_schemas(Boolean(true)) | current_schemas(Boolean(false)) | version | current_database() |
|
||||
+------------------+---------------------------------------------------------+---------------------------------+------------------------------+--------------------+
|
||||
| public | {public,information_schema,pg_catalog,greptime_private} | {public} | 16.3-greptimedb-1.0.0-beta.1 | greptime |
|
||||
| public | {public,information_schema,pg_catalog,greptime_private} | {public} | PG_VERSION-greptimedb-VERSION | greptime |
|
||||
+------------------+---------------------------------------------------------+---------------------------------+------------------------------+--------------------+
|
||||
|
||||
-- search_path for pg using schema for now FIXME when support real search_path
|
||||
|
||||
@@ -5,6 +5,7 @@ create database pg_catalog;
|
||||
-- SQLNESS PROTOCOL POSTGRES
|
||||
SELECT session_user is not null;
|
||||
|
||||
-- SQLNESS REPLACE (\d+(?:\.\d+)*)-greptimedb-(\d+(?:\.\d+)*(?:-[a-zA-Z0-9-.]+)?) PG_VERSION-greptimedb-VERSION
|
||||
-- current_schema
|
||||
-- SQLNESS PROTOCOL POSTGRES
|
||||
select current_schema(), current_schemas(true), current_schemas(false), version(), current_database();
|
||||
|
||||
Reference in New Issue
Block a user