Changes between Version 3 and Version 4 of Ticket #36748
- Timestamp:
- Nov 20, 2025, 9:37:06 AM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36748 – Description
v3 v4 36 36 37 37 I bumped into this regression when upgrading to 5.2 and the call to a Postgres extension function in such a placeholder, but which has a db_type that is present in self.connection.data_types, didn't happen anymore for bulk inserts. 38 39 **NB This bug can go unnoticed: bulk_create might succeed, but with different data written to disk than what is expected. And subsequent reads and seeks will have the wrong results.**