diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
commit | 1927f6d00ca32101de2554946e8b449efb5977c1 (patch) | |
tree | 8529dab6fb68bf20f7fa9a90fe45c0ccb4fafa8b /feature/list |
Start tracking ODB change development in git
Diffstat (limited to 'feature/list')
-rw-r--r-- | feature/list | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/feature/list b/feature/list new file mode 100644 index 0000000..18629dc --- /dev/null +++ b/feature/list @@ -0,0 +1,16 @@ +* Documentation: doc/ +* Composite value: composite/ +* Container: container/ +* Query: query/ +* View: view/ + +- Mass UPDATE + + This could be very useful in data migration code. In fact, need to + add an example in the manual when this is supported. + +! Diagnose lack of default ctor if object used in relationship + + Got two questions on the mailing list about that in one week. Maybe + always diagnose lack of public ctor? Maybe with a warning if no + relationship? The no_ctor pragma like no_id? |