Changes between Initial Version and Version 2 of Ticket #36748


Ignore:
Timestamp:
Nov 20, 2025, 9:35:56 AM (3 hours ago)
Author:
Chris Wesseling
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36748

    • Property Has patch set
  • Ticket #36748 – Description

    initial v2  
    3636
    3737I 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.**
Back to Top