OProf77
OProf77
I don't know if this is the place to ask. I don't know how to check the contents of a variable in my pattern file. I think that's the discussion,...
I think that error appears on views "06/07/2024 06:37:34 || LOG: Fetched data from public.ana_co_visure table of postgresql..." because "public.ana_co_visure" it's a view and not a table. Can I specify...
I have modified this line in Service.cs file: `var getTablesQuery = $"SELECT table_name FROM information_schema.tables WHERE table_schema = '{sourceSchema}'"; ` with this: `var getTablesQuery = $"SELECT table_name FROM information_schema.tables WHERE...