Thread: [Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-05-26 23:07:07
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ebc03d5e63f4/ Changeset: ebc03d5e63f4 Branch: None User: zzzeek Date: 2013-05-27 00:08:03 Summary: remove this Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/61c796786cb2/ Changeset: 61c796786cb2 Branch: None User: zzzeek Date: 2013-05-27 00:23:26 Summary: do a sweep of some obvious 3kisms Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/29689fa566ba/ Changeset: 29689fa566ba Branch: None User: zzzeek Date: 2013-05-27 00:25:43 Summary: fix the unicode test suite Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6cde27fe9161/ Changeset: 6cde27fe9161 Branch: rel_0_9 User: zzzeek Date: 2013-05-27 01:06:13 Summary: a pass where we try to squash down as many list()/keys() combinations as possible Affected #: 22 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-05-27 00:25:06
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2be39d534274/ Changeset: 2be39d534274 Branch: None User: zzzeek Date: 2013-05-27 02:02:17 Summary: get profile 1a back down to 5100 calls, that one was 10% greater due to this Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a393ef6799b3/ Changeset: a393ef6799b3 Branch: None User: zzzeek Date: 2013-05-27 02:04:54 Summary: fix an errant str check Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6abd0c4eac69/ Changeset: 6abd0c4eac69 Branch: None User: zzzeek Date: 2013-05-27 02:17:22 Summary: clean up some of this collection stuff Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5e6d7faea688/ Changeset: 5e6d7faea688 Branch: rel_0_9 User: zzzeek Date: 2013-05-27 02:24:39 Summary: clean up types.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...> - 2013-05-29 23:03:22
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be2c145a84df/ Changeset: be2c145a84df Branch: None User: zzzeek Date: 2013-05-30 00:46:10 Summary: keep the contract for Properties as returning lists for keys, values, items. It's not the same as a dictionary as __iter__ does the values Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3bf77b1b0b18/ Changeset: 3bf77b1b0b18 Branch: None User: zzzeek Date: 2013-05-30 00:49:27 Summary: Merge branch 'rel_0_9' Conflicts: lib/sqlalchemy/dialects/postgresql/hstore.py lib/sqlalchemy/util/__init__.py lib/sqlalchemy/util/compat.py Affected #: 211 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0fd61cfcb283/ Changeset: 0fd61cfcb283 Branch: None User: zzzeek Date: 2013-05-30 00:50:33 Summary: - add typical local test scripts Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e6cafd359672/ Changeset: e6cafd359672 Branch: master User: zzzeek Date: 2013-05-30 01:02:17 Summary: - version 0.9 - changelog, migration doc 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...> - 2013-06-03 00:23:58
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/af3fa1f69c07/ Changeset: af3fa1f69c07 Branch: None User: zzzeek Date: 2013-06-03 00:05:47 Summary: implement join rewriting inside of visit_select(). Currently this is global or not based on fixing nested_join_translation as True or not. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/02ae3cd54d0c/ Changeset: 02ae3cd54d0c Branch: None User: zzzeek Date: 2013-06-03 01:33:19 Summary: getting things to join without subqueries, but some glitches in the compiler step when we do query.count() are showing Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/35a674aab4a8/ Changeset: 35a674aab4a8 Branch: None User: zzzeek Date: 2013-06-03 01:48:30 Summary: - figured out what the from_self() thing was about, part of query.statement, but would like to improve upon query.statement needing to do this Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2b0b802b4973/ Changeset: 2b0b802b4973 Branch: ticket_2587 User: zzzeek Date: 2013-06-03 02:23:03 Summary: working through tests.... 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...> - 2013-06-03 20:45:45
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d993bdeac867/ Changeset: d993bdeac867 Branch: None User: zzzeek Date: 2013-06-03 22:32:12 Summary: - remove the ``__iter__()`` with notimplemented since it interferes with legitimate iterable detection, [ticket:2726] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ec04620f1fe6/ Changeset: ec04620f1fe6 Branch: master User: zzzeek Date: 2013-06-03 22:40:59 Summary: Fixed bug whereby using :meth:`.MetaData.reflect` across a remote schema as well as a local schema could produce wrong results in the case where both schemas had a table of the same name. [ticket:2728] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/33d3e11cbf59/ Changeset: 33d3e11cbf59 Branch: None User: zzzeek Date: 2013-06-03 22:42:46 Summary: - remove the ``__iter__()`` with notimplemented since it interferes with legitimate iterable detection, [ticket:2726] Conflicts: doc/build/changelog/changelog_09.rst Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f38e2aa46064/ Changeset: f38e2aa46064 Branch: rel_0_8 User: zzzeek Date: 2013-06-03 22:44:35 Summary: Fixed bug whereby using :meth:`.MetaData.reflect` across a remote schema as well as a local schema could produce wrong results in the case where both schemas had a table of the same name. [ticket:2728] Conflicts: doc/build/changelog/changelog_09.rst lib/sqlalchemy/schema.py 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...> - 2013-06-10 17:52:36
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b614a24c5ddf/ Changeset: b614a24c5ddf Branch: None User: zzzeek Date: 2013-06-10 19:45:19 Summary: Fixed the interaction between composite attributes and the :func:`.aliased` function. Previously, composite attributes wouldn't work correctly in comparison operations when aliasing was applied. Also in 0.8.2. [ticket:2755] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/58c8c4ce77d1/ Changeset: 58c8c4ce77d1 Branch: master User: zzzeek Date: 2013-06-10 19:50:06 Summary: Fixed bug where sending a composite attribute into :meth:`.Query.order_by` would produce a parenthesized expression not accepted by some databases. [ticket:2754] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d0b2f34d2b8/ Changeset: 6d0b2f34d2b8 Branch: None User: zzzeek Date: 2013-06-10 19:50:56 Summary: Fixed the interaction between composite attributes and the :func:`.aliased` function. Previously, composite attributes wouldn't work correctly in comparison operations when aliasing was applied. Also in 0.8.2. [ticket:2755] Conflicts: doc/build/changelog/changelog_09.rst Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9dba65b381a5/ Changeset: 9dba65b381a5 Branch: rel_0_8 User: zzzeek Date: 2013-06-10 19:51:18 Summary: Fixed bug where sending a composite attribute into :meth:`.Query.order_by` would produce a parenthesized expression not accepted by some databases. [ticket:2754] Conflicts: doc/build/changelog/changelog_09.rst 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...> - 2013-06-26 15:18:04
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/110877cf14e1/ Changeset: 110877cf14e1 Branch: None User: chrisw Date: 2013-06-26 08:22:13 Summary: Fix NameError in example. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fb469dfb240e/ Changeset: fb469dfb240e Branch: None User: chrisw Date: 2013-06-26 08:29:48 Summary: Tidy range types docs and add warning about the return type support offered by different versions of different DBAPI libraries. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/51aec4f4c847/ Changeset: 51aec4f4c847 Branch: master User: zzzeek Date: 2013-06-26 17:15:44 Summary: Merge pull request #12 from cjw296/master Range type docs improvements. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/23805f50ed71/ Changeset: 23805f50ed71 Branch: rel_0_8 User: zzzeek Date: 2013-06-26 17:17:01 Summary: Merge pull request #12 from cjw296/master Range type docs improvements. 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-06-26 17:18:58
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5d382318de06/ Changeset: 5d382318de06 Branch: None User: zzzeek Date: 2013-06-26 18:39:33 Summary: preserve 0.8.1's behavior for correlation when no correlate options are given, not to mention 0.7 and prior's behavior of not propagating implicit correlation more than one level.. this is to reduce surprises/hard-to-debug situations when a user isn't trying to correlate anything. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a062eb44ef91/ Changeset: a062eb44ef91 Branch: None User: zzzeek Date: 2013-06-26 18:58:08 Summary: - more docs + changelog Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/43813ba14ee2/ Changeset: 43813ba14ee2 Branch: None User: zzzeek Date: 2013-06-26 19:03:28 Summary: don't need this... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e8ab72c4cd05/ Changeset: e8ab72c4cd05 Branch: ticket_2746 User: zzzeek Date: 2013-06-26 19:05:40 Summary: implicit correlation does not need to consider the explicit_correlate_froms collection 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-06-30 23:56:40
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b38a76cd1d47/ Changeset: b38a76cd1d47 Branch: None User: zzzeek Date: 2013-07-01 00:35:12 Summary: - replace most explicitly-named test objects called "Mock..." with actual mock objects from the mock library. I'd like to use mock for new tests so we might as well use it in obvious places. - use unittest.mock in py3.3 - changelog - add a note to README.unittests - add tests_require in setup.py - have tests import from sqlalchemy.testing.mock - apply usage of mock to one of the event tests. we can be using this approach all over the place. Affected #: 17 files https://bitbucket.org/zzzeek/sqlalchemy/commits/78cc4d9c34a0/ Changeset: 78cc4d9c34a0 Branch: None User: zzzeek Date: 2013-07-01 00:41:35 Summary: - replace most explicitly-named test objects called "Mock..." with actual mock objects from the mock library. I'd like to use mock for new tests so we might as well use it in obvious places. - use unittest.mock in py3.3 - changelog - add a note to README.unittests - add tests_require in setup.py - have tests import from sqlalchemy.testing.mock - apply usage of mock to one of the event tests. we can be using this approach all over the place. Affected #: 16 files https://bitbucket.org/zzzeek/sqlalchemy/commits/868da0c28190/ Changeset: 868da0c28190 Branch: master User: zzzeek Date: 2013-07-01 01:48:48 Summary: Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. This controls the value of the ``retaining`` flag sent to the ``commit()`` and ``rollback()`` methods of the DBAPI connection. Defaults to False. Also in 0.8.2, where it defaults to True. [ticket:2763] Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cc299b2d1cb5/ Changeset: cc299b2d1cb5 Branch: rel_0_8 User: zzzeek Date: 2013-07-01 01:54:59 Summary: Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. This controls the value of the ``retaining`` flag sent to the ``commit()`` and ``rollback()`` methods of the DBAPI connection. Defaults to False. Also in 0.8.2, where it defaults to True. [ticket:2763] 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...> - 2013-07-02 17:18:37
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f85deb1b3f0/ Changeset: 3f85deb1b3f0 Branch: None User: zzzeek Date: 2013-07-02 18:56:20 Summary: - add execution options/events tests Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/797acf8e1221/ Changeset: 797acf8e1221 Branch: None User: zzzeek Date: 2013-07-02 19:06:44 Summary: - some more mocks Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e505db163745/ Changeset: e505db163745 Branch: ticket_2770 User: zzzeek Date: 2013-07-02 19:11:49 Summary: changelog and some doc tweaks Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3d10c982c8a/ Changeset: d3d10c982c8a Branch: master User: zzzeek Date: 2013-07-02 19:14:21 Summary: - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy is clear; make sure that the DBAPI connection passed to the reset-on-return events/dialect hooks is also a "fairy", so that dictionaries like "info" are available. [ticket:2770] - rework the execution_options system so that the dialect is given the job of making any immediate adjustments based on a set event. move the "isolation level" logic to use this new system. Also work things out so that even engine-level execution options can be used for things like isolation level; the dialect attaches a connect-event handler in this case to handle the task. - to support this new system as well as further extensibiltiy of execution options add events engine_connect(), set_connection_execution_options(), set_engine_execution_options() Affected #: 10 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-07-14 17:00:31
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0d4b769d6aed/ Changeset: 0d4b769d6aed Branch: None User: iElectric Date: 2013-07-14 18:18:16 Summary: wording about supported dialects for Query.yield_per Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c59199c9879c/ Changeset: c59199c9879c Branch: master User: zzzeek Date: 2013-07-14 18:58:43 Summary: Merge pull request #17 from iElectric/docs/wording_yield_per wording about supported dialects for Query.yield_per Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7da90f41b269/ Changeset: 7da90f41b269 Branch: rel_0_8 User: zzzeek Date: 2013-07-14 18:59:58 Summary: Merge pull request #17 from iElectric/docs/wording_yield_per wording about supported dialects for Query.yield_per Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bb290b46a65d/ Changeset: bb290b46a65d Branch: rel_0_7 User: zzzeek Date: 2013-07-14 19:00:05 Summary: Merge pull request #17 from iElectric/docs/wording_yield_per wording about supported dialects for Query.yield_per 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-08-14 21:11:58
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/51575067b56a/ Changeset: 51575067b56a Branch: None User: zzzeek Date: 2013-08-14 20:53:17 Summary: modify the public_function thing so that the actual constructor is replaced by a "see the public API function..." note, so that we don't repeat the whole constructor docstring twice in the docs Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/56ebd5bfc7de/ Changeset: 56ebd5bfc7de Branch: None User: zzzeek Date: 2013-08-14 22:57:50 Summary: - implement a new strategy lookup system that lets strategies self-register with mapperproperty classes - more helpers for cross-population Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4fe6df6e0a53/ Changeset: 4fe6df6e0a53 Branch: None User: zzzeek Date: 2013-08-14 23:06:49 Summary: this is all the importlaters out Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0afc5a833fb1/ Changeset: 0afc5a833fb1 Branch: refactor_modules User: zzzeek Date: 2013-08-14 23:11:27 Summary: and the name "importlater" is finally gone 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...> - 2013-08-18 19:17:05
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/902e013ec127/ Changeset: 902e013ec127 Branch: None User: zzzeek Date: 2013-08-18 21:01:59 Summary: - add better notes to query.update(), most notably how to deal with a joined table update, [ticket:2798] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ea787dceca65/ Changeset: ea787dceca65 Branch: None User: zzzeek Date: 2013-08-18 21:02:40 Summary: - add better notes to query.update(), most notably how to deal with a joined table update, [ticket:2798] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c5792c277bb6/ Changeset: c5792c277bb6 Branch: master User: zzzeek Date: 2013-08-18 21:15:38 Summary: - also do delete, add seealsos, formatting, etc. [ticket:2798] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e71c84729dec/ Changeset: e71c84729dec Branch: rel_0_8 User: zzzeek Date: 2013-08-18 21:15:58 Summary: - also do delete, add seealsos, formatting, etc. [ticket:2798] 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-08-28 21:32:31
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fe66951f5de6/ Changeset: fe66951f5de6 Branch: None User: zzzeek Date: 2013-08-28 23:25:44 Summary: Fixed bug where using the ``column_reflect`` event to change the ``.key`` of the incoming :class:`.Column` would prevent primary key constraints, indexes, and foreign key constraints from being correctly reflected. Also in 0.8.3. [ticket:2811] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/573b54274710/ Changeset: 573b54274710 Branch: None User: zzzeek Date: 2013-08-28 23:26:11 Summary: Fixed bug where using the ``column_reflect`` event to change the ``.key`` of the incoming :class:`.Column` would prevent primary key constraints, indexes, and foreign key constraints from being correctly reflected. Also in 0.8.3. [ticket:2811] Conflicts: doc/build/changelog/changelog_09.rst Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/97168dbf69f8/ Changeset: 97168dbf69f8 Branch: master User: zzzeek Date: 2013-08-28 23:31:40 Summary: plus some more adjustments for mysql, or in general if an Index refers to in-python only cols Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2008344aab70/ Changeset: 2008344aab70 Branch: rel_0_8 User: zzzeek Date: 2013-08-28 23:32:05 Summary: plus some more adjustments for mysql, or in general if an Index refers to in-python only cols 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-09-24 00:41:01
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2a50ef84c8d3/ Changeset: 2a50ef84c8d3 Branch: None User: zzzeek Date: 2013-09-24 01:34:58 Summary: OK this one does all the things, it's just kind of obtuse Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0c2376961ddf/ Changeset: 0c2376961ddf Branch: None User: zzzeek Date: 2013-09-24 02:04:17 Summary: - interim - start breaking out materialized/non into two separate classes Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e622cf62fc55/ Changeset: e622cf62fc55 Branch: None User: zzzeek Date: 2013-09-24 02:21:25 Summary: finished moving it into two classes, removed cruft Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3f0b0529ff39/ Changeset: 3f0b0529ff39 Branch: ticket_1418 User: zzzeek Date: 2013-09-24 02:40:20 Summary: - add an approach for handling extra options like innerjoin - implement joinedload() in terms of new system 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...> - 2013-09-25 17:37:24
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2784b5b10e1d/ Changeset: 2784b5b10e1d Branch: None User: zzzeek Date: 2013-09-25 17:51:39 Summary: - fix path mechanics for contains_eager Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/599ab52b6011/ Changeset: 599ab52b6011 Branch: None User: zzzeek Date: 2013-09-25 18:54:10 Summary: simplify the "chain link" thing Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1a76cfc951c8/ Changeset: 1a76cfc951c8 Branch: None User: zzzeek Date: 2013-09-25 19:24:59 Summary: - get all error conditions to raise as expected Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/81b28effd621/ Changeset: 81b28effd621 Branch: ticket_1418 User: zzzeek Date: 2013-09-25 19:36:55 Summary: - simplify how we detect this condition 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-09-27 23:43:44
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be2f40040fcc/ Changeset: be2f40040fcc Branch: None User: zzzeek Date: 2013-09-27 21:29:00 Summary: support propagate_to_loaders Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1ed7aa6d02e1/ Changeset: 1ed7aa6d02e1 Branch: None User: zzzeek Date: 2013-09-27 21:38:35 Summary: get almost all the load options set Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fa4f185fd2a5/ Changeset: fa4f185fd2a5 Branch: None User: zzzeek Date: 2013-09-28 01:23:14 Summary: - get '*' to work rudimentally - some refactoring Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f866eefbd05/ Changeset: 7f866eefbd05 Branch: ticket_1418 User: zzzeek Date: 2013-09-28 01:43:19 Summary: - simplify some more 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-10-06 23:18:53
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1065f22cbf70/ Changeset: 1065f22cbf70 Branch: None User: zzzeek Date: 2013-10-07 00:12:40 Summary: tests Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bfff18fbb7cc/ Changeset: bfff18fbb7cc Branch: None User: zzzeek Date: 2013-10-07 00:26:16 Summary: move deferred to its own test suite, add some new ones for load_only() Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/adbd6bddc2b6/ Changeset: adbd6bddc2b6 Branch: None User: zzzeek Date: 2013-10-07 00:28:02 Summary: another test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0e45a840ee55/ Changeset: 0e45a840ee55 Branch: ticket_1418 User: zzzeek Date: 2013-10-07 01:18:27 Summary: more docs, tests 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...> - 2013-10-11 21:15:32
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d38ed33400a/ Changeset: 9d38ed33400a Branch: None User: zzzeek Date: 2013-10-11 21:55:57 Summary: The "name" attribute is set on :class:`.Index` before the "attach" events are called, so that attachment events can be used to dynamically generate a name for the index based on the parent table and/or columns. [ticket:2835] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1f1ad557afa4/ Changeset: 1f1ad557afa4 Branch: None User: zzzeek Date: 2013-10-11 22:16:08 Summary: The ``default`` argument of :class:`.Column` now accepts a class or object method as an argument, in addition to a standalone function; will properly detect if the "context" argument is accepted or not. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/75be18004fac/ Changeset: 75be18004fac Branch: None User: zzzeek Date: 2013-10-11 22:41:52 Summary: - fix bug due to regression from #2793, make sure we only go to load scalar attributes here and not relationships, else we get an error if there's no actual scalars to load Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/eabf41b392ac/ Changeset: eabf41b392ac Branch: master User: zzzeek Date: 2013-10-11 22:49:36 Summary: use accepts scalar loader here so we deal with _ProxyImpl correctly 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-10-13 00:22:55
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9bc9d5c1068b/ Changeset: 9bc9d5c1068b Branch: None User: zzzeek Date: 2013-10-13 02:04:55 Summary: - Fixed bug in default compiler plus those of postgresql, mysql, and mssql to ensure that any literal SQL expression values are rendered directly as literals, instead of as bound parameters, within a CREATE INDEX statement. [ticket:2742] - don't need expression_as_ddl(); literal_binds and include_table take care of this functionality. Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d8c17e2a6f41/ Changeset: d8c17e2a6f41 Branch: None User: zzzeek Date: 2013-10-13 02:13:27 Summary: - Fixed bug in default compiler plus those of postgresql, mysql, and mssql to ensure that any literal SQL expression values are rendered directly as literals, instead of as bound parameters, within a CREATE INDEX statement. [ticket:2742] - don't need expression_as_ddl(); literal_binds and include_table take care of this functionality. Conflicts: lib/sqlalchemy/sql/util.py Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a2cce1bf4355/ Changeset: a2cce1bf4355 Branch: master User: zzzeek Date: 2013-10-13 02:21:18 Summary: Parenthesis will be applied to a compound SQL expression as rendered in the column list of a CREATE INDEX statement. [ticket:2742] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/70fdd3efa7a9/ Changeset: 70fdd3efa7a9 Branch: rel_0_8 User: zzzeek Date: 2013-10-13 02:21:38 Summary: Parenthesis will be applied to a compound SQL expression as rendered in the column list of a CREATE INDEX statement. [ticket:2742] 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...> - 2013-10-14 14:59:40
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/16231d22db00/ Changeset: 16231d22db00 Branch: None User: zzzeek Date: 2013-10-14 16:34:03 Summary: - fix test warning here (oursql) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ab38a6799573/ Changeset: ab38a6799573 Branch: None User: zzzeek Date: 2013-10-14 16:35:54 Summary: - fix non-deterministic ordering point Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/dbde70a3a235/ Changeset: dbde70a3a235 Branch: master User: zzzeek Date: 2013-10-14 16:56:11 Summary: workaround for #2838 here. still need to figure out why an ENUM test is suddenly hitting this. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5389bc5d8d6e/ Changeset: 5389bc5d8d6e Branch: rel_0_8 User: zzzeek Date: 2013-10-14 16:58:21 Summary: workaround for #2838 here. still need to figure out why an ENUM test is suddenly hitting this. 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-10-18 23:04:46
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fff90799098b/ Changeset: fff90799098b Branch: None User: zzzeek Date: 2013-10-19 01:00:05 Summary: - Removed a 128-character truncation from the reflection of the server default for a column; this code was original from PG system views which truncated the string for readability. [ticket:2844] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5ae388b0773c/ Changeset: 5ae388b0773c Branch: None User: zzzeek Date: 2013-10-19 01:00:29 Summary: - Removed a 128-character truncation from the reflection of the server default for a column; this code was original from PG system views which truncated the string for readability. [ticket:2844] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ca851e581515/ Changeset: ca851e581515 Branch: master User: zzzeek Date: 2013-10-19 01:03:21 Summary: use a set here also Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f498fc3d48fa/ Changeset: f498fc3d48fa Branch: rel_0_8 User: zzzeek Date: 2013-10-19 01:04:10 Summary: use sets here to eliminate ordering as a factor 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-10-22 03:29:39
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cdc9475b0b23/ Changeset: cdc9475b0b23 Branch: None User: zzzeek Date: 2013-10-22 05:17:36 Summary: try to get this to pass on slow environmnets Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5d5700c40e0a/ Changeset: 5d5700c40e0a Branch: None User: zzzeek Date: 2013-10-22 05:21:11 Summary: - oursql returns a pure FP here which isn't exact Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/15f781cc3def/ Changeset: 15f781cc3def Branch: None User: zzzeek Date: 2013-10-22 05:26:08 Summary: - use a different approach here since oracle isn't doing it either, just round it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/461791fb54fc/ Changeset: 461791fb54fc Branch: master User: zzzeek Date: 2013-10-22 05:28:19 Summary: - just comment out this test, we may have to figure out if the whole "serializer" can just be ditched, or if somehow these deterministic issues can be fixed (everyone implements __reduce__ maybe?) 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-10-23 21:48:17
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1157b55c0135/ Changeset: 1157b55c0135 Branch: None User: zzzeek Date: 2013-10-23 22:33:11 Summary: tighten up some _negate methods Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/04c24699d156/ Changeset: 04c24699d156 Branch: None User: zzzeek Date: 2013-10-23 22:53:52 Summary: - remove _asbool() calls using a new operator symbol _asbool in conjunction with self_group() Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/be45460f2d7f/ Changeset: be45460f2d7f Branch: ticket_2804 User: zzzeek Date: 2013-10-23 23:37:23 Summary: - docs, changelog, migration - cleanup Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f035b6e0a412/ Changeset: f035b6e0a412 Branch: master User: zzzeek Date: 2013-10-23 23:44:52 Summary: An overhaul of expression handling for special symbols particularly with conjunctions, e.g. ``None`` :func:`.expression.null` :func:`.expression.true` :func:`.expression.false`, including consistency in rendering NULL in conjunctions, "short-circuiting" of :func:`.and_` and :func:`.or_` expressions which contain boolean constants, and rendering of boolean constants and expressions as compared to "1" or "0" for backends that don't feature ``true``/``false`` constants. [ticket:2804] Affected #: 18 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-10-26 21:31:22
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4ea5d303a177/ Changeset: 4ea5d303a177 Branch: None User: zzzeek Date: 2013-10-26 22:35:23 Summary: - release 0.9.0b1 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/abb4e5314a19/ Changeset: abb4e5314a19 Branch: rel_0_8 User: zzzeek Date: 2013-10-26 22:38:26 Summary: 0.8.3 release Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2cf9fc8fd7dc/ Changeset: 2cf9fc8fd7dc Branch: None User: zzzeek Date: 2013-10-26 22:47:42 Summary: - ensure 0.9 in various documentation spaces - supporting py 2.6, update pypy version, jython not working these days Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/70e24eecee43/ Changeset: 70e24eecee43 Branch: rel_0_9 User: zzzeek Date: 2013-10-26 22:57:49 Summary: - more updates to compatability, C extensions, building, etc. 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. |