mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 18:26:00 +00:00
fix: do not order pssql params by name
This commit is contained in:
@@ -26,6 +26,5 @@ WHERE
|
|||||||
)
|
)
|
||||||
ORDER BY
|
ORDER BY
|
||||||
schema_name,
|
schema_name,
|
||||||
parameter_name,
|
|
||||||
args.ordinal_position;
|
args.ordinal_position;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user