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
I have an Oracle database with hundreds of tables that contain a column named ISNULL (a reserved word in PostgreSQL12 apparently). It would be nice if I could do (in the configuration file):
REPLACE_COLS *(ISNULL, IS_NULL)
I tried it, but alas, it is not working so I have to resort to sed instead.
The text was updated successfully, but these errors were encountered:
I have an Oracle database with hundreds of tables that contain a column named ISNULL (a reserved word in PostgreSQL12 apparently). It would be nice if I could do (in the configuration file):
I tried it, but alas, it is not working so I have to resort to sed instead.
The text was updated successfully, but these errors were encountered: