JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.79k stars 441 forks source link

Create temp table for bulk loading with "LIKE" clause #3334

Closed e-tobi closed 1 month ago

e-tobi commented 1 month ago

Using "LIKE" and "INCLUDING DEFAULTS" is required to e.g. set mt_deleted to the default falue FALSE, otherwise it will be set to NULL.