Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 12)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-05 03:48:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4ddc4c456ce1/ Changeset: 4ddc4c456ce1 Branch: None User: zzzeek Date: 2014-08-05 05:47:14 Summary: - add some docs to try to explain the behavior with MySQL / TIMESTAMP. ref #3155 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1bbfbe08ff73/ Changeset: 1bbfbe08ff73 Branch: rel_0_9 User: zzzeek Date: 2014-08-05 05:47:47 Summary: - add some docs to try to explain the behavior with MySQL / TIMESTAMP. ref #3155 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...> - 2014-08-07 14:44:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3c6ff6adaec2/ Changeset: 3c6ff6adaec2 Branch: None User: zzzeek Date: 2014-08-07 16:43:55 Summary: -Fixed bug where Postgresql JSON type was not able to persist or otherwise render a SQL NULL column value, rather than a JSON-encoded ``'null'``. To support this case, changes are as follows: * The value :func:`.null` can now be specified, which will always result in a NULL value resulting in the statement. * A new parameter :paramref:`.JSON.none_as_null` is added, which when True indicates that the Python ``None`` value should be peristed as SQL NULL, rather than JSON-encoded ``'null'``. Retrival of NULL as None is also repaired for DBAPIs other than psycopg2, namely pg8000. fixes #3159 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0e2fab96f23f/ Changeset: 0e2fab96f23f Branch: rel_0_9 User: zzzeek Date: 2014-08-07 16:44:33 Summary: -Fixed bug where Postgresql JSON type was not able to persist or otherwise render a SQL NULL column value, rather than a JSON-encoded ``'null'``. To support this case, changes are as follows: * The value :func:`.null` can now be specified, which will always result in a NULL value resulting in the statement. * A new parameter :paramref:`.JSON.none_as_null` is added, which when True indicates that the Python ``None`` value should be peristed as SQL NULL, rather than JSON-encoded ``'null'``. Retrival of NULL as None is also repaired for DBAPIs other than psycopg2, namely pg8000. fixes #3159 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...> - 2014-08-07 16:37:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6fd073b9125f/ Changeset: 6fd073b9125f Branch: None User: zzzeek Date: 2014-08-07 18:36:50 Summary: - take out the iterator approach here as it does not support concurrent access Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/495d0588fa57/ Changeset: 495d0588fa57 Branch: rel_0_9 User: zzzeek Date: 2014-08-07 18:37:21 Summary: - take out the iterator approach here as it does not support concurrent access 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...> - 2014-08-08 18:41:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f7cc3595ef28/ Changeset: f7cc3595ef28 Branch: None User: zzzeek Date: 2014-08-08 20:40:44 Summary: oursql seems to handle this? unclear, might be dependent on mysql version Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/52f7ed0859c5/ Changeset: 52f7ed0859c5 Branch: None User: zzzeek Date: 2014-08-08 20:41:01 Summary: - use configured test_schema here 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...> - 2014-08-12 00:49:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/188bfa8cc637/ Changeset: 188bfa8cc637 Branch: None User: zzzeek Date: 2014-08-12 02:35:01 Summary: Merge branch 'master' into ticket_3054 Conflicts: lib/sqlalchemy/orm/relationships.py lib/sqlalchemy/orm/strategies.py Affected #: 262 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4a7bec429697/ Changeset: 4a7bec429697 Branch: ticket_3054 User: zzzeek Date: 2014-08-12 02:48:45 Summary: fixes 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...> - 2014-08-14 23:48:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f55eeff61d1d/ Changeset: f55eeff61d1d Branch: None User: zzzeek Date: 2014-08-14 23:44:58 Summary: dev Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5212611c2710/ Changeset: 5212611c2710 Branch: ticket_3100 User: zzzeek Date: 2014-08-15 01:47:23 Summary: - change to be represented as two very fast bulk_insert() and bulk_update() methods 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...> - 2014-08-15 00:01:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6a21f9e32836/ Changeset: 6a21f9e32836 Branch: None User: zzzeek Date: 2014-08-15 02:00:35 Summary: - The string keys that are used to determine the columns impacted for an INSERT or UPDATE are now sorted when they contribute towards the "compiled cache" cache key. These keys were previously not deterministically ordered, meaning the same statement could be cached multiple times on equivalent keys, costing both in terms of memory as well as performance. fixes #3165 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ec6af8cf1b2c/ Changeset: ec6af8cf1b2c Branch: rel_0_9 User: zzzeek Date: 2014-08-15 02:01:01 Summary: - The string keys that are used to determine the columns impacted for an INSERT or UPDATE are now sorted when they contribute towards the "compiled cache" cache key. These keys were previously not deterministically ordered, meaning the same statement could be cached multiple times on equivalent keys, costing both in terms of memory as well as performance. fixes #3165 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...> - 2014-08-15 04:20:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b952d892d690/ Changeset: b952d892d690 Branch: None User: zzzeek Date: 2014-08-15 06:19:32 Summary: - modify how class state is tracked here as it seems like things are a little more crazy under xdist mode Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b0411e80df13/ Changeset: b0411e80df13 Branch: None User: zzzeek Date: 2014-08-15 06:19:57 Summary: - other test fixes 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...> - 2014-08-15 22:40:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca69e4560333/ Changeset: ca69e4560333 Branch: None User: zzzeek Date: 2014-08-16 00:39:26 Summary: - mutablemapping adds compiler overhead, so screw it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6db954b044a2/ Changeset: 6db954b044a2 Branch: rel_0_9 User: zzzeek Date: 2014-08-16 00:39:52 Summary: - mutablemapping adds compiler overhead, so screw it 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...> - 2014-08-16 17:38:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7fa595221400/ Changeset: 7fa595221400 Branch: None User: zzzeek Date: 2014-08-16 19:33:02 Summary: - max failures 25 - guard against some potential pytest snarkiness Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e220ea11de93/ Changeset: e220ea11de93 Branch: None User: zzzeek Date: 2014-08-16 19:37:49 Summary: - need list() here for py3k 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...> - 2014-08-21 14:30:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39a748092938/ Changeset: 39a748092938 Branch: rel_0_9 User: zzzeek Date: 2014-08-21 16:29:15 Summary: - doc corrections for inline=True Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/374173e89d4e/ Changeset: 374173e89d4e Branch: None User: zzzeek Date: 2014-08-21 16:29:21 Summary: - fix link 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...> - 2014-08-25 21:02:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be2351481fdb/ Changeset: be2351481fdb Branch: None User: zzzeek Date: 2014-08-25 23:00:21 Summary: - The "resurrect" ORM event has been removed. This event hook had no purpose since the old "mutable attribute" system was removed in 0.8. fixes #3171 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b4bf3452a401/ Changeset: b4bf3452a401 Branch: rel_0_9 User: zzzeek Date: 2014-08-25 23:01:51 Summary: - deprecation note regarding resurrect, reference #3171 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...> - 2014-08-26 21:24:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e346ee2c5776/ Changeset: e346ee2c5776 Branch: None User: zzzeek Date: 2014-08-26 22:36:56 Summary: - hard-won pep8 formatting of one of the giants... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/00862a29c6c1/ Changeset: 00862a29c6c1 Branch: None User: zzzeek Date: 2014-08-26 23:23:23 Summary: - The behavior of :paramref:`.joinedload.innerjoin` as well as :paramref:`.relationship.innerjoin` is now to use "nested" inner joins, that is, right-nested, as the default behavior when an inner join joined eager load is chained to an outer join eager load. fixes #3008 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...> - 2014-08-28 16:42:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/685a014c6444/ Changeset: 685a014c6444 Branch: None User: zzzeek Date: 2014-08-28 18:25:21 Summary: - A new implementation for :class:`.KeyedTuple` used by the :class:`.Query` object offers dramatic speed improvements when fetching large numbers of column-oriented rows. fixes #3176 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/becd78503f09/ Changeset: becd78503f09 Branch: master User: zzzeek Date: 2014-08-28 18:41:50 Summary: - this is small optimization, currently it's the best we can do for #3175. fixes #3175 (for now) 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...> - 2014-08-28 18:15:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a5c0fba4eb76/ Changeset: a5c0fba4eb76 Branch: None User: zzzeek Date: 2014-08-28 19:16:32 Summary: - step one, create_row_processor() now accepts the result object, not the row Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e6021f552ce0/ Changeset: e6021f552ce0 Branch: result_up_front User: zzzeek Date: 2014-08-28 20:14:52 Summary: - then try to move out functions to be non-closures. overall, none of this is really helping in any significant way. 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...> - 2014-08-31 15:49:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e39cac10ba0d/ Changeset: e39cac10ba0d Branch: rel_0_9 User: zzzeek Date: 2014-08-31 17:44:51 Summary: - start encouraging the use of text() for injection of string-based SQL rather than straight strings. reference #2992 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7e417665d252/ Changeset: 7e417665d252 Branch: None User: zzzeek Date: 2014-08-31 17:45:20 Summary: - start encouraging the use of text() for injection of string-based SQL rather than straight strings. reference #2992 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...> - 2014-08-31 19:22:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/903b0a42e71c/ Changeset: 903b0a42e71c Branch: None User: zzzeek Date: 2014-08-31 21:21:42 Summary: - updated callcounts Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3c60d3b1ca49/ Changeset: 3c60d3b1ca49 Branch: None User: zzzeek Date: 2014-08-31 21:22:00 Summary: - A new style of warning can be emitted which will "filter" up to N occurrences of a parameterized string. This allows parameterized warnings that can refer to their arguments to be delivered a fixed number of times until allowing Python warning filters to squelch them, and prevents memory from growing unbounded within Python's warning registries. fixes #3178 Affected #: 17 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...> - 2014-08-31 22:05:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b3e3d915597/ Changeset: 1b3e3d915597 Branch: rel_0_9 User: zzzeek Date: 2014-09-01 00:05:17 Summary: - improve from_statement() doc Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bdfe680708d8/ Changeset: bdfe680708d8 Branch: None User: zzzeek Date: 2014-09-01 00:05:31 Summary: - improve from_statement() doc 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...> - 2014-09-01 00:03:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/12621ebea895/ Changeset: 12621ebea895 Branch: None User: zzzeek Date: 2014-09-01 00:06:11 Summary: Merge branch 'master' into ticket_2992 Affected #: 22 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c5d4762ecdac/ Changeset: c5d4762ecdac Branch: ticket_2992 User: zzzeek Date: 2014-09-01 02:00:22 Summary: - add column(), table() to the base API. these are used like crazy, I use them constantly, and the new textual warnings recommend them - use very specific, contextual warnings for text/column/literal_column/table requested. - when interpreting columns, use heuristics to decide if the expr is column() or literal_column(). definitely warn that we'd rather not do this. Be lenient about '*', numbers for now. - get all tests in test/sql/ to work again Affected #: 13 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...> - 2014-09-02 23:24:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7e0c22416270/ Changeset: 7e0c22416270 Branch: None User: zzzeek Date: 2014-09-02 21:05:32 Summary: Merge branch 'master' into ticket_3100 Affected #: 84 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ccfd26d96916/ Changeset: ccfd26d96916 Branch: ticket_3100 User: zzzeek Date: 2014-09-03 01:23:09 Summary: - add options to get back pk defaults for inserts. times spent start getting barely different... 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...> - 2014-09-05 21:04:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6844f8db74ab/ Changeset: 6844f8db74ab Branch: None User: zzzeek Date: 2014-09-05 23:02:33 Summary: - omit MySQL index flavor if its None Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb03b4d83762/ Changeset: cb03b4d83762 Branch: rel_0_9 User: zzzeek Date: 2014-09-05 23:03:43 Summary: - set flavor to "index" here as MySQL is sending None 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...> - 2014-09-06 21:57:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4e285fd6ba2c/ Changeset: 4e285fd6ba2c Branch: None User: zzzeek Date: 2014-09-06 22:20:01 Summary: - document all the varities of _label on the base ColumnElement - replace out _columns_clause_label with a straight boolean flag to reduce the proliferation of labels Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e80c7cc5c103/ Changeset: e80c7cc5c103 Branch: ticket_3148 User: zzzeek Date: 2014-09-06 23:56:53 Summary: wip for #3148 Affected #: 9 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...> - 2014-09-07 19:26:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c52580dedef8/ Changeset: c52580dedef8 Branch: ticket_3148 User: zzzeek Date: 2014-09-07 20:55:44 Summary: - rework ColumnAdapter and ORMAdapter to only provide the features we're now using; rework them fully so that their behavioral contract is consistent regarding adapter.traverse() vs. adapter.columns[], add a full suite of tests including advanced wrapping scenarios previously only covered by test/orm/test_froms.py and test/orm/inheritance/test_relationships.py - identify several cases where label._order_by_label_clause would be corrupted, e.g. due to adaption or annotation separately - add full tests for #3148 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/51eff5eb7abb/ Changeset: 51eff5eb7abb Branch: None User: zzzeek Date: 2014-09-07 21:23:24 Summary: - changelog and migration for #3188, #3148. fixes #3188 fixes #3148 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...> - 2014-09-10 18:15:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/14d2bb074ccc/ Changeset: 14d2bb074ccc Branch: None User: zzzeek Date: 2014-09-10 20:14:50 Summary: - Fixed bug in ordering list where the order of items would be thrown off during a collection replace event, if the reorder_on_append flag were set to True. The fix ensures that the ordering list only impacts the list that is explicitly associated with the object. fixes #3191 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cfaa32b4d7dc/ Changeset: cfaa32b4d7dc Branch: rel_0_9 User: zzzeek Date: 2014-09-10 20:15:20 Summary: - Fixed bug in ordering list where the order of items would be thrown off during a collection replace event, if the reorder_on_append flag were set to True. The fix ensures that the ordering list only impacts the list that is explicitly associated with the object. fixes #3191 Affected #: 5 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...> - 2014-09-11 15:52:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f98c89d2bee2/ Changeset: f98c89d2bee2 Branch: None User: zzzeek Date: 2014-09-11 17:51:44 Summary: - Fixed warning that would emit when a complex self-referential primaryjoin contained functions, while at the same time remote_side was specified; the warning would suggest setting "remote side". It now only emits if remote_side isn't present. fixes #3194 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9eeb3a118d79/ Changeset: 9eeb3a118d79 Branch: rel_0_9 User: zzzeek Date: 2014-09-11 17:52:14 Summary: - Fixed warning that would emit when a complex self-referential primaryjoin contained functions, while at the same time remote_side was specified; the warning would suggest setting "remote side". It now only emits if remote_side isn't present. fixes #3194 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. |