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
hi,I think this is a bug, like "f isinstance(data, dict):
if 'relname' in data and 'schemaname' in data and re.search(pattern, data['relname']):"
because if the SQL like this:"select (b.script_name),'中' from (select * from temp.halfisolateworkjob20171221) a left join (select * from temp.script2table) b on a.schema_name||'.'||a.table_name=b.table_name where a.create_time <'20171201' and a.owner='app_vgop' and schema_name='SESSION' and process_flag=false and b.script_name is not null order by 1"
the program will not work,you must add “create view....”
hi,I think this is a bug, like "f isinstance(data, dict):
if 'relname' in data and 'schemaname' in data and re.search(pattern, data['relname']):"
because if the SQL like this:"select (b.script_name),'中' from (select * from temp.halfisolateworkjob20171221) a left join (select * from temp.script2table) b on a.schema_name||'.'||a.table_name=b.table_name where a.create_time <'20171201' and a.owner='app_vgop' and schema_name='SESSION' and process_flag=false and b.script_name is not null order by 1"
the program will not work,you must add “create view....”
The text was updated successfully, but these errors were encountered: