diff options
Diffstat (limited to 'feature/composite/list')
-rw-r--r-- | feature/composite/list | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/feature/composite/list b/feature/composite/list new file mode 100644 index 0000000..8a9c257 --- /dev/null +++ b/feature/composite/list @@ -0,0 +1,9 @@ +- Interface type for existing composite value types: interface-type + +- Make column prefix for locally-defined composite value types empty + + If a composite value type is defined in a class, then we could make + its table prefix empty by default. This will remove the ugly need to + specify an empty prefix for deleted_data. Of course, if it is used + for several data members, then we will end up generating broken code. + Maybe if it is private and only used for a single data member? |