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