Thread: [Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets (Page 2)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-08-20 17:29:40
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b13a434f6fb2/ Changeset: b13a434f6fb2 Branch: master User: zzzeek Date: 2013-08-20 19:27:27 Summary: Fixed bug where list instrumentation would fail to represent a setslice of ``[0:0]`` correctly, which in particular could occur when using ``insert(0, item)`` with the association proxy. Due to some quirk in Python collections, the issue was much more likely with Python 3 rather than 2. Also in 0.8.3, 0.7.11. [ticket:2807] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/36de3538c104/ Changeset: 36de3538c104 Branch: rel_0_8 User: zzzeek Date: 2013-08-20 19:28:21 Summary: Fixed bug where list instrumentation would fail to represent a setslice of ``[0:0]`` correctly, which in particular could occur when using ``insert(0, item)`` with the association proxy. Due to some quirk in Python collections, the issue was much more likely with Python 3 rather than 2. Also in 0.8.3, 0.7.11. [ticket:2807] Conflicts: doc/build/changelog/changelog_09.rst Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4bcd7e38e12c/ Changeset: 4bcd7e38e12c Branch: rel_0_7 User: zzzeek Date: 2013-08-20 19:29:14 Summary: Fixed bug where list instrumentation would fail to represent a setslice of ``[0:0]`` correctly, which in particular could occur when using ``insert(0, item)`` with the association proxy. Due to some quirk in Python collections, the issue was much more likely with Python 3 rather than 2. Also in 0.8.3, 0.7.11. [ticket:2807] Conflicts: doc/build/changelog/changelog_09.rst Conflicts: doc/build/changelog/changelog_08.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-08-24 15:33:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/460b23731cba/ Changeset: 460b23731cba Branch: master User: zzzeek Date: 2013-08-24 17:27:44 Summary: - "primary mapper entity" is now an attribute on Query, making _MapperEntity slightly less dependent on a particular parent Query (in theory more shareable by multiple Query objects in different contexts) - remove some comments that have been misunderstanding what _mapper_entities does, or perhaps forgot to get removed - simplify _mapper_entities Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f8061236b8e7/ Changeset: f8061236b8e7 Branch: rel_0_8 User: zzzeek Date: 2013-08-24 17:30:57 Summary: - this comment is wrong, the method here returns all mapper entities - use a simple isinstance() check instead of looking for presence of "primary_entity" flag, that's a little unclear Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0ed06283ebf9/ Changeset: 0ed06283ebf9 Branch: rel_0_7 User: zzzeek Date: 2013-08-24 17:32:04 Summary: - this comment is wrong, the method here returns all mapper entities - use a simple isinstance() check instead of looking for presence of "primary_entity" flag, that's a little unclear 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-24 17:58:56
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/425daa524dbc/ Changeset: 425daa524dbc Branch: ticket_2793 User: zzzeek Date: 2013-08-24 19:55:14 Summary: - The :class:`.CreateColumn` construct can be appled to a custom compilation rule which allows skipping of columns, by producing a rule that returns ``None``. Also in 0.8.3. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e9b2e33f15cd/ Changeset: e9b2e33f15cd Branch: master User: zzzeek Date: 2013-08-24 19:56:01 Summary: - The :class:`.CreateColumn` construct can be appled to a custom compilation rule which allows skipping of columns, by producing a rule that returns ``None``. Also in 0.8.3. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/58617ff5ff2f/ Changeset: 58617ff5ff2f Branch: rel_0_8 User: zzzeek Date: 2013-08-24 19:58:32 Summary: - The :class:`.CreateColumn` construct can be appled to a custom compilation rule which allows skipping of columns, by producing a rule that returns ``None``. Also in 0.8.3. Conflicts: doc/build/changelog/changelog_09.rst lib/sqlalchemy/sql/ddl.py 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...> - 2013-08-25 16:10:50
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b9bd6ffd43a1/ Changeset: b9bd6ffd43a1 Branch: None User: hjkim Date: 2013-08-24 22:06:14 Summary: fix typos Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b3aa03853fcb/ Changeset: b3aa03853fcb Branch: master User: zzzeek Date: 2013-08-25 18:08:00 Summary: Merge pull request #23 from yoloseem/master Fixed two typos. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9fa0088d438c/ Changeset: 9fa0088d438c Branch: rel_0_8 User: zzzeek Date: 2013-08-25 18:09:10 Summary: Merge pull request #23 from yoloseem/master Fixed two typos. 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-08-25 18:24:33
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6ce68727f8a/ Changeset: d6ce68727f8a Branch: None User: zzzeek Date: 2013-08-25 20:03:54 Summary: - The ``version_id_generator`` parameter of ``Mapper`` can now be specified to rely upon server generated version identifiers, using triggers or other database-provided versioning features, by passing the value ``False``. The ORM will use RETURNING when available to immediately load the new version identifier, else it will emit a second SELECT. [ticket:2793] - The ``eager_defaults`` flag of :class:`.Mapper` will now allow the newly generated default values to be fetched using an inline RETURNING clause, rather than a second SELECT statement, for backends that support RETURNING. - Added a new variant to :meth:`.ValuesBase.returning` called :meth:`.ValuesBase.return_defaults`; this allows arbitrary columns to be added to the RETURNING clause of the statement without interfering with the compilers usual "implicit returning" feature, which is used to efficiently fetch newly generated primary key values. For supporting backends, a dictionary of all fetched values is present at :attr:`.ResultProxy.returned_defaults`. - add a glossary entry for RETURNING - add documentation for version id generation, [ticket:867] Affected #: 18 files https://bitbucket.org/zzzeek/sqlalchemy/commits/87f709796640/ Changeset: 87f709796640 Branch: master User: zzzeek Date: 2013-08-25 20:13:03 Summary: - restore constructor docs blown away in the merge Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/be594493e6a6/ Changeset: be594493e6a6 Branch: rel_0_8 User: zzzeek Date: 2013-08-25 20:22:27 Summary: - add version_id documentation [ticket:867] - add the RETURNING glossary entry - other "seealso's" fixed - add doc for eager_defaults option 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-27 17:56:20
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ae8d3b26b0d/ Changeset: 3ae8d3b26b0d Branch: None User: zzzeek Date: 2013-08-27 19:41:17 Summary: - within core, fully implemented the quoted ident and have removed all checking in identifier preparer for .quote flag, which isn't needed, will probably retain it for outside code Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/80d5005db447/ Changeset: 80d5005db447 Branch: None User: zzzeek Date: 2013-08-27 19:49:53 Summary: test fixes, etc. Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/31beadbc7743/ Changeset: 31beadbc7743 Branch: ticket_2812 User: zzzeek Date: 2013-08-27 19:55:51 Summary: fix apply_map for anon_label 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-08-28 04:12:10
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5672f78806c4/ Changeset: 5672f78806c4 Branch: None User: zzzeek Date: 2013-08-28 05:51:34 Summary: callcounts Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/87b9f48c57bb/ Changeset: 87b9f48c57bb Branch: None User: zzzeek Date: 2013-08-28 06:04:38 Summary: - rework the profile thing to just rewrite all failing numbers when --write-profiles is set - some sqlite callcounts Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/650c7e46be1b/ Changeset: 650c7e46be1b Branch: master User: zzzeek Date: 2013-08-28 06:11:15 Summary: - these tests now fail on a normalize name DB, as they should! because we're quoting the lowercase name. 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 14:19:48
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7adc32c09b1/ Changeset: c7adc32c09b1 Branch: None User: zzzeek Date: 2013-08-28 16:16:28 Summary: comment this alternative approach... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/835f1a38bf44/ Changeset: 835f1a38bf44 Branch: None User: zzzeek Date: 2013-08-28 16:16:52 Summary: repair missing oracle skip Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/03c9b2df7703/ Changeset: 03c9b2df7703 Branch: master User: zzzeek Date: 2013-08-28 16:19:11 Summary: - fix bug here in profiling.py - callcount 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-17 20:05:59
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9910256a512d/ Changeset: 9910256a512d Branch: master User: zzzeek Date: 2013-09-17 22:03:15 Summary: render "backports"/ "forward ports" automatically, only write out changelog once Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6b3041668610/ Changeset: 6b3041668610 Branch: rel_0_8 User: zzzeek Date: 2013-09-17 22:03:46 Summary: render "backports"/ "forward ports" automatically, only write out changelog once Conflicts: doc/build/changelog/changelog_09.rst Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/55ee3158df65/ Changeset: 55ee3158df65 Branch: rel_0_7 User: zzzeek Date: 2013-09-17 22:05:28 Summary: render "backports"/ "forward ports" automatically, only write out changelog once Conflicts: doc/build/changelog/changelog_09.rst Conflicts: doc/build/changelog/changelog_07.rst doc/build/changelog/changelog_08.rst 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-23 18:09:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f5c7c8f691bf/ Changeset: f5c7c8f691bf Branch: None User: zzzeek Date: 2013-09-23 18:22:58 Summary: this chop_path actually does the thing I want Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c83525f95878/ Changeset: c83525f95878 Branch: None User: zzzeek Date: 2013-09-23 19:27:30 Summary: OK the basic idea with "materialize" is in place now, and this should end up being the new version of _process_paths() Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a11516a83afa/ Changeset: a11516a83afa Branch: ticket_1418 User: zzzeek Date: 2013-09-23 20:08:16 Summary: progress 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-09-25 00:33:40
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/edbe1246df49/ Changeset: edbe1246df49 Branch: None User: zzzeek Date: 2013-09-25 00:22:57 Summary: - work out naming, where Load will live - start using the public factory pattern with loaders Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/73273ea98e68/ Changeset: 73273ea98e68 Branch: None User: zzzeek Date: 2013-09-25 00:53:37 Summary: - moved OptionsTest - all of OptionsTest passes on new system Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/297f8bcddf03/ Changeset: 297f8bcddf03 Branch: ticket_1418 User: zzzeek Date: 2013-09-25 02:32:34 Summary: - get most of the concept of contains_eager() working, including a whole new way to work out how the loadfromeageralias thing happens. this option is having the most trouble with the new approach and it has created a degree of complexity. 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...> - 2013-10-08 23:26:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f27b7551292f/ Changeset: f27b7551292f Branch: None User: zzzeek Date: 2013-10-09 01:20:09 Summary: The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey` object. this was an accidental commit that did nothing; a warning is raised in 0.8.3 when this kw arg is used. [ticket:2831] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c1a69ab841e7/ Changeset: c1a69ab841e7 Branch: rel_0_8 User: zzzeek Date: 2013-10-09 01:25:28 Summary: Non-working "schema" argument on :class:`.ForeignKey` is deprecated; raises a warning. Removed in 0.9. [ticket:2831] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5f07d4b7acc7/ Changeset: 5f07d4b7acc7 Branch: master User: zzzeek Date: 2013-10-09 01:25:55 Summary: 0.8 changelog 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-13 20:55:26
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f00544a589d5/ Changeset: f00544a589d5 Branch: None User: zzzeek Date: 2013-10-13 22:42:32 Summary: - Added new option to :func:`.relationship` ``distinct_target_key``. This enables the subquery eager loader strategy to apply a DISTINCT to the innermost SELECT subquery, to assist in the case where duplicate rows are generated by the innermost query which corresponds to this relationship (there's not yet a general solution to the issue of dupe rows within subquery eager loading, however, when joins outside of the innermost subquery produce dupes). When the flag is set to ``True``, the DISTINCT is rendered unconditionally, and when it is set to ``None``, DISTINCT is rendered if the innermost relationship targets columns that do not comprise a full primary key. The option defaults to False in 0.8 (e.g. off by default in all cases), None in 0.9 (e.g. automatic by default). Thanks to Alexander Koval for help with this. [ticket:2836] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ee0302161a85/ Changeset: ee0302161a85 Branch: master User: zzzeek Date: 2013-10-13 22:43:57 Summary: name Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/28a349135792/ Changeset: 28a349135792 Branch: rel_0_8 User: zzzeek Date: 2013-10-13 22:54:21 Summary: - Added new option to :func:`.relationship` ``distinct_target_key``. This enables the subquery eager loader strategy to apply a DISTINCT to the innermost SELECT subquery, to assist in the case where duplicate rows are generated by the innermost query which corresponds to this relationship (there's not yet a general solution to the issue of dupe rows within subquery eager loading, however, when joins outside of the innermost subquery produce dupes). When the flag is set to ``True``, the DISTINCT is rendered unconditionally, and when it is set to ``None``, DISTINCT is rendered if the innermost relationship targets columns that do not comprise a full primary key. The option defaults to False in 0.8 (e.g. off by default in all cases), None in 0.9 (e.g. automatic by default). Thanks to Alexander Koval for help with this. [ticket:2836] Conflicts: lib/sqlalchemy/orm/relationships.py 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-10-13 21:17:49
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5e894798b649/ Changeset: 5e894798b649 Branch: None User: zzzeek Date: 2013-10-13 23:16:36 Summary: migration guide Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d03471708ade/ Changeset: d03471708ade Branch: master User: zzzeek Date: 2013-10-13 23:17:00 Summary: these are in alphabetical order Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b26679e06a54/ Changeset: b26679e06a54 Branch: rel_0_8 User: zzzeek Date: 2013-10-13 23:17:26 Summary: alphabetical ordering 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-21 19:08:37
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7097c50619fd/ Changeset: 7097c50619fd Branch: ticket_2838 User: zzzeek Date: 2013-10-20 22:55:23 Summary: - The typing system now handles the task of rendering "literal bind" values, e.g. values that are normally bound parameters but due to context must be rendered as strings, typically within DDL constructs such as CHECK constraints and indexes (note that "literal bind" values become used by DDL as of :ticket:`2742`). A new method :meth:`.TypeEngine.literal_processor` serves as the base, and :meth:`.TypeDecorator.process_literal_param` is added to allow wrapping of a native literal rendering method. [ticket:2838] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/56976624169a/ Changeset: 56976624169a Branch: master User: zzzeek Date: 2013-10-21 21:06:41 Summary: - Fixed bug where :func:`.type_coerce` would not interpret ORM elements with a ``__clause_element__()`` method properly. [ticket:2849] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/622772b46999/ Changeset: 622772b46999 Branch: rel_0_8 User: zzzeek Date: 2013-10-21 21:08:04 Summary: - Fixed bug where :func:`.type_coerce` would not interpret ORM elements with a ``__clause_element__()`` method properly. [ticket:2849] Conflicts: lib/sqlalchemy/sql/elements.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-10-22 23:11:11
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bfb9c9064eb3/ Changeset: bfb9c9064eb3 Branch: None User: zzzeek Date: 2013-10-23 00:46:29 Summary: working on a more fundamental approach to standalone booleans Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/67923a8361ff/ Changeset: 67923a8361ff Branch: None User: zzzeek Date: 2013-10-23 00:59:41 Summary: ok this is everything passing` Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3ffbe3ff2731/ Changeset: 3ffbe3ff2731 Branch: ticket_2804 User: zzzeek Date: 2013-10-23 01:10:27 Summary: - cleanup _negate() - move out _literal_as_text so that we can call constructors internally without double calls 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...> - 2013-10-23 19:03:22
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/382cd56772ef/ Changeset: 382cd56772ef Branch: master User: zzzeek Date: 2013-10-23 21:02:36 Summary: - The regexp used by the :func:`.url.make_url` function now parses ipv6 addresses, e.g. surrounded by brackets. [ticket:2851] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/785e44c48be5/ Changeset: 785e44c48be5 Branch: rel_0_8 User: zzzeek Date: 2013-10-23 21:02:56 Summary: - The regexp used by the :func:`.url.make_url` function now parses ipv6 addresses, e.g. surrounded by brackets. [ticket:2851] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/470133b5ec58/ Changeset: 470133b5ec58 Branch: rel_0_7 User: zzzeek Date: 2013-10-23 21:03:04 Summary: - The regexp used by the :func:`.url.make_url` function now parses ipv6 addresses, e.g. surrounded by brackets. [ticket:2851] 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-26 21:15:00
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/aa3d591693a3/ Changeset: aa3d591693a3 Branch: None User: zzzeek Date: 2013-10-26 22:15:09 Summary: will call this 0.9.0b1 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0f486eff9f15/ Changeset: 0f486eff9f15 Branch: rel_0_9 User: zzzeek Date: 2013-10-26 22:32:17 Summary: - add copyright to source files missing it Affected #: 25 files https://bitbucket.org/zzzeek/sqlalchemy/commits/42f2a16be7ff/ Changeset: 42f2a16be7ff Branch: master User: zzzeek Date: 2013-10-26 22:32:58 Summary: - add copyright to source files missing it Affected #: 25 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-27 20:17:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/64e32bda528f/ Changeset: 64e32bda528f Branch: rel_0_8 User: zzzeek Date: 2013-10-27 21:13:52 Summary: - farm out everthing to do with rtd out to the sqlalchemy.org site Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4b13669a3d18/ Changeset: 4b13669a3d18 Branch: rel_0_7 User: zzzeek Date: 2013-10-27 21:13:59 Summary: - farm out everthing to do with rtd out to the sqlalchemy.org site Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c2d098764561/ Changeset: c2d098764561 Branch: rel_0_6 User: zzzeek Date: 2013-10-27 21:16:16 Summary: - farm out everthing to do with rtd out to the sqlalchemy.org site Conflicts: doc/build/builder/mako.py 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-27 22:29:37
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5da1c96c82ca/ Changeset: 5da1c96c82ca Branch: None User: zzzeek Date: 2013-10-27 23:25:47 Summary: fix to the changelog system for when there's no change recs in the body Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/06985a7346de/ Changeset: 06985a7346de Branch: rel_0_8 User: zzzeek Date: 2013-10-27 23:26:30 Summary: fix to the changelog system for when there's no change recs in the body Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/73663676af07/ Changeset: 73663676af07 Branch: rel_0_7 User: zzzeek Date: 2013-10-27 23:29:02 Summary: fix to the changelog system for when there's no change recs in the body Conflicts: doc/build/builder/changelog.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-10-29 00:56:10
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/60a72e7c5635/ Changeset: 60a72e7c5635 Branch: None User: jmagnusson Date: 2013-10-28 23:26:37 Summary: Super-minor doc fix Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b1f7e8a3704f/ Changeset: b1f7e8a3704f Branch: None User: zzzeek Date: 2013-10-29 01:52:09 Summary: Merge pull request #39 from jmagnusson/minordocfix Super-minor doc fix Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ac73cb304ae4/ Changeset: ac73cb304ae4 Branch: rel_0_8 User: zzzeek Date: 2013-10-29 01:55:41 Summary: merge the same fix from master 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-11-10 07:57:12
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/153fd6de0ea2/ Changeset: 153fd6de0ea2 Branch: None User: zzzeek Date: 2013-11-10 06:32:41 Summary: - use a dictionary here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/409cdafe458e/ Changeset: 409cdafe458e Branch: None User: zzzeek Date: 2013-11-10 08:52:27 Summary: - some py3k compatibility Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e269433efddb/ Changeset: e269433efddb Branch: master User: zzzeek Date: 2013-11-10 08:55:06 Summary: - tutorial updates - emphasis on not using a custom contructor by default, making sure it's clear that you *can* use one - other separation of narrative from special notes using sidebars 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...> - 2013-11-12 18:01:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f429032ac202/ Changeset: f429032ac202 Branch: master User: zzzeek Date: 2013-11-12 19:00:49 Summary: add sap sqlanywhere Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e05e78b800d4/ Changeset: e05e78b800d4 Branch: rel_0_9 User: zzzeek Date: 2013-11-12 19:01:03 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/db71e192bdb7/ Changeset: db71e192bdb7 Branch: rel_0_8 User: zzzeek Date: 2013-11-12 19:01:16 Summary: add sap sqlanywhere 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-11-23 22:13:32
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ae4629e6a0ff/ Changeset: ae4629e6a0ff Branch: None User: zzzeek Date: 2013-11-23 23:03:48 Summary: - Some refinements to the :class:`.AliasedClass` construct with regards to descriptors, like hybrids, synonyms, composites, user-defined descriptors, etc. The attribute adaptation which goes on has been made more robust, such that if a descriptor returns another instrumented attribute, rather than a compound SQL expression element, the operation will still proceed. Addtionally, the "adapted" operator will retain its class; previously, a change in class from ``InstrumentedAttribute`` to ``QueryableAttribute`` (a superclass) would interact with Python's operator system such that an expression like ``aliased(MyClass.x) > MyClass.x`` would reverse itself to read ``myclass.x < myclass_1.x``. The adapted attribute will also refer to the new :class:`.AliasedClass` as its parent which was not always the case before. [ticket:2872] Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69b9f62afc7b/ Changeset: 69b9f62afc7b Branch: None User: zzzeek Date: 2013-11-23 23:05:45 Summary: - this test only for mysql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/50634fcb2d29/ Changeset: 50634fcb2d29 Branch: None User: zzzeek Date: 2013-11-23 23:12:54 Summary: clean up imports 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-11-29 21:17:29
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/33a2ebc514c5/ Changeset: 33a2ebc514c5 Branch: None User: Hyunjun Kim Date: 2013-11-21 08:36:48 Summary: Fixed a syntax error in example code. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c002b87f2276/ Changeset: c002b87f2276 Branch: rel_0_8 User: zzzeek Date: 2013-11-29 22:13:29 Summary: Merge pull request #47 from yoloseem/patch-2 Fixed a syntax error in example code. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e860dcb91216/ Changeset: e860dcb91216 Branch: None User: Hyunjun Kim Date: 2013-11-29 22:16:33 Summary: Fixed a syntax error in example code. 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. |