OProf77
OProf77
Thanks for the application. While I was doing the migration I got this error... 06/07/2024 06:37:34 || LOG: Fetched data from public.ana_co_visure table of postgresql... Npgsql.NpgsqlException: Exception while reading from...
**Describe the bug** I have a postgres db with some column of type "geometry" When run application give me this error for table with column of type "geometry": "System.InvalidCastException: Reading...
[Add_precision_and_scale_for_numeric_data_type__Add__timestamp_without_time_zone_,__datetim.patch](https://github.com/user-attachments/files/20578125/Add_precision_and_scale_for_numeric_data_type__Add__timestamp_without_time_zone_.__datetim.patch) Currently, the conversion of numeric data type is done without precision and scale. So I changed the code in the service.cs file and now the conversion is done in...