maxtepkeev / architect

A set of tools which enhances ORMs written in Python with more features
Other
391 stars 57 forks source link

Triggers to not work with update #24

Open pedrokost opened 8 years ago

pedrokost commented 8 years ago

I have tried configuring range partitioning based on the key date. It works fine for inserts, but if the date timestamp is modified to fit into another partition, the item in inserted into a new table, but the previous version stays in the original partition.

maxtepkeev commented 8 years ago

Hi Pedro,

Yes, currently auto-deletion from previous partition is not supported, but this is a great feature to be implemented. I don't have much free time right now, so I can't tell you the ETA for this feature and of course, pull requests are more than welcome.