Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 16)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-17 18:44:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/94d57374c44b/ Changeset: 94d57374c44b Branch: None User: zzzeek Date: 2015-02-17 18:43:48+00:00 Summary: - add a new section regarding multiprocessing Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/00c2d61c98f1/ Changeset: 00c2d61c98f1 Branch: rel_0_9 User: zzzeek Date: 2015-02-17 18:44:05+00:00 Summary: - add a new section regarding multiprocessing (cherry picked from commit 94d57374c44b49dce8531a0b0ed3116e52530c3b) 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. |
From: Bitbucket <com...@bi...> - 2015-02-20 05:02:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ad66266d3d27/ Changeset: ad66266d3d27 Branch: None User: zzzeek Date: 2015-02-20 05:01:19+00:00 Summary: - Fixed bug where internal assertion would fail in the case where an ``after_rollback()`` handler for a :class:`.Session` incorrectly adds state to that :class:`.Session` within the handler, and the task to warn and remove this state (established by :ticket:`2389`) attempts to proceed. fixes #3309 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f5d8a1859409/ Changeset: f5d8a1859409 Branch: rel_0_9 User: zzzeek Date: 2015-02-20 05:01:58+00:00 Summary: - Fixed bug where internal assertion would fail in the case where an ``after_rollback()`` handler for a :class:`.Session` incorrectly adds state to that :class:`.Session` within the handler, and the task to warn and remove this state (established by :ticket:`2389`) attempts to proceed. fixes #3309 (cherry picked from commit ad66266d3d275a6129e3270eaacdad171bc10817) 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. |
From: Bitbucket <com...@bi...> - 2015-02-20 20:17:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/305ea84004fe/ Changeset: 305ea84004fe Branch: None User: zzzeek Date: 2015-02-20 20:14:08+00:00 Summary: - Fixed bugs in ORM object comparisons where comparison of many-to-one ``!= None`` would fail if the source were an aliased class, or if the query needed to apply special aliasing to the expression due to aliased joins or polymorphic querying; also fixed bug in the case where comparing a many-to-one to an object state would fail if the query needed to apply special aliasing due to aliased joins or polymorphic querying. fixes #3310 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/775ff3419fa0/ Changeset: 775ff3419fa0 Branch: rel_0_9 User: zzzeek Date: 2015-02-20 20:14:35+00:00 Summary: - Fixed bugs in ORM object comparisons where comparison of many-to-one ``!= None`` would fail if the source were an aliased class, or if the query needed to apply special aliasing to the expression due to aliased joins or polymorphic querying; also fixed bug in the case where comparing a many-to-one to an object state would fail if the query needed to apply special aliasing due to aliased joins or polymorphic querying. fixes #3310 (cherry picked from commit 305ea84004fe604f461cd3c9438fbc84e3d790b2) 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. |
From: Bitbucket <com...@bi...> - 2015-02-25 16:14:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/734876180845/ Changeset: 734876180845 Branch: None User: zzzeek Date: 2015-02-25 15:54:14+00:00 Summary: - the "hello world" of the new approach. this is strictly load a plain entity with plain columns. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f9b479b64036/ Changeset: f9b479b64036 Branch: row_proc_integration User: zzzeek Date: 2015-02-25 16:13:34+00:00 Summary: - implement column entities, bundles 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. |
From: Bitbucket <com...@bi...> - 2015-02-25 22:31:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c5edbc6fdc61/ Changeset: c5edbc6fdc61 Branch: None User: jheld Date: 2015-02-25 17:49:20+00:00 Summary: Update migration_09.rst typo fix: indivdual -> individual. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/22891ab30d16/ Changeset: 22891ab30d16 Branch: rel_0_9 User: jheld Date: 2015-02-25 22:31:36+00:00 Summary: Update migration_09.rst typo fix: indivdual -> individual. (cherry picked from commit c5edbc6fdc611d3c812735d83fe056fbb7d113f5) 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. |
From: Bitbucket <com...@bi...> - 2015-02-28 18:43:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c81a8143535c/ Changeset: c81a8143535c Branch: None User: zzzeek Date: 2015-02-28 18:30:22+00:00 Summary: - another approach. put row_processor back, don't do the thing with ad-hoc callables anymore, but at least make the path to row_processor being called more local to loading.py Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0a32227f3ac1/ Changeset: 0a32227f3ac1 Branch: row_proc_integration_2 User: zzzeek Date: 2015-02-28 18:42:58+00:00 Summary: - moving things around still 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. |
From: Bitbucket <com...@bi...> - 2015-03-01 00:30:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/149bcd108d9a/ Changeset: 149bcd108d9a Branch: None User: zzzeek Date: 2015-02-28 23:51:39+00:00 Summary: - OK this version not working for polymorphic or bundles yet, but for large loads it ties master, for many short loads it is slightly faster. if the code can be made clearer then it's a win Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/43289c861341/ Changeset: 43289c861341 Branch: row_proc_integration_2 User: zzzeek Date: 2015-03-01 00:04:40+00:00 Summary: - this adds polymorphic 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. |
From: Bitbucket <com...@bi...> - 2015-03-02 00:35:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4149ad4bc33f/ Changeset: 4149ad4bc33f Branch: None User: zzzeek Date: 2015-03-02 00:32:35+00:00 Summary: - add some deferreds Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f9e8549e1d80/ Changeset: f9e8549e1d80 Branch: ticket_3054 User: zzzeek Date: 2015-03-02 00:33:25+00:00 Summary: Merge branch 'master' into ticket_3054 Affected #: 43 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. |
From: Bitbucket <com...@bi...> - 2015-03-06 16:20:58
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/34cb52e8d9f9/ Changeset: 34cb52e8d9f9 Branch: None User: jocmeh Date: 2015-03-06 15:58:30+00:00 Summary: minor docstring fix in MappedCollection class Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0a1f720355f0/ Changeset: 0a1f720355f0 Branch: master User: zzzeek Date: 2015-03-06 16:20:45+00:00 Summary: Merged in jocmeh/sqlalchemy (pull request #46) minor docstring fix in MappedCollection class 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. |
From: Bitbucket <com...@bi...> - 2015-03-08 19:32:58
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a92f6662b4e1/ Changeset: a92f6662b4e1 Branch: None User: zzzeek Date: 2015-03-08 18:43:42+00:00 Summary: - add this for testing Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a421106c9d1d/ Changeset: a421106c9d1d Branch: None User: zzzeek Date: 2015-03-08 19:32:21+00:00 Summary: - random performance whacking vs. 0.9, in particular we have to watch for the slots-based __getattr__ thing getting hit Affected #: 6 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. |
From: Bitbucket <com...@bi...> - 2015-03-09 17:07:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fdd2b42db59c/ Changeset: fdd2b42db59c Branch: None User: zzzeek Date: 2015-03-09 17:05:46+00:00 Summary: - we really don't want to force lib here, but we do need it for the plain "pytest" case, so do an append instead of an insert - add a new tox file to do a full regen of callcounts Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fcfa62bd76ee/ Changeset: fcfa62bd76ee Branch: None User: zzzeek Date: 2015-03-09 17:07:09+00:00 Summary: - start locking down querying for cols after observing yesterdays callcount bump due to the slots thing - rewrite profiles using new technique Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-03-10 20:00:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3e3f9e848825/ Changeset: 3e3f9e848825 Branch: rel_0_9 User: zzzeek Date: 2015-03-10 19:57:10+00:00 Summary: - 0.9.9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ebee0c9df37a/ Changeset: ebee0c9df37a Branch: None User: zzzeek Date: 2015-03-10 19:59:34+00:00 Summary: - 0.9.9 changelog update 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. |
From: Bitbucket <com...@bi...> - 2015-03-10 20:17:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/014b4bb5c618/ Changeset: 014b4bb5c618 Branch: rel_0_9 User: zzzeek Date: 2015-03-10 20:16:15+00:00 Summary: - feature, not enhancement Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/39f2df3eba90/ Changeset: 39f2df3eba90 Branch: None User: zzzeek Date: 2015-03-10 20:16:49+00:00 Summary: - feature, not enhancement 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. |
From: Bitbucket <com...@bi...> - 2015-03-12 14:15:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f211ad254d53/ Changeset: f211ad254d53 Branch: None User: zzzeek Date: 2015-03-12 14:14:52+00:00 Summary: - try to document how to get columns from constraints. unfortunately Sphinx refuses to work correctly for the columns attribute so we just add a lame message to contains_column(). Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6c130e80611e/ Changeset: 6c130e80611e Branch: rel_0_9 User: zzzeek Date: 2015-03-12 14:15:29+00:00 Summary: - try to document how to get columns from constraints. unfortunately Sphinx refuses to work correctly for the columns attribute so we just add a lame message to contains_column(). (cherry picked from commit f211ad254d53b85aae319b41cc7b206f3e693660) 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. |
From: Bitbucket <com...@bi...> - 2015-03-16 16:19:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/edfe2deffb7a/ Changeset: edfe2deffb7a Branch: None User: Julien Castets Date: 2015-03-16 15:23:14+00:00 Summary: Accept unicode in CascadeOptions Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/74641efb78b2/ Changeset: 74641efb78b2 Branch: None User: zzzeek Date: 2015-03-16 16:18:58+00:00 Summary: - changelog for #3327 fixes #3327 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. |
From: Bitbucket <com...@bi...> - 2015-03-17 16:34:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b7e151ac5cf5/ Changeset: b7e151ac5cf5 Branch: None User: zzzeek Date: 2015-03-17 16:32:33+00:00 Summary: - The "auto close" for :class:`.ResultProxy` is now a "soft" close. That is, after exhausing all rows using the fetch methods, the DBAPI cursor is released as before and the object may be safely discarded, but the fetch methods may continue to be called for which they will return an end-of-result object (None for fetchone, empty list for fetchmany and fetchall). Only if :meth:`.ResultProxy.close` is called explicitly will these methods raise the "result is closed" error. fixes #3330 fixes #3329 Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/811c8204ca1c/ Changeset: 811c8204ca1c Branch: None User: zzzeek Date: 2015-03-17 16:34:10+00:00 Summary: - fix incorrect example 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. |
From: Bitbucket <com...@bi...> - 2015-03-20 19:18:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/69dadc88e0b9/ Changeset: 69dadc88e0b9 Branch: None User: methane Date: 2015-03-13 20:35:11+00:00 Summary: Add mention about mysqlclient Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/824e9013797c/ Changeset: 824e9013797c Branch: None User: zzzeek Date: 2015-03-20 19:17:07+00:00 Summary: Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48 Conflicts: lib/sqlalchemy/dialects/mysql/mysqldb.py 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. |
From: Bitbucket <com...@bi...> - 2015-03-21 00:00:30
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ae00fea903b/ Changeset: 3ae00fea903b Branch: None User: zzzeek Date: 2015-03-20 23:53:12+00:00 Summary: - Repaired the commit for issue #2771 which was inadvertently commented out. - add __backend__ to the dialect suite so that it runs on CI. - will be 1.0.0b3 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7d6dfb4cf75e/ Changeset: 7d6dfb4cf75e Branch: None User: zzzeek Date: 2015-03-20 23:54:45+00:00 Summary: - 1.0.0b3 Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-03-26 21:35:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a518b31f3b13/ Changeset: a518b31f3b13 Branch: None User: Ernest Walzel Date: 2015-03-26 18:28:11+00:00 Summary: Fix typos agaisnt -> against 'a Alias' -> 'an Alias' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2b2ad50340be/ Changeset: 2b2ad50340be Branch: rel_0_9 User: Ernest Walzel Date: 2015-03-26 21:35:17+00:00 Summary: Fix typos agaisnt -> against 'a Alias' -> 'an Alias' (cherry picked from commit a518b31f3b131ae8304026109cd826e38c2afc26) Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-03-30 21:50:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a15b2ac0a184/ Changeset: a15b2ac0a184 Branch: None User: zzzeek Date: 2015-03-30 21:15:48+00:00 Summary: call this 1.0.0b5 for the moment Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1a56177c21cd/ Changeset: 1a56177c21cd Branch: None User: zzzeek Date: 2015-03-30 21:49:39+00:00 Summary: - Fixed a bug related to "nested" inner join eager loading, which exists in 0.9 as well but is more of a regression in 1.0 due to :ticket:`3008` which turns on "nested" by default, such that a joined eager load that travels across sibling paths from a common ancestor using innerjoin=True will correctly splice each "innerjoin" sibling into the appropriate part of the join, when a series of inner/outer joins are mixed together. fixes #3347 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. |
From: Bitbucket <com...@bi...> - 2015-04-01 20:56:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b164935481c/ Changeset: 4b164935481c Branch: None User: zzzeek Date: 2015-04-01 20:50:32+00:00 Summary: - Fixed bug where updated PG index reflection as a result of :ticket:`3184` would cause index operations to fail on Postgresql versions 8.4 and earlier. The enhancements are now disabled when using an older version of Postgresql. fixes #3343 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/59816435dae7/ Changeset: 59816435dae7 Branch: None User: zzzeek Date: 2015-04-01 20:55:58+00:00 Summary: - Added a list() call around a weak dictionary used within the commit phase of the session, which without it could cause a "dictionary changed size during iter" error if garbage collection interacted within the process. Change was introduced by Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-04-04 16:08:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ecd7b31d5eae/ Changeset: ecd7b31d5eae Branch: None User: zzzeek Date: 2015-04-04 16:02:51+00:00 Summary: - Fixed a long-standing bug where the :class:`.Enum` type as used with the psycopg2 dialect in conjunction with non-ascii values and ``native_enum=False`` would fail to decode return results properly. This stemmed from when the PG :class:`.postgresql.ENUM` type used to be a standalone type without a "non native" option. fixes #3354 - corrected the assertsql comparison rule to expect a non-ascii SQL string Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0775c90ce090/ Changeset: 0775c90ce090 Branch: rel_0_9 User: zzzeek Date: 2015-04-04 16:07:34+00:00 Summary: - Fixed a long-standing bug where the :class:`.Enum` type as used with the psycopg2 dialect in conjunction with non-ascii values and ``native_enum=False`` would fail to decode return results properly. This stemmed from when the PG :class:`.postgresql.ENUM` type used to be a standalone type without a "non native" option. fixes #3354 cherry pick from ecd7b31d5eaed138e699293719f70260da3c978d 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. |
From: Bitbucket <com...@bi...> - 2015-04-04 23:09:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b6d2296d5db6/ Changeset: b6d2296d5db6 Branch: None User: zzzeek Date: 2015-04-04 23:08:44+00:00 Summary: - make sure this is 1.0.0 backported to 0.9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/515e025756cc/ Changeset: 515e025756cc Branch: rel_0_9 User: zzzeek Date: 2015-04-04 23:09:02+00:00 Summary: - make sure this is 1.0.0 backported to 0.9 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. |
From: Bitbucket <com...@bi...> - 2015-04-08 04:11:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/44a9820b4e02/ Changeset: 44a9820b4e02 Branch: None User: zzzeek Date: 2015-04-08 04:10:54+00:00 Summary: - add some teardown for connections that are held open after tests in some cases, interfering with tests that check pool._refs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/eb6afc187e83/ Changeset: eb6afc187e83 Branch: rel_0_9 User: zzzeek Date: 2015-04-08 04:11:23+00:00 Summary: - add some teardown for connections that are held open after tests in some cases, interfering with tests that check pool._refs (cherry picked from commit 44a9820b4e02f65b3884fa2c016efce9663e4910) 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. |
From: Bitbucket <com...@bi...> - 2015-04-08 16:15:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b83b588f557/ Changeset: 1b83b588f557 Branch: None User: zzzeek Date: 2015-04-08 15:59:12+00:00 Summary: - Fixed a regression where the "last inserted id" mechanics would fail to store the correct value for MSSQL on an INSERT where the primary key value was present in the insert params before execution. fixes #3360 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/07153dc09265/ Changeset: 07153dc09265 Branch: None User: zzzeek Date: 2015-04-08 16:14:56+00:00 Summary: - ensure that the keys we put into the parameters dictionary for an insert from select are the string names, and not the Column objects. The MSSQL dialect in particular relies upon checking for these keys in params to know if identity insert should be on. references #3360 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. |