Thread: [Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets (Page 2)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-11-29 04:50:53
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4aaf3753d75c/ Changeset: 4aaf3753d75c Branch: None User: zzzeek Date: 2013-11-29 04:25:09 Summary: - fix up rendering of "of" - move out tests, dialect specific out of compiler, compiler tests use new API, legacy API tests in test_selecatble - add support for adaptation of ForUpdateArg, alias support in compilers Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/31cecebd4831/ Changeset: 31cecebd4831 Branch: None User: zzzeek Date: 2013-11-29 05:23:27 Summary: - add support for specifying tables or entities for "of" - implement Query with_for_update() - rework docs and tests Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/248c4ef79742/ Changeset: 248c4ef79742 Branch: None User: zzzeek Date: 2013-11-29 05:31:17 Summary: - repair the "lockmode" functionality of load_on_ident(). slightly problematic here is that "lockmode" is also public in Session.refresh(). Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4340a87f07d9/ Changeset: 4340a87f07d9 Branch: None User: zzzeek Date: 2013-11-29 05:44:11 Summary: - changelog, migration 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...> - 2013-11-30 21:27:54
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/af192056ddcb/ Changeset: af192056ddcb Branch: None User: schettino72 Date: 2013-11-06 10:52:40 Summary: Add support for python3.3 list.clear() on orm.collections Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8fc91105a0ee/ Changeset: 8fc91105a0ee Branch: None User: schettino72 Date: 2013-11-25 02:18:34 Summary: orm.collection, list.clear(). remove 'before_delete()', added unit-test. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/12b05adbb118/ Changeset: 12b05adbb118 Branch: None User: zzzeek Date: 2013-11-30 22:17:27 Summary: Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchemy into list_clear Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/404b47a50c2c/ Changeset: 404b47a50c2c Branch: None User: zzzeek Date: 2013-11-30 22:26:55 Summary: - changelog - put list.clear() instrumentation under "if not py2k" 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...> - 2013-12-28 06:57:16
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7bb8944e312f/ Changeset: 7bb8944e312f Branch: None User: spicyj Date: 2013-12-28 07:11:23 Summary: session docs: Change `object` to `someobject` This makes the code block more consistent with the preceding one and also prevents the variable from being colored as a builtin (which `object` is) during syntax highlighting. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8d1ec3cc7fc3/ Changeset: 8d1ec3cc7fc3 Branch: master User: zzzeek Date: 2013-12-28 07:55:54 Summary: Merge pull request #54 from spicyj/patch-1 session docs: Change `object` to `someobject` Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3f95f26237e7/ Changeset: 3f95f26237e7 Branch: rel_0_9 User: zzzeek Date: 2013-12-28 07:56:00 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a48a0f6a4469/ Changeset: a48a0f6a4469 Branch: rel_0_8 User: spicyj Date: 2013-12-28 07:56:34 Summary: session docs: Change `object` to `someobject` This makes the code block more consistent with the preceding one and also prevents the variable from being colored as a builtin (which `object` is) during syntax highlighting. 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...> - 2013-12-28 22:52:38
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1eb92e50d984/ Changeset: 1eb92e50d984 Branch: master User: zzzeek Date: 2013-12-28 23:50:19 Summary: - apply a similar fix for floats to mssql+pyodbc as we did to firebird - wrangle through osx+pyodbc+freetds to get at least test_suite to pass again with mssql+pyodbc. invovled adding some silly requirements Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0d5dd882d4e1/ Changeset: 0d5dd882d4e1 Branch: rel_0_9 User: zzzeek Date: 2013-12-28 23:51:19 Summary: Merge branch 'master' into rel_0_9 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a6905c82523a/ Changeset: a6905c82523a Branch: None User: zzzeek Date: 2013-12-28 23:51:42 Summary: - fix the insert from select test to use a non-autoinc table Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a1d2e4d49155/ Changeset: a1d2e4d49155 Branch: rel_0_8 User: zzzeek Date: 2013-12-28 23:51:51 Summary: - apply a similar fix for floats to mssql+pyodbc as we did to firebird - wrangle through osx+pyodbc+freetds to get at least test_suite to pass again with mssql+pyodbc. invovled adding some silly requirements 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-01-09 23:35:30
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/83ffe25d53d7/ Changeset: 83ffe25d53d7 Branch: None User: cgohlke Date: 2014-01-08 21:34:45 Summary: Use PyMODINIT_FUNC Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e135d9566a36/ Changeset: e135d9566a36 Branch: None User: cgohlke Date: 2014-01-08 21:35:42 Summary: Use PyMODINIT_FUNC Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/20dcbbe97f89/ Changeset: 20dcbbe97f89 Branch: None User: cgohlke Date: 2014-01-08 21:36:17 Summary: Use PyMODINIT_FUNC Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/120b4a566ecd/ Changeset: 120b4a566ecd Branch: None User: zzzeek Date: 2014-01-10 00:34:44 Summary: changelog for pullreq github:55 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-01-12 17:42:34
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1214f39abb66/ Changeset: 1214f39abb66 Branch: None User: sdague Date: 2014-01-12 05:08:27 Summary: expose SchemaVisitor in the compatibility layer sqlalchemy-migrate uses SchemaVisitor. It was one of the only objects that changed namespaces without compatibility that we use. Would love to get this added to remove a work around we need at https://review.openstack.org/#/c/66156/ Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b3ed2c7297e1/ Changeset: b3ed2c7297e1 Branch: None User: zzzeek Date: 2014-01-12 18:37:56 Summary: Merge pull request #57 from sdague/master expose SchemaVisitor in the compatibility layer Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2386c63a1a10/ Changeset: 2386c63a1a10 Branch: None User: zzzeek Date: 2014-01-12 18:40:48 Summary: - pullreq github 55 is in the wrong changelog! 0.9.2... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e2de4783cc08/ Changeset: e2de4783cc08 Branch: None User: zzzeek Date: 2014-01-12 18:42:01 Summary: - changelog for pullreq github 57 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-02-03 17:12:19
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8b08b1a35b85/ Changeset: 8b08b1a35b85 Branch: None User: zzzeek Date: 2014-02-03 18:04:51 Summary: - Fixed bug which prevented MySQLdb-based dialects (e.g. pymysql) from working in Py3K, where a check for "connection charset" would fail due to Py3K's more strict value comparison rules. The call in question wasn't taking the database version into account in any case as the server version was still None at that point, so the method overall has been simplified to rely upon connection.character_set_name(). [ticket:2933] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cd1baf6572ba/ Changeset: cd1baf6572ba Branch: None User: zzzeek Date: 2014-02-03 18:06:57 Summary: - Fixed bug which prevented MySQLdb-based dialects (e.g. pymysql) from working in Py3K, where a check for "connection charset" would fail due to Py3K's more strict value comparison rules. The call in question wasn't taking the database version into account in any case as the server version was still None at that point, so the method overall has been simplified to rely upon connection.character_set_name(). [ticket:2933] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7a9e8b2312bb/ Changeset: 7a9e8b2312bb Branch: None User: zzzeek Date: 2014-02-03 18:11:23 Summary: - this seems to be the best string for pymysql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b77f958b8b15/ Changeset: b77f958b8b15 Branch: rel_0_8 User: zzzeek Date: 2014-02-03 18:11:44 Summary: - this seems to be the best string for pymysql 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-02-16 21:39:34
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9927b8451622/ Changeset: 9927b8451622 Branch: None User: jplaverdure Date: 2013-11-08 17:58:35 Summary: Added changed(timestamp) on _history table and supprot for schemas Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/acbe8a9ac34f/ Changeset: acbe8a9ac34f Branch: None User: jplaverdure Date: 2013-11-08 22:11:54 Summary: Switched to UTC Timestamp Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4dd7bf58c087/ Changeset: 4dd7bf58c087 Branch: None User: zzzeek Date: 2014-02-16 22:23:54 Summary: Merge branch 'patch-1' of https://github.com/jplaverdure/sqlalchemy into t Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4588a0e60358/ Changeset: 4588a0e60358 Branch: None User: zzzeek Date: 2014-02-16 22:38:09 Summary: - use column.info to detect those cols part of "versioning" - pep8 cleanup - fix tests for "changed" column - document that "changed" is optional - changelog 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-02-19 01:52:39
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/185938e7b746/ Changeset: 185938e7b746 Branch: None User: zzzeek Date: 2014-02-19 02:49:33 Summary: - update mysql connector python link, #2938 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/df288504d9f3/ Changeset: df288504d9f3 Branch: rel_0_8 User: zzzeek Date: 2014-02-19 02:50:06 Summary: - update mysql connector python link, #2938 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c83a39e4f864/ Changeset: c83a39e4f864 Branch: rel_0_7 User: zzzeek Date: 2014-02-19 02:51:25 Summary: - update mysql connector python links, #2938 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/33397beb3ada/ Changeset: 33397beb3ada Branch: rel_0_6 User: zzzeek Date: 2014-02-19 02:51:51 Summary: - update mysql connector python links, #2938 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-03-02 20:06:30
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e932c263d54b/ Changeset: e932c263d54b Branch: None User: zzzeek Date: 2014-03-02 20:13:42 Summary: - get everything working again test-wise... Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ffbc58333306/ Changeset: ffbc58333306 Branch: None User: zzzeek Date: 2014-03-02 20:49:24 Summary: - cleanup, solidify Config Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6f80e9757003/ Changeset: 6f80e9757003 Branch: None User: zzzeek Date: 2014-03-02 21:04:44 Summary: - this test is crap, remove it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8244c0d9a7c5/ Changeset: 8244c0d9a7c5 Branch: multi_db_tests User: zzzeek Date: 2014-03-02 21:05:11 Summary: - remove the "utf8_engine" concept; current MySQL + drivers don't have an issue with utf8, and this should be part of the testing URL in any case. if we observe failures on some drivers/etc. this can become a "requires" Affected #: 8 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-03-03 20:57:19
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4e8f8d549906/ Changeset: 4e8f8d549906 Branch: None User: zzzeek Date: 2014-03-03 20:44:52 Summary: - fix oracle failures here due to mis-ordering Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/15866e58e206/ Changeset: 15866e58e206 Branch: None User: zzzeek Date: 2014-03-03 21:43:46 Summary: - documentation and changelog Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5793d7ff4791/ Changeset: 5793d7ff4791 Branch: multi_db_tests User: zzzeek Date: 2014-03-03 21:44:41 Summary: edit Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ea05a2321819/ Changeset: ea05a2321819 Branch: None User: zzzeek Date: 2014-03-03 21:55:17 Summary: - Support has been added for pytest to run tests. This runner is currently being supported in addition to nose, and will likely be preferred to nose going forward. The nose plugin system used by SQLAlchemy has been split out so that it works under pytest as well. There are no plans to drop support for nose at the moment and we hope that the test suite itself can continue to remain as agnostic of testing platform as possible. See the file README.unittests.rst for updated information on running tests with pytest. The test plugin system has also been enhanced to support running tests against mutiple database URLs at once, by specifying the ``--db`` and/or ``--dburi`` flags multiple times. This does not run the entire test suite for each database, but instead allows test cases that are specific to certain backends make use of that backend as the test is run. When using pytest as the test runner, the system will also run specific test suites multiple times, once for each database, particularly those tests within the "dialect suite". The plan is that the enhanced system will also be used by Alembic, and allow Alembic to run migration operation tests against multiple backends in one run, including third-party backends not included within Alembic itself. Third party dialects and extensions are also encouraged to standardize on SQLAlchemy's test suite as a basis; see the file README.dialects.rst for background on building out from SQLAlchemy's test platform. Affected #: 47 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-03-28 22:01:24
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/477b9e7f0297/ Changeset: 477b9e7f0297 Branch: None User: zzzeek Date: 2014-03-28 22:26:45 Summary: mark failing tests for buggy mysqlconnector Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a0329f71ad48/ Changeset: a0329f71ad48 Branch: None User: zzzeek Date: 2014-03-28 22:42:55 Summary: - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows where one is to be deleted from ON DELETE CASCADE succeeds; the check here makes that fail. We will need to add an option to enable/disable this check per mapping, will likely do this in next version Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7473b5457497/ Changeset: 7473b5457497 Branch: rel_0_8 User: zzzeek Date: 2014-03-28 22:44:23 Summary: - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows where one is to be deleted from ON DELETE CASCADE succeeds; the check here makes that fail. We will need to add an option to enable/disable this check per mapping, will likely do this in next version Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d6618e411955/ Changeset: d6618e411955 Branch: None User: zzzeek Date: 2014-03-28 23:00:35 Summary: - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults to True, indicates that a series of DELETE statements should confirm that the cursor rowcount matches the number of primary keys that should have matched; this behavior had been taken off in most cases (except when version_id is used) to support the unusual edge case of self-referential ON DELETE CASCADE; to accomodate this, the message is now just a warning, not an exception, and the flag can be used to indicate a mapping that expects self-refererntial cascaded deletes of this nature. See also :ticket:`2403` for background on the original change. re: #2403 fix #3007 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-04-11 19:45:51
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/73095b353124/ Changeset: 73095b353124 Branch: None User: zzzeek Date: 2014-04-11 21:42:36 Summary: - Added a new "disconnect" message "connection has been closed unexpectedly". This appears to be related to newer versions of SSL. Pull request courtesy Antti Haapala. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6577df9ef9a4/ Changeset: 6577df9ef9a4 Branch: None User: antti_haapala Date: 2014-04-11 21:43:23 Summary: added an SSL related connection error Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9c59faf74ecc/ Changeset: 9c59faf74ecc Branch: None User: zzzeek Date: 2014-04-11 21:43:32 Summary: - Added a new "disconnect" message "connection has been closed unexpectedly". This appears to be related to newer versions of SSL. Pull request courtesy Antti Haapala. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/76682cff7de3/ Changeset: 76682cff7de3 Branch: rel_0_8 User: zzzeek Date: 2014-04-11 21:44:52 Summary: 0.8.7 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-04-14 18:56:22
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3cefa2770969/ Changeset: 3cefa2770969 Branch: None User: glyphobet Date: 2014-04-14 19:27:59 Summary: fix unclosed file ResourceWarning part of #2830 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f0d71dc2d602/ Changeset: f0d71dc2d602 Branch: None User: glyphobet Date: 2014-04-14 19:53:28 Summary: remove unused import Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c887d62810e1/ Changeset: c887d62810e1 Branch: None User: glyphobet Date: 2014-04-14 19:58:39 Summary: use importlib.machinery to load modules instead of imp under Python 3.3 and greater part of #2830 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a347741d3503/ Changeset: a347741d3503 Branch: master User: zzzeek Date: 2014-04-14 20:55:59 Summary: Merged in goodscloud/sqlalchemy (pull request #14) fixes for #2830 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...> - 2014-05-12 21:18:57
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/045861dbe204/ Changeset: 045861dbe204 Branch: None User: mineo Date: 2014-05-12 23:17:29 Summary: Posgtresql -> PostgreSQL Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/976b4c97df67/ Changeset: 976b4c97df67 Branch: None User: zzzeek Date: 2014-05-12 23:17:41 Summary: - add a new FAQ section "performance", put the profiling article there, move the insert rows article there as well Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3e770f636338/ Changeset: 3e770f636338 Branch: rel_0_9 User: zzzeek Date: 2014-05-12 23:18:12 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/64fbbde94018/ Changeset: 64fbbde94018 Branch: rel_0_8 User: zzzeek Date: 2014-05-12 23:18:36 Summary: - add a new FAQ section "performance", put the profiling article there, move the insert rows article there as well 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-05-19 21:52:50
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/474168bd8847/ Changeset: 474168bd8847 Branch: None User: zzzeek Date: 2014-05-19 22:57:14 Summary: - some inlining, speed up identity map Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/72a09d9e5c54/ Changeset: 72a09d9e5c54 Branch: None User: zzzeek Date: 2014-05-19 22:58:22 Summary: remove events nobody uses...? Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fd57a4116301/ Changeset: fd57a4116301 Branch: None User: zzzeek Date: 2014-05-19 23:28:14 Summary: Revert "remove events nobody uses...?" This reverts commit 72a09d9e5c54e3ee8b3561da144d8379ce1df747. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/665eced208b9/ Changeset: 665eced208b9 Branch: perf User: zzzeek Date: 2014-05-19 23:43:54 Summary: inlining 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-05-24 18:47:29
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/98f4b1a73572/ Changeset: 98f4b1a73572 Branch: None User: zzzeek Date: 2014-05-24 20:23:00 Summary: - add tests for #3012 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/917717c85933/ Changeset: 917717c85933 Branch: ticket_3012 User: zzzeek Date: 2014-05-24 20:35:01 Summary: - add tests for __invert__ - changelog Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d1705a46fea6/ Changeset: d1705a46fea6 Branch: None User: zzzeek Date: 2014-05-24 20:35:28 Summary: - Fixed bug where the :meth:`.Operators.__and__`, :meth:`.Operators.__or__` and :meth:`.Operators.__invert__` operator overload methods could not be overridden within a custom :class:`.TypeEngine.Comparator` implementation. fixes #3012 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/24ca70afd0df/ Changeset: 24ca70afd0df Branch: rel_0_9 User: zzzeek Date: 2014-05-24 20:42:21 Summary: - Fixed bug where the :meth:`.Operators.__and__`, :meth:`.Operators.__or__` and :meth:`.Operators.__invert__` operator overload methods could not be overridden within a custom :class:`.TypeEngine.Comparator` implementation. fixes #3012 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...> - 2014-06-08 21:57:43
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f1c2bb4afbe3/ Changeset: f1c2bb4afbe3 Branch: None User: BY-jk Date: 2014-05-30 21:11:19 Summary: Uninitialized local variable implicit_return_defaults is not properly initialized. I am implementing a MERGE statement (inherits from Executable and ClauseElement) that is neither INSERT nor UPDATE. This causes access to the uninitialized variable in line 1979. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/39362ebba5ae/ Changeset: 39362ebba5ae Branch: None User: BY-jk Date: 2014-06-02 10:18:29 Summary: Update compiler.py Moved initialization into else block Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/55652fe7d6fc/ Changeset: 55652fe7d6fc Branch: rel_0_9 User: zzzeek Date: 2014-06-08 23:56:18 Summary: Merge branch 'rel_0_9' of https://github.com/BY-jk/sqlalchemy into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8b105cd5e401/ Changeset: 8b105cd5e401 Branch: None User: BY-jk Date: 2014-06-08 23:57:18 Summary: Update compiler.py Moved initialization into else block Conflicts: lib/sqlalchemy/sql/compiler.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...> - 2014-07-06 21:17:19
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/961ede05109e/ Changeset: 961ede05109e Branch: master User: zzzeek Date: 2014-07-06 23:16:26 Summary: changelog, fixes #3093 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5d7a2346d4a7/ Changeset: 5d7a2346d4a7 Branch: rel_1_0 User: zzzeek Date: 2014-07-06 23:16:38 Summary: Merge branch 'master' into rel_1_0 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b8b78002952c/ Changeset: b8b78002952c Branch: None User: Thomas Herve Date: 2014-07-06 23:16:59 Summary: Return the assigned value in MultableDict.setdefault Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c8fe539ffb24/ Changeset: c8fe539ffb24 Branch: rel_0_9 User: zzzeek Date: 2014-07-06 23:17:05 Summary: changelog, fixes #3093 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-07-08 22:23:15
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/80dec35efbba/ Changeset: 80dec35efbba Branch: pullreq_22 User: jvanasco Date: 2014-07-09 00:09:40 Summary: - add postgresql_regconfig argument to PG dialect for match() operator, implements PG's to_tsvector() pattern. fixes #3078 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c996b76d5b90/ Changeset: c996b76d5b90 Branch: master User: jvanasco Date: 2014-07-09 00:18:04 Summary: - add postgresql_regconfig argument to PG dialect for match() operator, implements PG's to_tsquery('regconfig', 'arg') pattern. fixes #3078 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7da6709d3c86/ Changeset: 7da6709d3c86 Branch: rel_1_0 User: zzzeek Date: 2014-07-09 00:22:43 Summary: Merge branch 'master' into rel_1_0 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6bb75283f16e/ Changeset: 6bb75283f16e Branch: rel_0_9 User: jvanasco Date: 2014-07-09 00:22:54 Summary: - add postgresql_regconfig argument to PG dialect for match() operator, implements PG's to_tsquery('regconfig', 'arg') pattern. fixes #3078 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-07-14 22:12:11
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a49ec1cf7788/ Changeset: a49ec1cf7788 Branch: None User: zzzeek Date: 2014-07-15 00:09:54 Summary: - Added a "str()" step to the dialect_kwargs iteration for Python version < 2.6.5, working around the "no unicode keyword arg" bug as these args are passed along as keyword args within some reflection processes. fixes #3123 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c6de724785df/ Changeset: c6de724785df Branch: None User: zzzeek Date: 2014-07-15 00:10:34 Summary: need a 1.0.0 here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/aba5b6e5c28c/ Changeset: aba5b6e5c28c Branch: None User: zzzeek Date: 2014-07-15 00:11:20 Summary: - Added a "str()" step to the dialect_kwargs iteration for Python version < 2.6.5, working around the "no unicode keyword arg" bug as these args are passed along as keyword args within some reflection processes. fixes #3123 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/110801750ebc/ Changeset: 110801750ebc Branch: rel_0_9 User: zzzeek Date: 2014-07-15 00:11:20 Summary: need a 1.0.0 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-07-24 18:34:53
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/07c01b77f16a/ Changeset: 07c01b77f16a Branch: None User: zzzeek Date: 2014-07-24 20:04:23 Summary: merge 0.9.8 start Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/11b34453ce8b/ Changeset: 11b34453ce8b Branch: None User: zzzeek Date: 2014-07-24 20:06:57 Summary: - start 0.9.8 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0df977ccad63/ Changeset: 0df977ccad63 Branch: None User: zzzeek Date: 2014-07-24 20:33:50 Summary: - Added a supported :meth:`.FunctionElement.alias` method to functions, e.g. the ``func`` construct. Previously, behavior for this method was undefined. The current behavior mimics that of pre-0.9.4, which is that the function is turned into a single-column FROM clause with the given alias name, where the column itself is anonymously named. fixes #3137 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9a7c411def96/ Changeset: 9a7c411def96 Branch: rel_0_9 User: zzzeek Date: 2014-07-24 20:34:35 Summary: - Added a supported :meth:`.FunctionElement.alias` method to functions, e.g. the ``func`` construct. Previously, behavior for this method was undefined. The current behavior mimics that of pre-0.9.4, which is that the function is turned into a single-column FROM clause with the given alias name, where the column itself is anonymously named. fixes #3137 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...> - 2014-07-26 00:23:45
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/306047c00633/ Changeset: 306047c00633 Branch: None User: zzzeek Date: 2014-07-26 01:15:11 Summary: Merge branch 'master' into xdist_poc Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e602a731974b/ Changeset: e602a731974b Branch: xdist_poc User: zzzeek Date: 2014-07-26 02:19:06 Summary: - use a template database for PG so extensions get created automatically Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/759e8aec1381/ Changeset: 759e8aec1381 Branch: None User: zzzeek Date: 2014-07-26 02:23:10 Summary: - fix whitespace Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/abafb621ca4c/ Changeset: abafb621ca4c Branch: rel_0_9 User: zzzeek Date: 2014-07-26 02:23:30 Summary: - fix whitespace 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-07-29 17:33:42
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/405c223ae50e/ Changeset: 405c223ae50e Branch: None User: zzzeek Date: 2014-07-29 19:32:05 Summary: - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with a mis-named unit test such that so-called "schema" types like :class:`.Boolean` and :class:`.Enum` could no longer be pickled. fixes #3144 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3a441ff4f125/ Changeset: 3a441ff4f125 Branch: None User: zzzeek Date: 2014-07-29 19:33:05 Summary: fix test ordering issues Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b281c8cdbf81/ Changeset: b281c8cdbf81 Branch: None User: zzzeek Date: 2014-07-29 19:33:21 Summary: - find the remaining not cleaning up correctly test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e974bed379e4/ Changeset: e974bed379e4 Branch: rel_0_9 User: zzzeek Date: 2014-07-29 19:33:24 Summary: - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with a mis-named unit test such that so-called "schema" types like :class:`.Boolean` and :class:`.Enum` could no longer be pickled. fixes #3144 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-07-29 18:18:12
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/83326bf44c59/ Changeset: 83326bf44c59 Branch: None User: zzzeek Date: 2014-07-29 20:06:43 Summary: - The exception wrapping system for DBAPI errors can now accommodate non-standard DBAPI exceptions, such as the psycopg2 TransactionRollbackError. These exceptions will now be raised using the closest available subclass in ``sqlalchemy.exc``, in the case of TransactionRollbackError, ``sqlalchemy.exc.OperationalError``. fixes #3075 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e5620993bf89/ Changeset: e5620993bf89 Branch: None User: zzzeek Date: 2014-07-29 20:17:29 Summary: pep8 cleanup Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8513fb588f7f/ Changeset: 8513fb588f7f Branch: None User: zzzeek Date: 2014-07-29 20:17:49 Summary: - The exception wrapping system for DBAPI errors can now accommodate non-standard DBAPI exceptions, such as the psycopg2 TransactionRollbackError. These exceptions will now be raised using the closest available subclass in ``sqlalchemy.exc``, in the case of TransactionRollbackError, ``sqlalchemy.exc.OperationalError``. fixes #3075 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2436802e4790/ Changeset: 2436802e4790 Branch: rel_0_9 User: zzzeek Date: 2014-07-29 20:17:55 Summary: pep8 cleanup 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. |