blob: 8a9c257cad571215d8d96ba4f7340baaee884e6c (
plain)
1
2
3
4
5
6
7
8
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?
|