diff options
Diffstat (limited to 'bug/list')
-rw-r--r-- | bug/list | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +! Type mapping broken for containers + + struct int_vector {std::vector<int> v;}; + + typedef std::vector<int> vector_int; + #pragma db map type(int_vector) as(vector_int) to((?).v) from(int_vector(?)) + ! Need to use SERIALIZABLE isolation level on all databases See private email with subject like "ODB concurrency behavior". |