- [bug] Fixed bug whereby create_unique_constraint()
would include in the constraint columns that are added to all Table objects using events, externally to the generation of the constraint.
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -7,6 +7,11 @@
|
||||
ForeignKey target in column alter operations,
|
||||
courtesy Alexander Kolov.
|
||||
|
||||
- [bug] Fixed bug whereby create_unique_constraint()
|
||||
would include in the constraint columns that
|
||||
are added to all Table objects using events,
|
||||
externally to the generation of the constraint.
|
||||
|
||||
0.3.1
|
||||
=====
|
||||
- [bug] bulk_insert() fixes:
|
||||
|
||||
Reference in New Issue
Block a user