JasperFx / marten

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

Fix for #3514 #3515

Closed ericgreenmix closed 1 month ago

ericgreenmix commented 1 month ago

Adds the is_archived column to the insert columns and sets it in the ON CONFLICT PK's if UseArchivedStreamPartitioning.

Ref #3514

jeremydmiller commented 1 month ago

@ericgreenmix Good catch, and thank you!