summaryrefslogtreecommitdiff
path: root/bug/list
diff options
context:
space:
mode:
Diffstat (limited to 'bug/list')
-rw-r--r--bug/list7
1 files changed, 7 insertions, 0 deletions
diff --git a/bug/list b/bug/list
index f4d1081..1aa4e89 100644
--- a/bug/list
+++ b/bug/list
@@ -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".