sqlalchemy-commits Mailing List for SQLAlchemy (Page 74)
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...> - 2014-02-17 19:55:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/88c23b8df22b/ Changeset: 88c23b8df22b Branch: None User: zzzeek Date: 2014-02-17 20:54:38 Summary: ill never remember this URL so put it here e Please enter the commit message for your changes. Lines starting Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 23:29:26
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a7e0d3e1e360/ Changeset: a7e0d3e1e360 Branch: None User: Roman Podoliaka Date: 2014-02-14 13:09:21 Summary: Fix unique constraints reflection in SQLite Reflection of unique constraints didn't work properly, if reserved identifiers had been used as column names. In this case column names would be put in double quotes (e.g. the name of column asc would be returned as "asc"). This issue is only present in 0.8.4 and not in 0.9.x. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/28ec4fdfc838/ Changeset: 28ec4fdfc838 Branch: None User: zzzeek Date: 2014-02-17 00:19:55 Summary: Merge branch 'fix_sqlite_uc_reflection' of https://github.com/malor/sqlalchemy into t Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/beb567ba6f01/ Changeset: beb567ba6f01 Branch: None User: zzzeek Date: 2014-02-17 00:28:35 Summary: - changelog for pullreq github:72. Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 23:15:27
|
8 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4eb5d44cecb5/ Changeset: 4eb5d44cecb5 Branch: None User: eblume Date: 2014-01-31 01:37:18 Summary: Don't include .egg files in the repo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c188526a7448/ Changeset: c188526a7448 Branch: None User: eblume Date: 2014-01-31 04:13:18 Summary: PEP-8 compliance for dialects/sqlite/base.py Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e47f99450378/ Changeset: e47f99450378 Branch: None User: eblume Date: 2014-02-04 01:55:00 Summary: SQLite dialect - support relection from affinity SQLite allows column types that aren't technically understood in sqlite by using 'data affinity', which is an algorithm for converting column types in to some sort of useful type that can be stored and retrieved from the db. Unfortunatly, this breaks reflection since we (previously) expected a sqlite db to reflect column types that we permit in the `ischema_names` for that dialect. This patch changes the logic for 'unknown' column types during reflection to instead run through SQLite's data affinity algorithm, and assigns appropriate types from that. It also expands the matching for column type to include column types with spaces (strongly discouraged but allowed by sqlite) and also completely empty column types (in which case the NullType is assigned, which sqlite will treat as a Blob - or rather, Blob is treated as NullType). These changes mean that SQLite will never raise an error for an unknown type during reflection - there will always be some 'useful' type returned, which follows the spirit of SQLite (accomodation before sanity!). Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/198a900bd19d/ Changeset: 198a900bd19d Branch: None User: zzzeek Date: 2014-02-16 22:43:42 Summary: Merge branch 'master' of https://github.com/eblume/sqlalchemy into t Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/79f801eae889/ Changeset: 79f801eae889 Branch: None User: zzzeek Date: 2014-02-16 23:10:05 Summary: - changelog + documentation for pullreq github:65 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5e100a70c513/ Changeset: 5e100a70c513 Branch: None User: zzzeek Date: 2014-02-16 23:20:18 Summary: - The SQLite dialect will now skip unsupported arguments when reflecting types; such as if it encounters a string like ``INTEGER(5)``, the :class:`.INTEGER` type will be instantiated without the "5" being included, based on detecting a ``TypeError`` on the first attempt. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5bc3b7fe6b88/ Changeset: 5bc3b7fe6b88 Branch: None User: zzzeek Date: 2014-02-16 23:20:35 Summary: - need qualifiers here... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/00c6ebb44089/ Changeset: 00c6ebb44089 Branch: None User: zzzeek Date: 2014-02-17 00:14:10 Summary: - rewrite SQLite reflection tests into one consistent fixture, which tests both _resolve_type_affinity() directly as well as round trip tests fully. Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 21:42:32
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7af5618dc95/ Changeset: c7af5618dc95 Branch: None User: Terentev Date: 2014-02-03 13:25:18 Summary: python_type for ARRAY (PGArray) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d54ba44c2ce2/ Changeset: d54ba44c2ce2 Branch: None User: zzzeek Date: 2014-02-16 22:40:04 Summary: Merge pull request #64 from LevonXXL/master python_type for ARRAY (PGArray) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/937e81be1645/ Changeset: 937e81be1645 Branch: None User: zzzeek Date: 2014-02-16 22:41:36 Summary: - changelog for pullreq github:64 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 21:39:34
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9927b8451622/ Changeset: 9927b8451622 Branch: None User: jplaverdure Date: 2013-11-08 17:58:35 Summary: Added changed(timestamp) on _history table and supprot for schemas Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/acbe8a9ac34f/ Changeset: acbe8a9ac34f Branch: None User: jplaverdure Date: 2013-11-08 22:11:54 Summary: Switched to UTC Timestamp Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4dd7bf58c087/ Changeset: 4dd7bf58c087 Branch: None User: zzzeek Date: 2014-02-16 22:23:54 Summary: Merge branch 'patch-1' of https://github.com/jplaverdure/sqlalchemy into t Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4588a0e60358/ Changeset: 4588a0e60358 Branch: None User: zzzeek Date: 2014-02-16 22:38:09 Summary: - use column.info to detect those cols part of "versioning" - pep8 cleanup - fix tests for "changed" column - document that "changed" is optional - changelog Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 19:44:26
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1921e7a3cbff/ Changeset: 1921e7a3cbff Branch: None User: zzzeek Date: 2014-02-16 20:28:56 Summary: - extensive cross-linking of relationship options with their documentation sections - convert all paramter references in relationship documentation to :paramref: Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dd6362aed772/ Changeset: dd6362aed772 Branch: rel_0_8 User: zzzeek Date: 2014-02-16 20:41:53 Summary: - extensive cross-linking of relationship options with their documentation sections - convert all paramter references in relationship documentation to :paramref: Conflicts: doc/build/orm/relationships.rst lib/sqlalchemy/ext/declarative/__init__.py lib/sqlalchemy/orm/relationships.py Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a79efa2aa48f/ Changeset: a79efa2aa48f Branch: None User: zzzeek Date: 2014-02-16 20:43:26 Summary: this isn't really the mainstream use case here; would need to talk about non-equality operators in general. Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 17:48:21
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d5188b1926d/ Changeset: 9d5188b1926d Branch: None User: zzzeek Date: 2014-02-16 18:43:46 Summary: - add cross-linking for passive_deletes / passive_updates Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0dc4beaa08b9/ Changeset: 0dc4beaa08b9 Branch: rel_0_8 User: zzzeek Date: 2014-02-16 18:47:19 Summary: - add cross-linking for passive_deletes / passive_updates Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/945b87b2d868/ Changeset: 945b87b2d868 Branch: None User: zzzeek Date: 2014-02-16 18:47:43 Summary: remove redundant see also Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 17:06:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3b1b554081d/ Changeset: c3b1b554081d Branch: None User: zzzeek Date: 2014-02-16 18:03:00 Summary: - add documentation regarding native hstore flag, psycopg2 hstore extension. #2959 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/929ff9259848/ Changeset: 929ff9259848 Branch: rel_0_8 User: zzzeek Date: 2014-02-16 18:03:53 Summary: - add documentation regarding native hstore flag, psycopg2 hstore extension. #2959 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-16 01:53:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/70ed9c8b559b/ Changeset: 70ed9c8b559b Branch: None User: zzzeek Date: 2014-02-16 02:51:38 Summary: - expand docs on MySQL table arguments beyond just storage engines - clarify section on "foreign key reflection" and group this in a section that refers to foreign keys. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1a7b5d55c9a3/ Changeset: 1a7b5d55c9a3 Branch: rel_0_8 User: zzzeek Date: 2014-02-16 02:52:33 Summary: - expand docs on MySQL table arguments beyond just storage engines - clarify section on "foreign key reflection" and group this in a section that refers to foreign keys. Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-14 20:46:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/17ecf15a3b1d/ Changeset: 17ecf15a3b1d Branch: None User: zzzeek Date: 2014-02-14 21:45:18 Summary: - cross link remote_side/self-referential - trim off fn prefix on some relationship parameter names Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-14 19:40:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5330c02b7297/ Changeset: 5330c02b7297 Branch: None User: zzzeek Date: 2014-02-14 20:36:06 Summary: this is for 0.9.3 also Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/28229a35e023/ Changeset: 28229a35e023 Branch: None User: zzzeek Date: 2014-02-14 20:39:41 Summary: - Added server version detection to the newly added dialect startup query for "show standard_conforming_strings"; as this variable was added as of PG 8.2, we skip the query for PG versions older than that as well as for backends like Redshift. #2946 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-14 19:33:17
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ffa6f45ec392/ Changeset: ffa6f45ec392 Branch: None User: zzzeek Date: 2014-02-14 20:32:00 Summary: - Revised this very old issue where the Postgresql "get primary key" reflection query were updated to take into account primary key constraints that were renamed; the newer query fails on very old versions of Postgresql such as version 7, so the old query is restored in those cases when server_version_info < (8, 0) is detected. #2291 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/30febd7c193b/ Changeset: 30febd7c193b Branch: rel_0_8 User: zzzeek Date: 2014-02-14 20:32:30 Summary: - Revised this very old issue where the Postgresql "get primary key" reflection query were updated to take into account primary key constraints that were renamed; the newer query fails on very old versions of Postgresql such as version 7, so the old query is restored in those cases when server_version_info < (8, 0) is detected. #2291 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-14 18:18:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3e7caad3cfe6/ Changeset: 3e7caad3cfe6 Branch: None User: zzzeek Date: 2014-02-14 19:17:58 Summary: - use an OrderedDict here so that tests are more deterministic Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-13 20:22:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/036cb93abfb4/ Changeset: 036cb93abfb4 Branch: None User: zzzeek Date: 2014-02-13 21:19:12 Summary: - Fixed bug where :meth:`.in_()` would go into an endless loop if erroneously passed a column expression whose comparator included the ``__getitem__()`` method, such as a column that uses the :class:`.postgresql.ARRAY` type. [ticket:2957] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b87935ed4409/ Changeset: b87935ed4409 Branch: rel_0_8 User: zzzeek Date: 2014-02-13 21:21:28 Summary: - Fixed bug where :meth:`.in_()` would go into an endless loop if erroneously passed a column expression whose comparator included the ``__getitem__()`` method, such as a column that uses the :class:`.postgresql.ARRAY` type. [ticket:2957] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-12 00:57:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4a79bc578c67/ Changeset: 4a79bc578c67 Branch: None User: zzzeek Date: 2014-02-12 01:55:34 Summary: - Fixed bug where :class:`.AbstractConcreteBase` would fail to be fully usable within declarative relationship configuration, as its string classname would not be available in the registry of classnames at mapper configuration time. The class now explicitly adds itself to the class regsitry, and additionally both :class:`.AbstractConcreteBase` as well as :class:`.ConcreteBase` set themselves up *before* mappers are configured within the :func:`.configure_mappers` setup, using the new :meth:`.MapperEvents.before_configured` event. [ticket:2950] - Added new :meth:`.MapperEvents.before_configured` event which allows an event at the start of :func:`.configure_mappers`, as well as ``__declare_first__()`` hook within declarative to complement ``__declare_last__()``. - modified how after_configured is invoked; we just make a dispatch() not actually connected to any mapper. this makes it easier to also invoke before_configured correctly. - improved the ComparableEntity fixture to handle collections that are sets. Affected #: 8 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-11 23:01:06
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bd98bd5fffd5/ Changeset: bd98bd5fffd5 Branch: None User: Matt (work) Date: 2014-02-11 23:26:03 Summary: Parse server version info more robustly Closes #2934 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c036cca67e13/ Changeset: c036cca67e13 Branch: None User: zzzeek Date: 2014-02-11 23:57:40 Summary: Merge pull request #69 from sloat/pr2934 Fixes server version parsing in cymysql dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0050a8d3db04/ Changeset: 0050a8d3db04 Branch: None User: zzzeek Date: 2014-02-12 00:00:10 Summary: - changelog for [ticket:2934] Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-11 00:20:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bf934018a52b/ Changeset: bf934018a52b Branch: None User: zzzeek Date: 2014-02-11 01:17:00 Summary: - for TextAsFrom, put the "inner" columns in the result map directly. Have also considered linking column.label() to the "column" itself being in the result map but this reveals some naming collision problems (that also seem to be very poorly tested...). This should be as far as we want to go right now with [ticket:2932]. Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-10 22:44:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7d56f6c8077a/ Changeset: 7d56f6c8077a Branch: None User: zzzeek Date: 2014-02-10 23:43:37 Summary: this example doesn't work, we don't really have a solution for this as far as automating this pattern Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/50d60cfb9945/ Changeset: 50d60cfb9945 Branch: rel_0_8 User: zzzeek Date: 2014-02-10 23:44:09 Summary: this example doesn't work, we don't really have a solution for this as far as automating this pattern Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-10 21:38:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/093ce65c5fc7/ Changeset: 093ce65c5fc7 Branch: None User: zzzeek Date: 2014-02-10 22:37:32 Summary: - dont need these extra conditions from the previous test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0470c5c5a68b/ Changeset: 0470c5c5a68b Branch: rel_0_8 User: zzzeek Date: 2014-02-10 22:37:59 Summary: - dont need these extra conditions from the previous test Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-10 21:34:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2a25e42c08e7/ Changeset: 2a25e42c08e7 Branch: None User: zzzeek Date: 2014-02-10 22:33:48 Summary: - Fixed bug where :meth:`.Query.get` would fail to consistently raise the :class:`.InvalidRequestError` that invokes when called on a query with existing criterion, when the given identity is already present in the identity map. [ticket:2951] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/99717570ff08/ Changeset: 99717570ff08 Branch: rel_0_8 User: zzzeek Date: 2014-02-10 22:34:19 Summary: - Fixed bug where :meth:`.Query.get` would fail to consistently raise the :class:`.InvalidRequestError` that invokes when called on a query with existing criterion, when the given identity is already present in the identity map. [ticket:2951] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-09 21:48:41
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ab738c21aa54/ Changeset: ab738c21aa54 Branch: None User: zzzeek Date: 2014-02-09 22:47:20 Summary: - Fixed an 0.9 regression where ORM instance or mapper events applied to a base class such as a declarative base with the propagate=True flag would fail to apply to existing mapped classes which also used inheritance due to an assertion. Addtionally, repaired an attribute error which could occur during removal of such an event, depending on how it was first assigned. [ticket:2949] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-09 02:24:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ee88e648f7a5/ Changeset: ee88e648f7a5 Branch: None User: zzzeek Date: 2014-02-09 03:24:13 Summary: - Fixed bug where the :class:`.AutomapBase` class of the new automap extension would fail if classes were pre-arranged in single or potentially joined inheritance patterns. The repaired joined inheritance issue could also potentially apply when using :class:`.DeferredReflection` as well. Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-06 00:26:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5c188f6c1ce8/ Changeset: 5c188f6c1ce8 Branch: None User: zzzeek Date: 2014-02-06 01:25:13 Summary: - More issues with [ticket:2932] first resolved in 0.9.2 where using a column key of the form ``<tablename>_<columnname>`` matching that of an aliased column in the text would still not match at the ORM level, which is ultimately due to a core column-matching issue. Additional rules have been added so that the column ``_label`` is taken into account when working with a :class:`.TextAsFrom` construct or with literal columns. [ticket:2932] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-05 21:55:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d006198e17fc/ Changeset: d006198e17fc Branch: None User: farvour Date: 2014-02-05 22:40:55 Summary: Add naming convention support when using schema in the metadata. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c5dccd82dabf/ Changeset: c5dccd82dabf Branch: None User: zzzeek Date: 2014-02-05 22:54:31 Summary: - Fixed regression in new "naming convention" feature where conventions would fail if the referred table in a foreign key contained a schema name. Pull request courtesy Thomas Farvour. pullreq github:67 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-02-05 17:12:43
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/16cd07c4f896/ Changeset: 16cd07c4f896 Branch: None User: zzzeek Date: 2014-02-05 18:03:46 Summary: - Fixed bug where so-called "literal render" of :func:`.bindparam` constructs would fail if the bind were constructed with a callable, rather than a direct value. This prevented ORM expressions from being rendered with the "literal_binds" compiler flag. 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. |