[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Escape literal string values passed to server_defau
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-09-30 13:41:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/079df65dc0f7/ Changeset: 079df65dc0f7 Branch: master User: zzzeek Date: 2016-09-30 13:23:50+00:00 Summary: Escape literal string values passed to server_default A string sent as a column default via the :paramref:`.Column.server_default` parameter is now escaped for quotes. This change is backwards compatible with code that may have been working around this previously. Change-Id: I341298a76cc67bc0a53df4ab51ab9379f2294cdd Fixes: #3809 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |