From 504ea452d362aaa2cf98da1671b3063494126904 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jan 2016 18:53:38 +0200 Subject: Add bug: add note on PG "transaction terminated after failed statement" --- bug/list | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bug/list') diff --git a/bug/list b/bug/list index b3af566..d7fcfa9 100644 --- a/bug/list +++ b/bug/list @@ -1,3 +1,17 @@ +! Add note on PG "transaction terminated after failed statement" [doc] + + For instance, the schema_catalog::migrate() logic doesn't work in case + the schema does not exist (SELECT tries to get the version, fails, and + takes down the transaction). Workaround: run schema_version() out of + transaction and then decide yourself whether to create or migrate the + schema. + +! Unsigned C++ to signed database mapping and comparison + + While ODB can roundtrip the values, comparison at the database level (e.g., + in queries will be broken). Probably need to change to use the next signed + type. Probably for 3.0.0. + ! Still need to update database/factory documentation [doc] This is related to the database return-by-value changes. -- cgit v1.1