You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the work to add better support for redshift, I had to rewrite the getRoutineCreateScript function to manually construct the create function query, as pg_get_functiondef was added in postgres 8.4. However, the existing test case for that function only tests a simple function without any arguments. Should add a function that has arguments to the test suite to test compliance, and that the query does not break in the future.
The text was updated successfully, but these errors were encountered:
As part of the work to add better support for redshift, I had to rewrite the getRoutineCreateScript function to manually construct the create function query, as
pg_get_functiondef
was added in postgres 8.4. However, the existing test case for that function only tests a simple function without any arguments. Should add a function that has arguments to the test suite to test compliance, and that the query does not break in the future.The text was updated successfully, but these errors were encountered: