Skip to content

Add dedicated `Archive` query

Choose a tag to compare

@LCluber LCluber released this 19 Mar 19:50
· 53 commits to main since this release
  • Add dedicated Archive query :
    • Replaces the previous approach of passing archived: true through the generic Update query
    • Generates a simplified UPDATE ... SET archived = true WHERE id IN (...) query directly
    • Optionally appends consumerId and consumerName as single scalar values (not per-row CASE blocks)
  • Add query.archive() method to SQLEntity using the new Archive class
  • Add properties getter to SQLEntity returning the list of Property instances passed at construction