sqlalchemy-commits Mailing List for SQLAlchemy (Page 29)
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...> - 2016-01-10 03:26:40
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/331caf11d307/ Changeset: 331caf11d307 Branch: None User: zzzeek Date: 2016-01-10 03:25:56+00:00 Summary: - ensure we use a Connection for effective schema here since Engine doesn't have it; keep it simple 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...> - 2016-01-09 15:11:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7ae0daf0ed2/ Changeset: c7ae0daf0ed2 Branch: None User: zzzeek Date: 2016-01-09 15:10:20+00:00 Summary: - Fixed regression since 0.9 where the 0.9 style loader options system failed to accommodate for multiple :func:`.undefer_group` loader options in a single query. Multiple :func:`.undefer_group` options will now be taken into account even against the same entity. fixes #3623 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/61d2ceb681cd/ Changeset: 61d2ceb681cd Branch: rel_1_0 User: zzzeek Date: 2016-01-09 15:10:51+00:00 Summary: - Fixed regression since 0.9 where the 0.9 style loader options system failed to accommodate for multiple :func:`.undefer_group` loader options in a single query. Multiple :func:`.undefer_group` options will now be taken into account even against the same entity. fixes #3623 (cherry picked from commit c7ae0daf0ed24e2697d6f948db2d9fdc5953c795) 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...> - 2016-01-09 03:15:01
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6f94bc72ed7/ Changeset: d6f94bc72ed7 Branch: None User: zzzeek Date: 2016-01-09 02:27:15+00:00 Summary: - docs, changelogs - support reflection, has_table - more tests Affected #: 12 files https://bitbucket.org/zzzeek/sqlalchemy/commits/236b1c2e9aab/ Changeset: 236b1c2e9aab Branch: None User: zzzeek Date: 2016-01-09 02:40:53+00:00 Summary: - add a test for the cache coverage Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7302f06596e0/ Changeset: 7302f06596e0 Branch: None User: zzzeek Date: 2016-01-09 02:54:25+00:00 Summary: - tox doesnt like {posargs} here anymore Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1c9252b3a4f1/ Changeset: 1c9252b3a4f1 Branch: ticket_2685 User: zzzeek Date: 2016-01-09 03:10:42+00:00 Summary: - inline get_effective_schema and preparer setup to get profiles back down Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/89facbed8855/ Changeset: 89facbed8855 Branch: None User: zzzeek Date: 2016-01-09 03:12:25+00:00 Summary: - Multi-tenancy schema translation for :class:`.Table` objects is added. This supports the use case of an application that uses the same set of :class:`.Table` objects in many schemas, such as schema-per-user. A new execution option :paramref:`.Connection.execution_options.schema_translate_map` is added. fixes #2685 - latest tox doesn't like the {posargs} in the profile rerunner 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...> - 2016-01-08 23:05:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/777e25694f15/ Changeset: 777e25694f15 Branch: None User: zzzeek Date: 2016-01-08 21:27:37+00:00 Summary: - fix docstrings Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b243f5b340b9/ Changeset: b243f5b340b9 Branch: ticket_2685 User: zzzeek Date: 2016-01-08 23:05:12+00:00 Summary: - wip for #2685 Affected #: 10 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...> - 2016-01-07 17:53:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ebc097aa9908/ Changeset: ebc097aa9908 Branch: rel_1_0 User: jvanasco Date: 2016-01-07 17:53:06+00:00 Summary: updated sphinx tageting (cherry picked from commit a0612a4d345019ea603a4d0bccb4ddcab3848af6) 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...> - 2016-01-07 17:50:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/47e775be2bf0/ Changeset: 47e775be2bf0 Branch: None User: jvanasco Date: 2015-04-02 18:46:40+00:00 Summary: updates to scoping docs to make `.session_factory` appear public Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a0612a4d3450/ Changeset: a0612a4d3450 Branch: None User: jvanasco Date: 2015-04-02 19:21:21+00:00 Summary: updated sphinx tageting Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1539268cf705/ Changeset: 1539268cf705 Branch: master User: zzzeek Date: 2016-01-07 17:50:09+00:00 Summary: Merged in jvanasco/sqlalchemy-alt/issue_docs_scoped_session (pull request #50) updated docstrings for orm.scoping 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...> - 2016-01-07 16:05:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ff803b1a2a32/ Changeset: ff803b1a2a32 Branch: None User: zzzeek Date: 2016-01-07 16:04:58+00:00 Summary: - pg8000 fixes for json 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...> - 2016-01-07 01:11:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cd8adfe41843/ Changeset: cd8adfe41843 Branch: None User: zzzeek Date: 2016-01-07 01:10:28+00:00 Summary: - add a do-nothing for mock url _instantiate_plugins 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...> - 2016-01-06 22:28:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c8b7729338ba/ Changeset: c8b7729338ba Branch: None User: zzzeek Date: 2016-01-06 22:20:57+00:00 Summary: - Added a new entrypoint system to the engine to allow "plugins" to be stated in the query string for a URL. Custom plugins can be written which will be given the chance up front to alter and/or consume the engine's URL and keyword arguments, and then at engine create time will be given the engine itself to allow additional modifications or event registration. Plugins are written as a subclass of :class:`.CreateEnginePlugin`; see that class for details. fixes #3536 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5c8bdcab90cf/ Changeset: 5c8bdcab90cf Branch: None User: zzzeek Date: 2016-01-06 22:27:30+00:00 Summary: - add limiting criteria to the JSON tests so that we don't attempt integer indexed access from a key/value object nor string access from an integer-indexed array, as earlier Postgresql versions (prior to 9.4) don't allow 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...> - 2016-01-06 18:21:45
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a82c1b968dcf/ Changeset: a82c1b968dcf Branch: ticket_3619 User: zzzeek Date: 2016-01-06 17:39:59+00:00 Summary: - try to organize how to talk about JSON fixes for PG vs. that these are part of the JSON type in general Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a80bb4e5aabc/ Changeset: a80bb4e5aabc Branch: None User: zzzeek Date: 2016-01-06 17:47:48+00:00 Summary: - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides persistence of JSON values in MySQL as well as basic operator support of "getitem" and "getpath", making use of the ``JSON_EXTRACT`` function in order to refer to individual paths in a JSON structure. fixes #3547 - Added a new type to core :class:`.types.JSON`. This is the base of the PostgreSQL :class:`.postgresql.JSON` type as well as that of the new :class:`.mysql.JSON` type, so that a PG/MySQL-agnostic JSON column may be used. The type features basic index and path searching support. fixes #3619 - reorganization of migration docs etc. to try to refer both to the fixes to JSON that helps Postgresql while at the same time indicating these are new features of the new base JSON type. - a rework of the Array/Indexable system some more, moving things that are specific to Array out of Indexable. - new operators for JSON indexing added to core so that these can be compiled by the PG and MySQL dialects individually - rename sqltypes.Array to sqltypes.ARRAY - as there is no generic Array implementation, this is an uppercase type for now, consistent with the new sqltypes.JSON type that is also not a generic implementation. There may need to be some convention change to handle the case of datatypes that aren't generic, rely upon DB-native implementations, but aren't necessarily all named the same thing. Affected #: 29 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93d71b80f254/ Changeset: 93d71b80f254 Branch: None User: zzzeek Date: 2016-01-06 18:18:04+00:00 Summary: - add a few JSON tests specific to MySQL, including basic reflection Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cfb631e0897c/ Changeset: cfb631e0897c Branch: None User: zzzeek Date: 2016-01-06 18:21:14+00:00 Summary: - long line 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...> - 2016-01-05 23:00:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/445bc2a93cb0/ Changeset: 445bc2a93cb0 Branch: ticket_3619 User: zzzeek Date: 2016-01-05 22:59:46+00:00 Summary: - doc fixes 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...> - 2016-01-05 22:41:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e9b4aa6c0767/ Changeset: e9b4aa6c0767 Branch: None User: zzzeek Date: 2016-01-05 21:42:42+00:00 Summary: Merge branch 'master' into ticket_3619 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/180e2f6c066c/ Changeset: 180e2f6c066c Branch: ticket_3619 User: zzzeek Date: 2016-01-05 22:40:59+00:00 Summary: - additional doc fixes 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...> - 2016-01-05 20:13:58
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dea778e0d6e7/ Changeset: dea778e0d6e7 Branch: None User: zzzeek Date: 2016-01-05 18:05:45+00:00 Summary: - remove the visit_name thing from operators as we aren't using it now. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f5079e8d08aa/ Changeset: f5079e8d08aa Branch: ticket_3619 User: zzzeek Date: 2016-01-05 20:10:10+00:00 Summary: - changelog and docs Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/16746dd1a631/ Changeset: 16746dd1a631 Branch: None User: zzzeek Date: 2016-01-05 20:12:56+00:00 Summary: - dont forwards-report tons of 1.0.x changes in the unreleased 1.1; only when a 1.1.x is released would we want to capture what's still sitting in a 1.0.x changelog Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/be7e41c6182e/ Changeset: be7e41c6182e Branch: rel_1_0 User: zzzeek Date: 2016-01-05 20:13:39+00:00 Summary: - dont forwards-report tons of 1.0.x changes in the unreleased 1.1; only when a 1.1.x is released would we want to capture what's still sitting in a 1.0.x changelog (cherry picked from commit 16746dd1a63198e3c27422517fa22ec76f441ceb) 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...> - 2016-01-05 15:27:16
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/197ffa2be2ca/ Changeset: 197ffa2be2ca Branch: None User: zzzeek Date: 2016-01-05 15:25:36+00:00 Summary: - Fixed 1.0 regression where the eager fetch of cursor.rowcount was no longer called for an UPDATE or DELETE statement emitted via plain text or via the :func:`.text` construct, affecting those drivers that erase cursor.rowcount once the cursor is closed such as SQL Server ODBC and Firebird drivers. fixes #3622 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6ba8382fa8b9/ Changeset: 6ba8382fa8b9 Branch: None User: zzzeek Date: 2016-01-05 15:26:12+00:00 Summary: - Fixed 1.0 regression where the eager fetch of cursor.rowcount was no longer called for an UPDATE or DELETE statement emitted via plain text or via the :func:`.text` construct, affecting those drivers that erase cursor.rowcount once the cursor is closed such as SQL Server ODBC and Firebird drivers. fixes #3622 (cherry picked from commit 197ffa2be2cadce3df8bfb0799b3c80158250286) Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bd991c68da73/ Changeset: bd991c68da73 Branch: rel_1_0 User: zzzeek Date: 2016-01-05 15:26:22+00:00 Summary: - version 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...> - 2016-01-05 14:42:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/04b1a52783a3/ Changeset: 04b1a52783a3 Branch: None User: zzzeek Date: 2016-01-04 22:37:23+00:00 Summary: - break out mysql/base into modules as it's getting huge with more to come 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...> - 2016-01-04 23:59:01
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6658c6266a14/ Changeset: 6658c6266a14 Branch: None User: zzzeek Date: 2016-01-04 22:12:29+00:00 Summary: - mysql wip Affected #: 13 files https://bitbucket.org/zzzeek/sqlalchemy/commits/edd48e041e30/ Changeset: edd48e041e30 Branch: None User: zzzeek Date: 2016-01-04 22:27:13+00:00 Summary: - break out mysql/base into modules as it's getting huge with more to come Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5bf25accaf8c/ Changeset: 5bf25accaf8c Branch: None User: zzzeek Date: 2016-01-04 22:34:51+00:00 Summary: Merge branch 'master' into ticket_3619 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bae973f60cc3/ Changeset: bae973f60cc3 Branch: None User: zzzeek Date: 2016-01-04 22:36:16+00:00 Summary: - wip Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fd281e20dafd/ Changeset: fd281e20dafd Branch: None User: zzzeek Date: 2016-01-04 22:39:56+00:00 Summary: add copyrights Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/582ae36e1cda/ Changeset: 582ae36e1cda Branch: None User: zzzeek Date: 2016-01-04 22:48:15+00:00 Summary: - json round trips + expressions passing Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3895648c548c/ Changeset: 3895648c548c Branch: ticket_3619 User: zzzeek Date: 2016-01-04 23:44:43+00:00 Summary: - some additional test fixes 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...> - 2016-01-04 19:29:42
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0334b8c160c8/ Changeset: 0334b8c160c8 Branch: ticket_3619 User: zzzeek Date: 2016-01-04 19:29:23+00:00 Summary: - consistency - since Array doesn't do db-agnostic, it can't be lowercase; has to be ARRAY Affected #: 14 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...> - 2016-01-04 03:16:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f6e62f9dbd9/ Changeset: 3f6e62f9dbd9 Branch: None User: zzzeek Date: 2016-01-04 02:46:36+00:00 Summary: - adjust the Indexable tests to now be based on Array since we localized that logic inside of arrays Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/729519a9bd89/ Changeset: 729519a9bd89 Branch: ticket_3619 User: zzzeek Date: 2016-01-04 03:12:07+00:00 Summary: - add a layer of dispatch to "custom_op" so that we can again have custom ops that also have per-dialect compilations styles. re-establish specific getitem variants for hstore, json, astext, jsonpath, etc. so that we can remove the isinstance() checks and re-simplify. there's again a json-specific getitem operator using the new custom_op variety, though if we move this to the base types we might be able to move back to not having special visits for custom_op and just having a new json_getitem operator. 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...> - 2015-12-30 17:01:25
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/827b369f9cd9/ Changeset: 827b369f9cd9 Branch: ticket_3619 User: zzzeek Date: 2015-12-30 17:00:52+00:00 Summary: - finish off tests and add some more consistency to how the indexable types are operating here 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-12-29 23:18:07
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/43513417922c/ Changeset: 43513417922c Branch: None User: zzzeek Date: 2015-12-29 18:27:08+00:00 Summary: - get these tests to pass fully Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2a0d8289d625/ Changeset: 2a0d8289d625 Branch: None User: zzzeek Date: 2015-12-29 19:52:00+00:00 Summary: - move things to do with slices and zero indexing to be local to the Array type. JSON as indexable will have very different rules Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b4df64d0053b/ Changeset: b4df64d0053b Branch: ticket_3619 User: zzzeek Date: 2015-12-29 23:17:36+00:00 Summary: - almost finished the arch for the PG side still working on hstore 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...> - 2015-12-29 00:02:22
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/050bb692360b/ Changeset: 050bb692360b Branch: ticket_3619 User: zzzeek Date: 2015-12-29 00:00:50+00:00 Summary: - start to figure out some kind of common tests for JSON types, reference #3619 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-12-24 04:00:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7d6c667b53d/ Changeset: c7d6c667b53d Branch: None User: zzzeek Date: 2015-12-24 03:59:44+00:00 Summary: - Fixed an assertion that would raise somewhat inappropriately if a :class:`.Index` were associated with a :class:`.Column` that is associated with a lower-case-t :class:`.TableClause`; the association should be ignored for the purposes of associating the index with a :class:`.Table`. fixes #3616 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-12-23 01:51:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3b517241ba9e/ Changeset: 3b517241ba9e Branch: rel_1_0 User: zzzeek Date: 2015-12-23 01:40:53+00:00 Summary: 1.0.11 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93b48e6aba6b/ Changeset: 93b48e6aba6b Branch: None User: zzzeek Date: 2015-12-23 01:50:38+00:00 Summary: - release date for 1.0.11 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-12-22 17:05:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8c54b14b5c0f/ Changeset: 8c54b14b5c0f Branch: None User: zzzeek Date: 2015-12-22 17:04:45+00:00 Summary: - An adjustment to the regular expression used to parse MySQL views, such that we no longer assume the "ALGORITHM" keyword is present in the reflected view source, as some users have reported this not being present in some Amazon RDS environments. fixes #3613 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/40cc8f44676d/ Changeset: 40cc8f44676d Branch: rel_1_0 User: zzzeek Date: 2015-12-22 17:05:12+00:00 Summary: - An adjustment to the regular expression used to parse MySQL views, such that we no longer assume the "ALGORITHM" keyword is present in the reflected view source, as some users have reported this not being present in some Amazon RDS environments. fixes #3613 (cherry picked from commit 8c54b14b5c0feee41bd9b9032f6b17b2dbd560a9) 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-12-22 16:56:54
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03ee4bbda671/ Changeset: 03ee4bbda671 Branch: None User: hannosch Date: 2015-12-14 07:14:35+00:00 Summary: Add new reserved words for MySQL 5.7. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e95c34481ca6/ Changeset: e95c34481ca6 Branch: None User: zzzeek Date: 2015-12-22 16:54:19+00:00 Summary: Merge remote-tracking branch 'origin/pr/222' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5c7ade2f4218/ Changeset: 5c7ade2f4218 Branch: None User: zzzeek Date: 2015-12-22 16:56:02+00:00 Summary: - changelog for pullreq github:222 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c8cfb619f2fd/ Changeset: c8cfb619f2fd Branch: None User: hannosch Date: 2015-12-22 16:56:33+00:00 Summary: Add new reserved words for MySQL 5.7. (cherry picked from commit 03ee4bbda671f9d33dd2e990101840cdfde71e81) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0eeb7729eb58/ Changeset: 0eeb7729eb58 Branch: rel_1_0 User: zzzeek Date: 2015-12-22 16:56:36+00:00 Summary: - changelog for pullreq github:222 (cherry picked from commit 5c7ade2f4218b55db8f758949b82a3414474aeb2) 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. |