mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 21:36:00 +00:00
fix: correct function name in tests
This commit is contained in:
@@ -238,7 +238,7 @@ const engines = [
|
|||||||
testName: 'paramModesFunction',
|
testName: 'paramModesFunction',
|
||||||
objectTypeField: 'functions',
|
objectTypeField: 'functions',
|
||||||
create: `
|
create: `
|
||||||
create or replace function get_film_stat(
|
create or replace function obj1(
|
||||||
out min_len int,
|
out min_len int,
|
||||||
out max_len int)
|
out max_len int)
|
||||||
language plpgsql
|
language plpgsql
|
||||||
|
|||||||
Reference in New Issue
Block a user