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
condition_timing should be the alias of action_timing condition_reference_old_table should be the alias of action_reference_old_table condition_reference_new_table should be the alias of action_reference_new_table
Current behavior
Exception Thrown
PDOException: SQLSTATE[42703]: Undefined column: 7 ERROR: column "condition_timing" does not exist
LINE 1: ...ition", "action_statement", "action_orientation", "condition...
Bug Report
Incorrect column parameters when retrieving trigger info in sql
Summary
Incorrect column parameters when retrieving trigger info in sql
Sql produce by PostgresqlMetadata loadTriggerData()
condition_timing should be the alias of action_timing
condition_reference_old_table should be the alias of action_reference_old_table
condition_reference_new_table should be the alias of action_reference_new_table
Current behavior
Exception Thrown
How to reproduce
Expected behavior
Should produce this sql
The text was updated successfully, but these errors were encountered: