mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-03 13:50:40 +00:00
refactor: implement version as built-in function and use fixed mysql version (#3133)
* refactor: implement version as built-in function * test: add sqlness test for version()
This commit is contained in:
@@ -5,3 +5,6 @@
|
||||
-- SQLNESS REPLACE version:\s+.+ version: VERSION
|
||||
-- SQLNESS REPLACE [\s\-]+
|
||||
SELECT build();
|
||||
|
||||
-- SQLNESS REPLACE greptimedb-[\d\.]+ greptimedb-VERSION
|
||||
SELECT version();
|
||||
|
||||
Reference in New Issue
Block a user