sqlalchemy-commits Mailing List for SQLAlchemy (Page 85)
Brought to you by:
zzzeek
You can subscribe to this list here.
2006 |
Jan
|
Feb
(74) |
Mar
(167) |
Apr
(127) |
May
(190) |
Jun
(119) |
Jul
(77) |
Aug
(82) |
Sep
(84) |
Oct
(153) |
Nov
(45) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(109) |
Feb
(80) |
Mar
(110) |
Apr
(106) |
May
(92) |
Jun
(147) |
Jul
(288) |
Aug
(307) |
Sep
(108) |
Oct
(156) |
Nov
(147) |
Dec
(134) |
2008 |
Jan
(126) |
Feb
(91) |
Mar
(184) |
Apr
(208) |
May
(212) |
Jun
(54) |
Jul
(106) |
Aug
(80) |
Sep
(58) |
Oct
(80) |
Nov
(119) |
Dec
(220) |
2009 |
Jan
(202) |
Feb
(50) |
Mar
(70) |
Apr
(46) |
May
(80) |
Jun
(61) |
Jul
(146) |
Aug
(81) |
Sep
(71) |
Oct
(74) |
Nov
(66) |
Dec
(82) |
2010 |
Jan
(112) |
Feb
(169) |
Mar
(235) |
Apr
(77) |
May
(22) |
Jun
(31) |
Jul
(46) |
Aug
(46) |
Sep
(70) |
Oct
(36) |
Nov
(37) |
Dec
(79) |
2011 |
Jan
(46) |
Feb
(54) |
Mar
(65) |
Apr
(73) |
May
(31) |
Jun
(46) |
Jul
(40) |
Aug
(36) |
Sep
(44) |
Oct
(33) |
Nov
(19) |
Dec
(10) |
2012 |
Jan
(60) |
Feb
(37) |
Mar
(35) |
Apr
(28) |
May
(27) |
Jun
(50) |
Jul
(33) |
Aug
(88) |
Sep
(64) |
Oct
(74) |
Nov
(62) |
Dec
(41) |
2013 |
Jan
(30) |
Feb
(37) |
Mar
(39) |
Apr
(52) |
May
(40) |
Jun
(85) |
Jul
(74) |
Aug
(76) |
Sep
(26) |
Oct
(76) |
Nov
(63) |
Dec
(65) |
2014 |
Jan
(68) |
Feb
(82) |
Mar
(87) |
Apr
(24) |
May
(66) |
Jun
(34) |
Jul
(86) |
Aug
(75) |
Sep
(70) |
Oct
(41) |
Nov
(23) |
Dec
(53) |
2015 |
Jan
(40) |
Feb
(39) |
Mar
(69) |
Apr
(64) |
May
(40) |
Jun
(43) |
Jul
(20) |
Aug
(48) |
Sep
(38) |
Oct
(28) |
Nov
(34) |
Dec
(44) |
2016 |
Jan
(82) |
Feb
(49) |
Mar
(25) |
Apr
(21) |
May
(19) |
Jun
(46) |
Jul
(38) |
Aug
(21) |
Sep
(33) |
Oct
(44) |
Nov
(26) |
Dec
(10) |
2017 |
Jan
(52) |
Feb
(18) |
Mar
(61) |
Apr
(43) |
May
(57) |
Jun
(36) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2013-10-19 06:44:26
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bc5834d64316/ Changeset: bc5834d64316 Branch: ticket_2838 User: zzzeek Date: 2013-10-19 08:44:00 Summary: initial approach, needs tests. 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-19 00:02:24
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/73669c728454/ Changeset: 73669c728454 Branch: master User: zzzeek Date: 2013-10-19 02:01:45 Summary: - The :meth:`.Table.tometadata` method now produces copies of all :attr:`.SchemaItem.info` dictionaries from all :class:`.SchemaItem` objects within the structure including columns, constraints, foreign keys, etc. As these dictionaries are copies, they are independent of the original dictionary. Previously, only the ``.info`` dictionary of :class:`.Column` was transferred within this operation, and it was only linked in place, not copied. [ticket:2716] 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-18 23:35:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/71e043aaae1f/ Changeset: 71e043aaae1f Branch: master User: zzzeek Date: 2013-10-19 01:34:58 Summary: - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bb6df3f45f0d/ Changeset: bb6df3f45f0d Branch: rel_0_8 User: zzzeek Date: 2013-10-19 01:35:22 Summary: - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] 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:25:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7108605f697f/ Changeset: 7108605f697f Branch: master User: zzzeek Date: 2013-10-19 01:23:40 Summary: - add a "limitations of reflection" section, [ticket:2233] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4187fb281163/ Changeset: 4187fb281163 Branch: rel_0_8 User: zzzeek Date: 2013-10-19 01:24:52 Summary: - add a "limitations of reflection" section, [ticket:2233] Conflicts: doc/build/core/reflection.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-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-18 19:35:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca02882c6a0d/ Changeset: ca02882c6a0d Branch: master User: zzzeek Date: 2013-10-18 20:44:01 Summary: - The change in :ticket:`2721`, which is that the ``deferrable`` keyword of :class:`.ForeignKeyConstraint` is silently ignored on the MySQL backend, will be reverted as of 0.9; this keyword will now render again, raising errors on MySQL as it is not understood - the same behavior will also apply to the ``initially`` keyword. In 0.8, the keywords will remain ignored but a warning is emitted. Additionally, the ``match`` keyword now raises a :class:`.CompileError` on 0.9 and emits a warning on 0.8; this keyword is not only silently ignored by MySQL but also breaks the ON UPDATE/ON DELETE options. To use a :class:`.ForeignKeyConstraint` that does not render or renders differently on MySQL, use a custom compilation option. An example of this usage has been added to the documentation, see :ref:`mysql_foreign_keys`. [ticket:2721] [ticket:2839] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cf1ac72bca8b/ Changeset: cf1ac72bca8b Branch: rel_0_8 User: zzzeek Date: 2013-10-18 21:00:42 Summary: - The change in :ticket:`2721`, which is that the ``deferrable`` keyword of :class:`.ForeignKeyConstraint` is silently ignored on the MySQL backend, will be reverted as of 0.9; this keyword will now render again, raising errors on MySQL as it is not understood - the same behavior will also apply to the ``initially`` keyword. In 0.8, the keywords will remain ignored but a warning is emitted. Additionally, the ``match`` keyword now raises a :class:`.CompileError` on 0.9 and emits a warning on 0.8; this keyword is not only silently ignored by MySQL but also breaks the ON UPDATE/ON DELETE options. To use a :class:`.ForeignKeyConstraint` that does not render or renders differently on MySQL, use a custom compilation option. An example of this usage has been added to the documentation, see :ref:`mysql_foreign_keys`. [ticket:2721] [ticket:2839] 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-15 23:07:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a5dc173ea673/ Changeset: a5dc173ea673 Branch: master User: zzzeek Date: 2013-10-16 01:06:21 Summary: - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` type is used on a primary key autoincrement column, based on server version detection of Postgresql version 9.2 or greater. [ticket:2840] 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 20:13:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/92534dc8f30d/ Changeset: 92534dc8f30d Branch: master User: zzzeek Date: 2013-10-14 22:12:54 Summary: The MySQL :class:`.mysql.SET` type now features the same auto-quoting behavior as that of :class:`.mysql.ENUM`. Quotes are not required when setting up the value, but quotes that are present will be auto-detected along with a warning. This also helps with Alembic where the SET type doesn't render with quotes. [ticket:2817] 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-14 18:57:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/78a38967c4ad/ Changeset: 78a38967c4ad Branch: master User: zzzeek Date: 2013-10-14 20:53:28 Summary: The ``.unique`` flag on :class:`.Index` could be produced as ``None`` if it was generated from a :class:`.Column` that didn't specify ``unique`` (where it defaults to ``None``). The flag will now always be ``True`` or ``False``. [ticket:2825] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/621c22ca31eb/ Changeset: 621c22ca31eb Branch: rel_0_8 User: zzzeek Date: 2013-10-14 20:56:45 Summary: The ``.unique`` flag on :class:`.Index` could be produced as ``None`` if it was generated from a :class:`.Column` that didn't specify ``unique`` (where it defaults to ``None``). The flag will now always be ``True`` or ``False``. [ticket:2825] Conflicts: lib/sqlalchemy/sql/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-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-14 14:29:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8869d17f7376/ Changeset: 8869d17f7376 Branch: None User: alex_gaynor Date: 2013-10-14 13:03:46 Summary: Perform fewer dict lookups - tiny microoptimization Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cdee1a9f2e0c/ Changeset: cdee1a9f2e0c Branch: master User: zzzeek Date: 2013-10-14 16:27:47 Summary: Merge pull request #35 from alex/less-dicts Perform fewer dict lookups - tiny microoptimization 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 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-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 18:10:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/366e74b1bef3/ Changeset: 366e74b1bef3 Branch: master User: zzzeek Date: 2013-10-13 20:09:35 Summary: MySQL-connector dialect now allows options in the create_engine query string to override those defaults set up in the connect, including "buffered" and "raise_on_warnings". [ticket:2515] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0cea9fd61c59/ Changeset: 0cea9fd61c59 Branch: rel_0_8 User: zzzeek Date: 2013-10-13 20:09:53 Summary: MySQL-connector dialect now allows options in the create_engine query string to override those defaults set up in the connect, including "buffered" and "raise_on_warnings". [ticket:2515] 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-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-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-11 16:49:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5f0b864ad024/ Changeset: 5f0b864ad024 Branch: master User: zzzeek Date: 2013-10-11 18:48:46 Summary: - The method signature of :meth:`.Dialect.reflecttable`, which in all known cases is provided by :class:`.DefaultDialect`, has been tightened to expect ``include_columns`` and ``exclude_columns`` arguments without any kw option, reducing ambiguity - previously ``exclude_columns`` was missing. [ticket:2748] 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-09 00:09:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e74627f82754/ Changeset: e74627f82754 Branch: master User: zzzeek Date: 2013-10-09 02:06:58 Summary: A :func:`.select` that is made to refer to itself in its FROM clause, typically via in-place mutation, will raise an informative error message rather than causing a recursion overflow. [ticket:2815] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e488bb47e4bd/ Changeset: e488bb47e4bd Branch: rel_0_8 User: zzzeek Date: 2013-10-09 02:08:35 Summary: A :func:`.select` that is made to refer to itself in its FROM clause, typically via in-place mutation, will raise an informative error message rather than causing a recursion overflow. [ticket:2815] Conflicts: lib/sqlalchemy/sql/selectable.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-08 23:49:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9df4651fba6d/ Changeset: 9df4651fba6d Branch: master User: zzzeek Date: 2013-10-09 01:47:13 Summary: Fixed bug where using an annotation such as :func:`.remote` or :func:`.foreign` on a :class:`.Column` before association with a parent :class:`.Table` could produce issues related to the parent table not rendering within joins, due to the inherent copy operation performed by an annotation. [ticket:2813] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/79f55eb20bf3/ Changeset: 79f55eb20bf3 Branch: rel_0_8 User: zzzeek Date: 2013-10-09 01:49:09 Summary: Fixed bug where using an annotation such as :func:`.remote` or :func:`.foreign` on a :class:`.Column` before association with a parent :class:`.Table` could produce issues related to the parent table not rendering within joins, due to the inherent copy operation performed by an annotation. [ticket:2813] 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-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-08 14:42:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d363a4b0bbc5/ Changeset: d363a4b0bbc5 Branch: master User: zzzeek Date: 2013-10-08 16:42:13 Summary: - fix a bunch of test failures 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 14:08:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b4165f9e0dd6/ Changeset: b4165f9e0dd6 Branch: None User: hjkim Date: 2013-10-08 09:19:08 Summary: Fix a typo: evaluted -> evaluated. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/92d477e4534e/ Changeset: 92d477e4534e Branch: rel_0_8 User: zzzeek Date: 2013-10-08 16:05:39 Summary: Merge pull request #32 from yoloseem/patch-1 Fix a typo: evaluted -> evaluated. 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-07 16:54:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9b2d90aa5f28/ Changeset: 9b2d90aa5f28 Branch: None User: zzzeek Date: 2013-10-07 18:51:38 Summary: - fix a glitch with how the default thing worked out Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d47a376863bd/ Changeset: d47a376863bd Branch: master User: zzzeek Date: 2013-10-07 18:53:04 Summary: - add an option to Bundle single_entity=True to allow for single entity returns without otherwise changing much [ticket:2824] 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-07 01:07:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/22d5a1e415d6/ Changeset: 22d5a1e415d6 Branch: None User: zzzeek Date: 2013-10-07 02:50:51 Summary: 11th hour realization that Load() needs to do the _chop_path() thing as well. this probably has some bugs Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d91449361654/ Changeset: d91449361654 Branch: master User: zzzeek Date: 2013-10-07 03:07:20 Summary: - add some tests for propagate of wildcard lazyload 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-07 00:46:20
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6da976f37430/ Changeset: 6da976f37430 Branch: ticket_1418 User: zzzeek Date: 2013-10-07 02:12:28 Summary: 11th hour realization that Load() needs to do the _chop_path() thing as well. this probably has some bugs 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. |