summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fad467e8a..8682440d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -235,6 +235,16 @@ CHANGES
just to treat that one non-existent use case.
[ticket:1279]
+ - Inserting NULL into a primary key + foreign key column
+ will allow the "not null constraint" error to raise,
+ not an attempt to execute a nonexistent "col_id_seq"
+ sequence. [ticket:1516]
+
+ - autoincrement SELECT statements, i.e. those which
+ select from a procedure that modifies rows, now work
+ with server-side cursor mode (the named cursor isn't
+ used for such statements.)
+
- mysql
- all the _detect_XXX() functions now run once underneath
dialect.initialize()