Changes between Version 3 and Version 4 of Ticket #36748


Ignore:
Timestamp:
Nov 20, 2025, 9:37:06 AM (3 hours ago)
Author:
Simon Charette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36748 – Description

    v3 v4  
    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**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