oracle - using default schema

This commit is contained in:
Jan Prochazka
2024-05-31 15:21:49 +02:00
parent 2723c41832
commit df60d40134
11 changed files with 24 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
module.exports = `
select
routine_name as "pure_name",
routine_schema as "schema_name",
-- routine_schema as "schema_name",
routine_definition as "definition",
standard_hash(routine_definition, 'MD5') as "hash_code",
routine_type as "object_type",