Thread: [Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets (Page 7)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-01 00:27:53
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/62d81c2ebdb6/ Changeset: 62d81c2ebdb6 Branch: None User: zzzeek Date: 2014-09-01 02:26:40 Summary: - walk back these literal SQL lectures into something much more succinct. the ORM one in particular was really long winded and I don't really care if people use text() anyway, they'll figure it out ;) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c6998833755e/ Changeset: c6998833755e Branch: ticket_2992 User: zzzeek Date: 2014-09-01 02:27:27 Summary: Merge branch 'master' into ticket_2992 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b2ebab0cd499/ Changeset: b2ebab0cd499 Branch: rel_0_9 User: zzzeek Date: 2014-09-01 02:27:38 Summary: - walk back these literal SQL lectures into something much more succinct. the ORM one in particular was really long winded and I don't really care if people use text() anyway, they'll figure it out ;) 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-09-02 18:27:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ec840a6eea05/ Changeset: ec840a6eea05 Branch: None User: zzzeek Date: 2014-09-02 20:18:09 Summary: - An adjustment to table/index reflection such that if an index reports a column that isn't found to be present in the table, a warning is emitted and the column is skipped. This can occur for some special system column situations as has been observed with Oracle. fixes #3180 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/da9e8be876fe/ Changeset: da9e8be876fe Branch: None User: zzzeek Date: 2014-09-02 20:24:33 Summary: - backport the expects_warning() context manager from 1.0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/34c0aaeedaf9/ Changeset: 34c0aaeedaf9 Branch: rel_0_9 User: zzzeek Date: 2014-09-02 20:24:49 Summary: - An adjustment to table/index reflection such that if an index reports a column that isn't found to be present in the table, a warning is emitted and the column is skipped. This can occur for some special system column situations as has been observed with Oracle. fixes #3180 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-07 22:11:21
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/77e6046ff01a/ Changeset: 77e6046ff01a Branch: None User: zzzeek Date: 2014-09-08 00:10:40 Summary: - mako_layout isn't used, remove it - to check for epub look at "builder" Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e5f640055161/ Changeset: e5f640055161 Branch: rel_0_9 User: zzzeek Date: 2014-09-08 00:10:59 Summary: - mako_layout isn't used, remove it - to check for epub look at "builder" Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1f93a505b8dd/ Changeset: 1f93a505b8dd Branch: rel_0_8 User: zzzeek Date: 2014-09-08 00:11:03 Summary: - mako_layout isn't used, remove it - to check for epub look at "builder" 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-09-09 23:00:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/706d4fcc4f69/ Changeset: 706d4fcc4f69 Branch: None User: zzzeek Date: 2014-09-10 00:59:59 Summary: - for whatever reason, Insert.values() with multi values wasn't in the 0.8 migration, so let's just add that Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5ba89cf3e4e6/ Changeset: 5ba89cf3e4e6 Branch: rel_0_9 User: zzzeek Date: 2014-09-10 01:00:29 Summary: - for whatever reason, Insert.values() with multi values wasn't in the 0.8 migration, so let's just add that Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6434b6b9ac00/ Changeset: 6434b6b9ac00 Branch: rel_0_8 User: zzzeek Date: 2014-09-10 01:00:34 Summary: - for whatever reason, Insert.values() with multi values wasn't in the 0.8 migration, so let's just add that 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-09-14 13:04:36
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7fd3f05805a7/ Changeset: 7fd3f05805a7 Branch: None User: JimHokanson Date: 2014-09-14 06:25:41 Summary: Updated documenation for engines.rst Clarified connecting to absolute path for sqlite using Windows. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ce244b9ed297/ Changeset: ce244b9ed297 Branch: rel_0_9 User: JimHokanson Date: 2014-09-14 15:04:16 Summary: Updated documenation for engines.rst Clarified connecting to absolute path for sqlite using Windows. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8db30d7a2bc3/ Changeset: 8db30d7a2bc3 Branch: rel_0_8 User: JimHokanson Date: 2014-09-14 15:04:23 Summary: Updated documenation for engines.rst Clarified connecting to absolute path for sqlite using Windows. 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-09-16 19:11:36
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4f39e3839f8a/ Changeset: 4f39e3839f8a Branch: None User: Jan Date: 2014-09-16 20:54:27 Summary: Added EXASolution dialect to documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7094193c6159/ Changeset: 7094193c6159 Branch: None User: zzzeek Date: 2014-09-16 21:10:36 Summary: Merge pull request #138 from BY-jk/master Added EXASolution dialect to documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7b2c3e769bc0/ Changeset: 7b2c3e769bc0 Branch: rel_0_9 User: Jan Date: 2014-09-16 21:11:15 Summary: Added EXASolution dialect to documentation 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-09-17 19:41:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/354e118f4be3/ Changeset: 354e118f4be3 Branch: None User: zzzeek Date: 2014-09-17 19:39:47+00:00 Summary: - we can start checking these flake rules Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1f2f88d8ffaa/ Changeset: 1f2f88d8ffaa Branch: None User: zzzeek Date: 2014-09-17 19:40:09+00:00 Summary: - not sure what this is testing but remove the self.l that might be contributing to pypy not cleaning up on this one Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/961da32afb4f/ Changeset: 961da32afb4f Branch: rel_0_9 User: zzzeek Date: 2014-09-17 19:41:04+00:00 Summary: - not sure what this is testing but remove the self.l that might be contributing to pypy not cleaning up on this one Conflicts: test/orm/test_eager_relations.py Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-09-26 20:26:03
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6aea828c45d/ Changeset: d6aea828c45d Branch: rel_0_9 User: zzzeek Date: 2014-09-26 18:36:55+00:00 Summary: - flake8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fbddf193a684/ Changeset: fbddf193a684 Branch: None User: zzzeek Date: 2014-09-26 18:55:36+00:00 Summary: - Fixed bug where a "branched" connection, that is the kind you get when you call :meth:`.Connection.connect`, would not share invalidation status with the parent. The architecture of branching has been tweaked a bit so that the branched connection defers to the parent for all invalidation status and operations. fixes #3215 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b89523f0b75e/ Changeset: b89523f0b75e Branch: None User: zzzeek Date: 2014-09-26 20:25:26+00:00 Summary: - Fixed bug where a "branched" connection, that is the kind you get when you call :meth:`.Connection.connect`, would not share transaction status with the parent. The architecture of branching has been tweaked a bit so that the branched connection defers to the parent for all transactional status and operations. fixes #3190 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-12 00:12:44
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ce52dd9e3b71/ Changeset: ce52dd9e3b71 Branch: None User: ndparker Date: 2014-09-23 21:28:11+00:00 Summary: improve exception vs. exit handling Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/690532131d8c/ Changeset: 690532131d8c Branch: None User: ndparker Date: 2014-10-02 20:00:31+00:00 Summary: cleanup exception handling - use new exception hierarchy (since python 2.5) Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f7b119705aef/ Changeset: f7b119705aef Branch: None User: zzzeek Date: 2014-10-12 00:08:27+00:00 Summary: Merge remote-tracking branch 'origin/pr/140' into pr140 Affected #: 13 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-10-13 00:18:31
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0426d174e4a6/ Changeset: 0426d174e4a6 Branch: None User: zzzeek Date: 2014-10-12 23:37:14+00:00 Summary: - the test_except test was doing an unnecessary workaround of some kind, take that out, restore the better exception logic in exc Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/50d2432a9efa/ Changeset: 50d2432a9efa Branch: None User: zzzeek Date: 2014-10-13 00:14:32+00:00 Summary: - Mysqlconnector as of version 2.0, probably as a side effect of the python 3 merge, now does not expect percent signs (e.g. as used as the modulus operator and others) to be doubled, even when using the "pyformat" bound parameter format (this change is not documented by Mysqlconnector). The dialect now checks for py2k and for mysqlconnector less than version 2.0 when detecting if the modulus operator should be rendered as ``%%`` or ``%``. - Unicode SQL is now passed for MySQLconnector version 2.0 and above; for Py2k and MySQL < 2.0, strings are encoded. Note that mysqlconnector as of 2.0.1 appears to have a bug with unicode DDL on py2k, so the tests here are skipping until we observe it's fixed. - take out profiling on mysqlconnector, callcounts vary too much with its current development speed Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/79808752a364/ Changeset: 79808752a364 Branch: rel_0_9 User: zzzeek Date: 2014-10-13 00:18:09+00:00 Summary: - Mysqlconnector as of version 2.0, probably as a side effect of the python 3 merge, now does not expect percent signs (e.g. as used as the modulus operator and others) to be doubled, even when using the "pyformat" bound parameter format (this change is not documented by Mysqlconnector). The dialect now checks for py2k and for mysqlconnector less than version 2.0 when detecting if the modulus operator should be rendered as ``%%`` or ``%``. - Unicode SQL is now passed for MySQLconnector version 2.0 and above; for Py2k and MySQL < 2.0, strings are encoded. Note that mysqlconnector as of 2.0.1 appears to have a bug with unicode DDL on py2k, so the tests here are skipping until we observe it's fixed. - take out profiling on mysqlconnector, callcounts vary too much with its current development speed Conflicts: test/profiles.txt Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-10-15 13:57:59
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d06e9c361fe0/ Changeset: d06e9c361fe0 Branch: None User: mozillazg Date: 2014-10-15 13:40:19+00:00 Summary: Fixed typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6bf29e5dc237/ Changeset: 6bf29e5dc237 Branch: rel_0_9 User: mozillazg Date: 2014-10-15 13:56:48+00:00 Summary: Fixed typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8aafe64b3000/ Changeset: 8aafe64b3000 Branch: rel_0_8 User: mozillazg Date: 2014-10-15 13:57:38+00:00 Summary: Fixed typo Conflicts: lib/sqlalchemy/sql/schema.py Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-11-06 22:43:53
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b09f1423b38/ Changeset: 4b09f1423b38 Branch: None User: Paulo Bu Date: 2014-11-06 20:14:17+00:00 Summary: Small improvement on FlushError can't update error message Output in the error message the table name and the column name. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b1777288ba9/ Changeset: 9b1777288ba9 Branch: None User: zzzeek Date: 2014-11-06 22:41:16+00:00 Summary: Merge pull request #149 from pbu88/small_error_reporting_improvement_update Small improvement on FlushError can't update error message Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/68f1bcc9da19/ Changeset: 68f1bcc9da19 Branch: ticket_3100 User: zzzeek Date: 2014-11-06 22:43:01+00:00 Summary: Merge branch 'master' into ticket_3100 Conflicts: lib/sqlalchemy/orm/persistence.py 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-11-26 04:34:25
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d69f44b78090/ Changeset: d69f44b78090 Branch: None User: zzzeek Date: 2014-11-26 04:28:54+00:00 Summary: - add a new option --force-write-profiles to rewrite profiles even if they are passing Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ee38bcdec26d/ Changeset: ee38bcdec26d Branch: None User: zzzeek Date: 2014-11-26 04:29:15+00:00 Summary: - refresh all zoomark profiles Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/79c0aa6b7320/ Changeset: 79c0aa6b7320 Branch: None User: zzzeek Date: 2014-11-26 04:33:47+00:00 Summary: - use self.parent, not table here as there's an attributeerror trap for self.table that behaves differently in py3k 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-11-26 18:41:54
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f6c64fd0a64f/ Changeset: f6c64fd0a64f Branch: None User: jon_nelson Date: 2014-11-15 02:01:11+00:00 Summary: Merged zzzeek/sqlalchemy into master Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5fd779df0c95/ Changeset: 5fd779df0c95 Branch: None User: jon_nelson Date: 2014-11-15 04:20:56+00:00 Summary: - fix minor spelling error Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/07f3aff03b8d/ Changeset: 07f3aff03b8d Branch: master User: zzzeek Date: 2014-11-26 18:41:42+00:00 Summary: Merged in jon_nelson/sqlalchemy/minor_spelling_error (pull request #37) - fix minor spelling error 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-12-05 19:47:19
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ec6214457ed7/ Changeset: ec6214457ed7 Branch: None User: zzzeek Date: 2014-12-05 19:19:36+00:00 Summary: - pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d521b1ed4463/ Changeset: d521b1ed4463 Branch: rel_0_9 User: zzzeek Date: 2014-12-05 19:21:45+00:00 Summary: - pep8 (cherry picked from commit ec6214457ed71f0ae87d83076e084214650aae5d) Conflicts: test/dialect/test_sqlite.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0ce045bd853e/ Changeset: 0ce045bd853e Branch: None User: zzzeek Date: 2014-12-05 19:46:43+00:00 Summary: - The SQLite dialect, when using the :class:`.sqlite.DATE`, :class:`.sqlite.TIME`, or :class:`.sqlite.DATETIME` types, and given a ``storage_format`` that only renders numbers, will render the types in DDL as ``DATE_CHAR``, ``TIME_CHAR``, and ``DATETIME_CHAR``, so that despite the lack of alpha characters in the values, the column will still deliver the "text affinity". Normally this is not needed, as the textual values within the default storage formats already imply text. fixes #3257 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-12-19 18:59:26
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8ae47dc6e0a9/ Changeset: 8ae47dc6e0a9 Branch: None User: plaes Date: 2014-12-19 17:32:27+00:00 Summary: Maul the evaulate & friends typo Affected #: 13 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6e7701d53414/ Changeset: 6e7701d53414 Branch: rel_0_9 User: plaes Date: 2014-12-19 18:56:03+00:00 Summary: Maul the evaulate & friends typo (cherry picked from commit 8ae47dc6e0a98b359247040236be0810b9086f40) Conflicts: doc/build/changelog/changelog_10.rst doc/build/changelog/migration_10.rst lib/sqlalchemy/ext/declarative/base.py Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e83d2f6fa66d/ Changeset: e83d2f6fa66d Branch: rel_0_8 User: plaes Date: 2014-12-19 18:57:55+00:00 Summary: Maul the evaulate & friends typo this is only a small part of the cherry-pick as the docs have been reorganized since 0.8 (cherry picked from commit 8ae47dc6e0a98b359247040236be0810b9086f40) Conflicts: doc/build/changelog/changelog_10.rst doc/build/changelog/migration_10.rst lib/sqlalchemy/ext/declarative/base.py (cherry picked from commit 6e7701d534141ed8c4cba668792f2bb528a5af61) Conflicts: doc/build/changelog/changelog_09.rst lib/sqlalchemy/dialects/postgresql/json.py lib/sqlalchemy/orm/query.py lib/sqlalchemy/sql/dml.py lib/sqlalchemy/sql/elements.py lib/sqlalchemy/sql/operators.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...> - 2015-01-02 01:17:44
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/da1aa2590851/ Changeset: da1aa2590851 Branch: None User: zzzeek Date: 2015-01-01 18:14:05+00:00 Summary: - remove the "edges" from the message here. It's illegible Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8f5e4acbf693/ Changeset: 8f5e4acbf693 Branch: None User: zzzeek Date: 2015-01-01 18:39:42+00:00 Summary: - Added a new accessor :attr:`.Table.foreign_key_constraints` to complement the :attr:`.Table.foreign_keys` collection, as well as :attr:`.ForeignKeyConstraint.referred_table`. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/21f47124ab43/ Changeset: 21f47124ab43 Branch: None User: zzzeek Date: 2015-01-02 01:17:06+00:00 Summary: - restate sort_tables in terms of a more fine grained sort_tables_and_constraints function. - The DDL generation system of :meth:`.MetaData.create_all` and :meth:`.Metadata.drop_all` has been enhanced to in most cases automatically handle the case of mutually dependent foreign key constraints; the need for the :paramref:`.ForeignKeyConstraint.use_alter` flag is greatly reduced. The system also works for constraints which aren't given a name up front; only in the case of DROP is a name required for at least one of the constraints involved in the cycle. fixes #3282 Affected #: 17 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...> - 2015-02-09 20:29:55
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03038f7e7550/ Changeset: 03038f7e7550 Branch: None User: zzzeek Date: 2015-02-09 20:08:52+00:00 Summary: - flake8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b468f29bf55d/ Changeset: b468f29bf55d Branch: rel_0_9 User: zzzeek Date: 2015-02-09 20:09:09+00:00 Summary: - flake8 (cherry picked from commit 03038f7e75500e7d5388dedd79d9b35e01b3a677) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1ad236127c06/ Changeset: 1ad236127c06 Branch: None User: zzzeek Date: 2015-02-09 20:29:14+00:00 Summary: - A warning is emitted when :func:`.cast` is used with the MySQL dialect on a type where MySQL does not support CAST; MySQL only supports CAST on a subset of datatypes. SQLAlchemy has for a long time just omitted the CAST for unsupported types in the case of MySQL. While we don't want to change this now, we emit a warning to show that it's taken place. A warning is also emitted when a CAST is used with an older MySQL version (< 4) that doesn't support CAST at all, it's skipped in this case as well. fixes #3237 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...> - 2015-03-01 20:43:54
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/244bdae43fe7/ Changeset: 244bdae43fe7 Branch: None User: zzzeek Date: 2015-03-01 16:59:41+00:00 Summary: - factor setup into a function Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0bda660d92d8/ Changeset: 0bda660d92d8 Branch: None User: zzzeek Date: 2015-03-01 19:41:42+00:00 Summary: - inlining is commented out but overall structures are in place w 100% tests passing Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4ea92df5ee4d/ Changeset: 4ea92df5ee4d Branch: row_proc_integration_3 User: zzzeek Date: 2015-03-01 20:42:11+00:00 Summary: - turn on population fully. the change we have to make here is to no longer attempt to locate deferred columns in the result. if a column is desired as undeferred, it needs to be stated as such. 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...> - 2015-03-11 18:48:45
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b815e9483319/ Changeset: b815e9483319 Branch: None User: zzzeek Date: 2015-03-11 18:46:52+00:00 Summary: - Added a new entry ``"entity"`` to the dictionaries returned by :attr:`.Query.column_descriptions`. This refers to the primary ORM mapped class or aliased class that is referred to by the expression. Compared to the existing entry for ``"type"``, it will always be a mapped entity, even if extracted from a column expression, or None if the given expression is a pure core expression. references #3320 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/285ed82f1324/ Changeset: 285ed82f1324 Branch: None User: zzzeek Date: 2015-03-11 18:47:21+00:00 Summary: - Added a new entry ``"entity"`` to the dictionaries returned by :attr:`.Query.column_descriptions`. This refers to the primary ORM mapped class or aliased class that is referred to by the expression. Compared to the existing entry for ``"type"``, it will always be a mapped entity, even if extracted from a column expression, or None if the given expression is a pure core expression. references #3320 (cherry picked from commit b815e9483319b93f98bef11c7d47378441f78d21) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/950d143ccbbd/ Changeset: 950d143ccbbd Branch: rel_0_9 User: zzzeek Date: 2015-03-11 18:48:17+00:00 Summary: 0.9.10 bump 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...> - 2015-03-12 00:31:43
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5ccda3f2d95d/ Changeset: 5ccda3f2d95d Branch: None User: zzzeek Date: 2015-03-11 22:20:35+00:00 Summary: Merge branch 'master' into ticket_3054 Conflicts: examples/performance/short_selects.py lib/sqlalchemy/orm/query.py Affected #: 207 files https://bitbucket.org/zzzeek/sqlalchemy/commits/944fa00211db/ Changeset: 944fa00211db Branch: ticket_3054 User: zzzeek Date: 2015-03-12 00:17:08+00:00 Summary: - API cleanup - docs - lets go Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e3b46bd62405/ Changeset: e3b46bd62405 Branch: None User: zzzeek Date: 2015-03-12 00:31:11+00:00 Summary: - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This simple but unusual system allows for a dramatic savings in Python overhead for the construction and processing of orm :class:`.Query` objects, from query construction up through rendering of a string SQL statement. fixes #3054 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...> - 2015-03-12 15:50:42
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d5971b443038/ Changeset: d5971b443038 Branch: rel_0_8 User: zzzeek Date: 2015-03-12 15:49:35+00:00 Summary: - fix quantize recipe, fixes #3322 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e42d8184ac08/ Changeset: e42d8184ac08 Branch: None User: zzzeek Date: 2015-03-12 15:50:00+00:00 Summary: - fix quantize recipe, fixes #3322 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/891fec2f5fad/ Changeset: 891fec2f5fad Branch: rel_0_9 User: zzzeek Date: 2015-03-12 15:50:14+00:00 Summary: - fix quantize recipe, fixes #3322 (cherry picked from commit e42d8184ac087e12e463f938e6a07759cc6392ca) 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...> - 2015-03-14 14:18:02
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f23e65dabab/ Changeset: 3f23e65dabab Branch: None User: zzzeek Date: 2015-03-14 14:17:12+00:00 Summary: - remove now-misleading comment that SQLite doesn't support MATCH, since they've apparently added something for it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8c9d8552c25f/ Changeset: 8c9d8552c25f Branch: rel_0_9 User: zzzeek Date: 2015-03-14 14:17:34+00:00 Summary: - remove now-misleading comment that SQLite doesn't support MATCH, since they've apparently added something for it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3c3dc2bce9f0/ Changeset: 3c3dc2bce9f0 Branch: rel_0_8 User: zzzeek Date: 2015-03-14 14:17:43+00:00 Summary: - remove now-misleading comment that SQLite doesn't support MATCH, since they've apparently added something for it 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...> - 2015-03-17 21:32:56
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/138293c246fb/ Changeset: 138293c246fb Branch: None User: zzzeek Date: 2015-03-17 21:32:16+00:00 Summary: - fix typo, fixes #3325 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/251df930b216/ Changeset: 251df930b216 Branch: rel_0_9 User: zzzeek Date: 2015-03-17 21:32:32+00:00 Summary: - fix typo, fixes #3325 (cherry picked from commit 138293c246fbf8c6693044a89fe788d0d0446113) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8496aee4a3a3/ Changeset: 8496aee4a3a3 Branch: rel_0_8 User: zzzeek Date: 2015-03-17 21:32:38+00:00 Summary: - fix typo, fixes #3325 (cherry picked from commit 138293c246fbf8c6693044a89fe788d0d0446113) 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...> - 2015-03-24 23:31:02
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/422fca43f8af/ Changeset: 422fca43f8af Branch: None User: zzzeek Date: 2015-03-24 23:30:09+00:00 Summary: fdb drivers seem to be no longer available Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d1d86375e89c/ Changeset: d1d86375e89c Branch: rel_0_9 User: zzzeek Date: 2015-03-24 23:30:26+00:00 Summary: fdb drivers seem to be no longer available (cherry picked from commit 422fca43f8af1bfba0c2a2d24aa2eca7fc3bd558) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ce0aff9eb58f/ Changeset: ce0aff9eb58f Branch: rel_0_8 User: zzzeek Date: 2015-03-24 23:30:34+00:00 Summary: fdb drivers seem to be no longer available (cherry picked from commit 422fca43f8af1bfba0c2a2d24aa2eca7fc3bd558) 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. |