I've got a very high precision numeric that I simply want to round/truncate down to the precision supported by the .Net runtime. (i.e. I am not looking for full support of the PostgreSQL numeric ...
When using cursor.adbc_ingest() to write Polars DataFrames containing decimal values to PostgreSQL, specific decimal values experience issues. For example, 44.123456 saved in a parquet file as Decimal ...