for non-reflected "PARTITION" directives,
thanks to George Reilly [ticket:2376]
SQLite does not appear to support constraint
naming in any case.
+- mysql
+ - [bug] fixed regexp that filters out warnings
+ for non-reflected "PARTITION" directives,
+ thanks to George Reilly [ticket:2376]
+
- Py3K
- [bug] Fixed inappropriate usage of util.py3k
flag and renamed it to util.py3k_warning, since
# PARTITION
#
# punt!
- self._re_partition = _re_compile(
- r' '
- r'(?:SUB)?PARTITION')
+ self._re_partition = _re_compile(r'(?:.*)(?:SUB)?PARTITION(?:.*)')
# Table-level options (COLLATE, ENGINE, etc.)
# Do the string options first, since they have quoted strings we need to get rid of.