-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Soft Delete - 2 #790
base: master
Are you sure you want to change the base?
Soft Delete - 2 #790
Conversation
This will probably not land in 0.9 |
Too much for 0.9? |
Any chance this will make it through to 0.12? |
There is some chance, we plan to rethink/rework this PR. But before that we'd have to clear the backlog for 0.12 first. May be it will land in 0.12.1? Meanwhile, any form of contribution would be appreciated. |
Hello, how things going on about soft-delete feature ? |
Hi, 0.12.15 landed a few weeks ago, is there any active work done on this PR? |
Hello, how things going on about soft-delete feature ? |
PR Info
CURRENT_TIMESTAMP
function sea-query#349Adds
SoftDeleteTrait
DeriveEntityModel
andDeriveColumn
procedural macros withsoft_delete_column
proc_macro attributesoft_delete_expr
andrestore_soft_delete_expr
by providing a proc_macro attributefind_*
methodsdelete_*
methodssoft_delete_column
proc_macro attributeBreaking Changes
DeleteOne
andDeleteMany
now implementQueryTrait
,QueryFilter
,ConditionalStatement
andQueryStatementBuilder