diff options
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -4,12 +4,13 @@ CHANGES 0.4.2 ----- - sql - - added new flag to String and create_engine(), assert_unicode=(True|False|None). - When convert_unicode=True, this flag also defaults to `True`, and results in all - unicode conversion operations raising an exception when a non-unicode bytestring - is passed as a bind parameter. It is strongly advised that all unicode-aware - applications make proper use of Python unicode objects (i.e. u'hello' and - not 'hello'). + - added new flag to String and create_engine(), + assert_unicode=(True|False|None). Defaults to `False` or `None` on + create_engine() and String, `True` on the Unicode type. When `True`, + results in all unicode conversion operations raising an exception when a + non-unicode bytestring is passed as a bind parameter. It is strongly + advised that all unicode-aware applications make proper use of Python + unicode objects (i.e. u'hello' and not 'hello'). - column labels in the form "tablename.columname", i.e. with a dot, are now supported. |
