[Sqlalchemy-commits] commit/sqlalchemy: 7 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-11-14 17:41:41
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/80ce23f6fd0f/ Changeset: 80ce23f6fd0f Branch: None User: jdevera Date: 2015-11-13 19:51:05+00:00 Summary: Pass precision value to mssql.DATETIME2 when it is 0 The simple check on the precision results in DATETIME2(0) generating a DATETIME2 column, with default precision, which is 7. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ac9ded338fa8/ Changeset: ac9ded338fa8 Branch: None User: zzzeek Date: 2015-11-14 16:39:58+00:00 Summary: Merge remote-tracking branch 'origin/pr/213' into pr213 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c3d40cceb29d/ Changeset: c3d40cceb29d Branch: pr213 User: zzzeek Date: 2015-11-14 17:36:09+00:00 Summary: - changelog for MSSQL date fix Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0847097c29ab/ Changeset: 0847097c29ab Branch: None User: zzzeek Date: 2015-11-14 17:38:45+00:00 Summary: - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, which also accept zero precision - extend test case here to include a backend-agnostic suite - changelog for MSSQL date fix Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f34deb456e9d/ Changeset: f34deb456e9d Branch: None User: jdevera Date: 2015-11-14 17:40:20+00:00 Summary: Pass precision value to mssql.DATETIME2 when it is 0 The simple check on the precision results in DATETIME2(0) generating a DATETIME2 column, with default precision, which is 7. (cherry picked from commit 80ce23f6fd0f14ab656d3ec82773bd0cffbd4791) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/08f056cf9cdb/ Changeset: 08f056cf9cdb Branch: None User: zzzeek Date: 2015-11-14 17:40:34+00:00 Summary: - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, which also accept zero precision - extend test case here to include a backend-agnostic suite - changelog for MSSQL date fix (cherry picked from commit 0847097c29ab48a5f111518e2c6ee324d5242057) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b9773edd348/ Changeset: 9b9773edd348 Branch: rel_1_0 User: zzzeek Date: 2015-11-14 17:41:05+00:00 Summary: - version bump Affected #: 1 file 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. |