diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-12 11:35:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-12 11:35:05 +0200 |
commit | 20ea8135eff8846d4ee7515c8e82d88d988b5285 (patch) | |
tree | defc1a4dcbe85f5df7e9d67b9304d1b679cc7442 /feature | |
parent | 44a81a960cc0694a4789f210349edaa0e64c924a (diff) |
Add feature: ON UPDATE
Diffstat (limited to 'feature')
-rw-r--r-- | feature/list | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/feature/list b/feature/list index 446f03e..dec63ad 100644 --- a/feature/list +++ b/feature/list @@ -1,3 +1,7 @@ +- ON UPDATE clause in generated schema + + Would be nice to be able to specify this similar to on_delete. + - load_value() that returns object by value, similar to query_value() That would be both the database class function as well as the query |