Changes between Initial Version and Version 2 of Ticket #36748
- Timestamp:
- Nov 20, 2025, 9:35:56 AM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36748
- Property Has patch set
-
Ticket #36748 – Description
initial v2 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 40 **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.**