[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-05 19:47:19
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ec6214457ed7/ Changeset: ec6214457ed7 Branch: None User: zzzeek Date: 2014-12-05 19:19:36+00:00 Summary: - pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d521b1ed4463/ Changeset: d521b1ed4463 Branch: rel_0_9 User: zzzeek Date: 2014-12-05 19:21:45+00:00 Summary: - pep8 (cherry picked from commit ec6214457ed71f0ae87d83076e084214650aae5d) Conflicts: test/dialect/test_sqlite.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0ce045bd853e/ Changeset: 0ce045bd853e Branch: None User: zzzeek Date: 2014-12-05 19:46:43+00:00 Summary: - The SQLite dialect, when using the :class:`.sqlite.DATE`, :class:`.sqlite.TIME`, or :class:`.sqlite.DATETIME` types, and given a ``storage_format`` that only renders numbers, will render the types in DDL as ``DATE_CHAR``, ``TIME_CHAR``, and ``DATETIME_CHAR``, so that despite the lack of alpha characters in the values, the column will still deliver the "text affinity". Normally this is not needed, as the textual values within the default storage formats already imply text. fixes #3257 Affected #: 3 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. |