mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-07 07:23:28 +00:00
fix: update import queries and fix bug for MySQL & MariaDB
This commit is contained in:
committed by
Jonathan Fishner
parent
0a11b6f883
commit
89e0cddd42
@@ -179,5 +179,5 @@ SELECT JSON_QUERY(
|
||||
', "views": ' + ISNULL((SELECT cast(all_views_json as nvarchar(max)) FROM views), N'[]') +
|
||||
', "database_name": "' + DB_NAME() + '"' +
|
||||
', "version": ""}'
|
||||
) AS full_json_result;
|
||||
) AS metadata_json_to_import;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user