sqlalchemy-commits Mailing List for SQLAlchemy (Page 56)
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-09-15 19:30:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/47a6ffe09018/ Changeset: 47a6ffe09018 Branch: None User: zzzeek Date: 2014-09-15 21:29:54 Summary: - cant do xargs in tox.ini as it doesnt run outside of postgresql/mysql 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-15 19:00:00
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8b7f57d258e3/ Changeset: 8b7f57d258e3 Branch: None User: zzzeek Date: 2014-09-15 20:53:20 Summary: - fix issue where nose Failure object comes into play here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2c46128a2ffa/ Changeset: 2c46128a2ffa Branch: None User: zzzeek Date: 2014-09-15 20:57:41 Summary: - use compat.u for python3.2, fixes #3198 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5e856ed3cbaa/ Changeset: 5e856ed3cbaa Branch: None User: zzzeek Date: 2014-09-15 20:59:27 Summary: - fix issue where nose Failure object comes into play here Conflicts: lib/sqlalchemy/testing/plugin/noseplugin.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e55e5f3b7008/ Changeset: e55e5f3b7008 Branch: rel_0_9 User: zzzeek Date: 2014-09-15 20:59:32 Summary: - use compat.u for python3.2, fixes #3198 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-15 01:43:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d7498cf4adb8/ Changeset: d7498cf4adb8 Branch: None User: zzzeek Date: 2014-09-15 03:41:13 Summary: - remove some crufty old testing options - reestablish the "bootstrap" system of loading the test runners in testing/plugin; using the updated approach we just came up with for alembic. Coverage should be fixed now when running either py.test or nose. fixes #3196 - upgrade tox.ini and start using a .coveragerc file Affected #: 12 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-11 15:52:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f98c89d2bee2/ Changeset: f98c89d2bee2 Branch: None User: zzzeek Date: 2014-09-11 17:51:44 Summary: - Fixed warning that would emit when a complex self-referential primaryjoin contained functions, while at the same time remote_side was specified; the warning would suggest setting "remote side". It now only emits if remote_side isn't present. fixes #3194 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9eeb3a118d79/ Changeset: 9eeb3a118d79 Branch: rel_0_9 User: zzzeek Date: 2014-09-11 17:52:14 Summary: - Fixed warning that would emit when a complex self-referential primaryjoin contained functions, while at the same time remote_side was specified; the warning would suggest setting "remote side". It now only emits if remote_side isn't present. fixes #3194 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-09-10 18:15:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/14d2bb074ccc/ Changeset: 14d2bb074ccc Branch: None User: zzzeek Date: 2014-09-10 20:14:50 Summary: - Fixed bug in ordering list where the order of items would be thrown off during a collection replace event, if the reorder_on_append flag were set to True. The fix ensures that the ordering list only impacts the list that is explicitly associated with the object. fixes #3191 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cfaa32b4d7dc/ Changeset: cfaa32b4d7dc Branch: rel_0_9 User: zzzeek Date: 2014-09-10 20:15:20 Summary: - Fixed bug in ordering list where the order of items would be thrown off during a collection replace event, if the reorder_on_append flag were set to True. The fix ensures that the ordering list only impacts the list that is explicitly associated with the object. fixes #3191 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-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-09 21:31:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/48080d88bee0/ Changeset: 48080d88bee0 Branch: None User: zzzeek Date: 2014-09-09 23:29:37 Summary: - add in all the method-chained methods to the parameter descriptions on select(). improve some descriptions and add more info for limit()/ offset(), including new 1.0 functionality. 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-09 21:31:24
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/16c244e1f31e/ Changeset: 16c244e1f31e Branch: rel_0_9 User: zzzeek Date: 2014-09-09 23:30:50 Summary: - add in all the method-chained methods to the parameter descriptions on select(). improve some descriptions. 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-08 20:32:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7904ebc62e0a/ Changeset: 7904ebc62e0a Branch: None User: zzzeek Date: 2014-09-08 22:31:11 Summary: - rework the previous "order by" system in terms of the new one, unify everything. - create a new layer of separation between the "from order bys" and "column order bys", so that an OVER doesn't ORDER BY a label in the same columns clause - identify another issue with polymorphic for ref #3148, match on label keys rather than the objects 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...> - 2014-09-08 17:02:06
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e4996d4f5432/ Changeset: e4996d4f5432 Branch: None User: zzzeek Date: 2014-09-08 19:01:43 Summary: - check for None linker... 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-08 00:28:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/390207e53385/ Changeset: 390207e53385 Branch: None User: zzzeek Date: 2014-09-08 02:28:19 Summary: - Added new event handlers :meth:`.AttributeEvents.init_collection` and :meth:`.AttributeEvents.dispose_collection`, which track when a collection is first associated with an instance and when it is replaced. These handlers supersede the :meth:`.collection.linker` annotation. The old hook remains supported through an event adapter. 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 23:19:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/083d44c082a1/ Changeset: 083d44c082a1 Branch: None User: zzzeek Date: 2014-09-08 01:17:46 Summary: - remove some old cruft - prop.compare() isn't needed; replace with prop._with_parent() for relationships - update docs in orm/interfaces 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-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-07 21:39:59
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a8ef876f6c30/ Changeset: a8ef876f6c30 Branch: None User: hiaselhans Date: 2014-09-07 22:55:05 Summary: Docs: use the base layout when mako_layout=='epub' - https://readthedocs.org/projects/sqlalchemy/downloads/epub/latest/ renders with the full template which is unreadable on e-readers - in the makefile the template-variable mako_layout is set for target: epub which makes mako use only the base layout. - this is the more elegant solution as proposed to #133 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/56e14e2e2829/ Changeset: 56e14e2e2829 Branch: None User: zzzeek Date: 2014-09-07 23:38:05 Summary: Merge pull request #133 from hiaselhans/doc_epub Docs: use layout.mako only when mako_layout=='html' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e3a1d556fe7c/ Changeset: e3a1d556fe7c Branch: rel_0_9 User: hiaselhans Date: 2014-09-07 23:39:38 Summary: Docs: use the base layout when mako_layout=='epub' - https://readthedocs.org/projects/sqlalchemy/downloads/epub/latest/ renders with the full template which is unreadable on e-readers - in the makefile the template-variable mako_layout is set for target: epub which makes mako use only the base layout. - this is the more elegant solution as proposed to #133 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0264ab69885b/ Changeset: 0264ab69885b Branch: rel_0_8 User: hiaselhans Date: 2014-09-07 23:39:42 Summary: Docs: use the base layout when mako_layout=='epub' - https://readthedocs.org/projects/sqlalchemy/downloads/epub/latest/ renders with the full template which is unreadable on e-readers - in the makefile the template-variable mako_layout is set for target: epub which makes mako use only the base layout. - this is the more elegant solution as proposed to #133 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-07 19:26:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c52580dedef8/ Changeset: c52580dedef8 Branch: ticket_3148 User: zzzeek Date: 2014-09-07 20:55:44 Summary: - rework ColumnAdapter and ORMAdapter to only provide the features we're now using; rework them fully so that their behavioral contract is consistent regarding adapter.traverse() vs. adapter.columns[], add a full suite of tests including advanced wrapping scenarios previously only covered by test/orm/test_froms.py and test/orm/inheritance/test_relationships.py - identify several cases where label._order_by_label_clause would be corrupted, e.g. due to adaption or annotation separately - add full tests for #3148 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/51eff5eb7abb/ Changeset: 51eff5eb7abb Branch: None User: zzzeek Date: 2014-09-07 21:23:24 Summary: - changelog and migration for #3188, #3148. fixes #3188 fixes #3148 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-07 04:08:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7950270cf2b1/ Changeset: 7950270cf2b1 Branch: ticket_3148 User: zzzeek Date: 2014-09-07 06:01:34 Summary: - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. The "anonymize label" logic is now generalized to ClauseAdapter, and takes place when the anonymize_labels flag is sent, taking effect for all .columns lookups as well as within traverse() calls against the label directly. - traverse() will also memoize what it gets in columns, so that calling upon traverse() / .columns against the same Label will produce the same anonymized label. This is so that AliasedClass produces the same anonymized label when it is accessed per-column (e.g. SomeAlias.some_column) as well as when it is applied to a Query, and within column loader strategies (e.g. query(SomeAlias)); the former uses traverse() while the latter uses .columns - AliasedClass now calls onto ColumnAdapter - Query also makes sure to use that same ColumnAdapter from the AliasedClass in all cases - update the logic from 0.9 in #1068 to make use of the same _label_resolve_dict we use for #2992, simplifying how that works and adding support for new scenarios that were pretty broken (see #3148, #3188) 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-09-06 21:57:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4e285fd6ba2c/ Changeset: 4e285fd6ba2c Branch: None User: zzzeek Date: 2014-09-06 22:20:01 Summary: - document all the varities of _label on the base ColumnElement - replace out _columns_clause_label with a straight boolean flag to reduce the proliferation of labels Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e80c7cc5c103/ Changeset: e80c7cc5c103 Branch: ticket_3148 User: zzzeek Date: 2014-09-06 23:56:53 Summary: wip for #3148 Affected #: 9 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-06 17:01:43
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fa7c8f88113d/ Changeset: fa7c8f88113d Branch: ticket_3100 User: zzzeek Date: 2014-09-06 19:01:21 Summary: - try to finish up the performance example for now 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...> - 2014-09-05 21:04:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6844f8db74ab/ Changeset: 6844f8db74ab Branch: None User: zzzeek Date: 2014-09-05 23:02:33 Summary: - omit MySQL index flavor if its None Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb03b4d83762/ Changeset: cb03b4d83762 Branch: rel_0_9 User: zzzeek Date: 2014-09-05 23:03:43 Summary: - set flavor to "index" here as MySQL is sending None 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-05 20:45:25
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/356d6659b17d/ Changeset: 356d6659b17d Branch: None User: zzzeek Date: 2014-09-05 22:28:20 Summary: - tiny refactors #1-#5 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/583287259fbb/ Changeset: 583287259fbb Branch: None User: zzzeek Date: 2014-09-05 22:28:32 Summary: - delete the file first here so this is deterministic Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d39daa43fe79/ Changeset: d39daa43fe79 Branch: ticket_3100 User: zzzeek Date: 2014-09-05 22:29:08 Summary: Merge branch 'master' into ticket_3100 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7b766591b05c/ Changeset: 7b766591b05c Branch: None User: zzzeek Date: 2014-09-05 22:44:42 Summary: - MySQL boolean symbols "true", "false" work again. 0.9's change in :ticket:`2682` disallowed the MySQL dialect from making use of the "true" and "false" symbols in the context of "IS" / "IS NOT", but MySQL supports this syntax even though it has no boolean type. MySQL remains "non native boolean", but the :func:`.true` and :func:`.false` symbols again produce the keywords "true" and "false", so that an expression like ``column.is_(true())`` again works on MySQL. fixes #3186 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-09-05 00:56:18
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d2c05c36a5c5/ Changeset: d2c05c36a5c5 Branch: ticket_3100 User: zzzeek Date: 2014-09-05 02:55:38 Summary: - add a test that shows query caching. 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-04 00:31:08
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eb81531275c0/ Changeset: eb81531275c0 Branch: ticket_3100 User: zzzeek Date: 2014-09-04 02:30:52 Summary: tweak 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-04 00:07:29
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2c081f9a4af8/ Changeset: 2c081f9a4af8 Branch: None User: zzzeek Date: 2014-09-04 01:30:38 Summary: - large resultsets Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2b10aa45a101/ Changeset: 2b10aa45a101 Branch: None User: zzzeek Date: 2014-09-04 01:42:38 Summary: - ensure literal_binds works with LIMIT clause, FOR UPDATE Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/84d4651f3dd8/ Changeset: 84d4651f3dd8 Branch: None User: zzzeek Date: 2014-09-04 01:44:40 Summary: Merge branch 'master' into ticket_3100 Affected #: 15 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cbef6a7d58ee/ Changeset: cbef6a7d58ee Branch: ticket_3100 User: zzzeek Date: 2014-09-04 02:07:08 Summary: refine 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-03 18:49:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/07d061a17b3f/ Changeset: 07d061a17b3f Branch: ticket_3100 User: zzzeek Date: 2014-09-03 20:49:26 Summary: - wip 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. |