sqlalchemy-commits Mailing List for SQLAlchemy (Page 59)
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-08-18 22:53:41
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c65ed17bc1f0/ Changeset: c65ed17bc1f0 Branch: None User: zzzeek Date: 2014-08-18 23:44:35 Summary: Merge branch 'master' into ticket_3100 Conflicts: lib/sqlalchemy/orm/mapper.py lib/sqlalchemy/orm/persistence.py Affected #: 22 files https://bitbucket.org/zzzeek/sqlalchemy/commits/84cca0e28660/ Changeset: 84cca0e28660 Branch: None User: zzzeek Date: 2014-08-19 00:30:14 Summary: dev Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a251001f24e8/ Changeset: a251001f24e8 Branch: ticket_3100 User: zzzeek Date: 2014-08-19 00:52:53 Summary: dev 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-08-18 21:16:37
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/06dec268e53e/ Changeset: 06dec268e53e Branch: None User: zzzeek Date: 2014-08-18 22:32:59 Summary: - organize persistence methods in terms of generators, narrow down argument lists and generator items for each function down to just what each function needs. This will help for them to be of more multipurpose use for bulk operations Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4ade138769a7/ Changeset: 4ade138769a7 Branch: None User: zzzeek Date: 2014-08-18 22:44:07 Summary: - further reorganize collect_insert_commands to distinguish between setting up given values vs. defaults. again trying to shoot for making this of more general use Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4ed640ba907b/ Changeset: 4ed640ba907b Branch: None User: zzzeek Date: 2014-08-18 23:02:52 Summary: - move out checks for table in mapper._pks_by_table Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/399c03939768/ Changeset: 399c03939768 Branch: None User: zzzeek Date: 2014-08-18 23:15:04 Summary: - optimize collection of cols we insert as none 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-08-18 17:20:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d39927ec20dd/ Changeset: d39927ec20dd Branch: None User: zzzeek Date: 2014-08-18 19:18:46 Summary: - major simplification of _collect_update_commands. in particular, we only call upon the history API fully for primary key columns. We also now skip the whole step of looking at PK columns and using any history at all if no net changes are detected on the object. 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-08-18 00:07:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/530d3f07e0c1/ Changeset: 530d3f07e0c1 Branch: None User: zzzeek Date: 2014-08-18 02:06:16 Summary: - Fixed bug where attribute "set" events or columns with ``@validates`` would have events triggered within the flush process, when those columns were the targets of a "fetch and populate" operation, such as an autoincremented primary key, a Python side default, or a server-side default "eagerly" fetched via RETURNING. fixes #3167 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-08-17 00:17:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2de7f94739ec/ Changeset: 2de7f94739ec Branch: None User: zzzeek Date: 2014-08-17 02:17:08 Summary: - oldest screwup in the book, forgot the file 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-08-16 23:50:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b577afcb2bdc/ Changeset: b577afcb2bdc Branch: None User: zzzeek Date: 2014-08-17 01:49:07 Summary: - rework profiling, zoomark tests into single tests so that they can be used under xdist 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-08-16 17:59:15
|
10 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c2a00153f1a8/ Changeset: c2a00153f1a8 Branch: None User: tlocke Date: 2014-08-02 16:29:36 Summary: With pg8000-1.9.13 passes engine/test_reconnect The pg8000 dialect checks the text of the exception to determine if the connection is closed. I'd (recklessly!) changed the text of the exception in a recent version of the pg8000 driver adding capitalization and a full stop. I've changed it back now so all works. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f586754c8640/ Changeset: f586754c8640 Branch: None User: tlocke Date: 2014-08-02 16:29:36 Summary: PEP8 tidy of test/engine/test_reconnect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2e44749b76af/ Changeset: 2e44749b76af Branch: None User: tlocke Date: 2014-08-02 16:29:36 Summary: Remove spurious print statements in pg8000 dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ed1bbbed272d/ Changeset: ed1bbbed272d Branch: None User: tlocke Date: 2014-08-02 16:29:36 Summary: two_phase_recover, COMMIT PREPARED in transaction In test/engine/test_transaction/test_two_phase_recover(), a COMMIT PREPARED is issued while in a transaction. This causes an error, and a prepared transaction is left hanging around which causes the subsequent test to hang. I've altered the test to execute the offending query with autocommit=true, then when it gets to the COMMIT PRPARED it can go ahead. There's another complication for pg8000 because its tpc_recover() method started a transaction if one wasn't already in progress. I've decided that this is incorrect behaviour and so from pg8000-1.9.13 this method never starts or stops a transaction. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0dbe9d9aaf22/ Changeset: 0dbe9d9aaf22 Branch: None User: tlocke Date: 2014-08-02 17:19:46 Summary: pg8000 now supports sane_multi_rowcount >From pg8000-1.9.14 sane_multi_rowcount is supported so this commit updates the dialect accordingly. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4b288a9553b3/ Changeset: 4b288a9553b3 Branch: None User: zzzeek Date: 2014-08-16 19:46:15 Summary: - support dialects w/o sane multi row count again Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/948986ad5976/ Changeset: 948986ad5976 Branch: None User: zzzeek Date: 2014-08-16 19:48:57 Summary: Merge remote-tracking branch 'origin/pr/125' into pr125 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/589f205d53f0/ Changeset: 589f205d53f0 Branch: None User: zzzeek Date: 2014-08-16 19:57:46 Summary: - changelog for pullreq github:125 - add pg8000 version detection for the "sane multi rowcount" feature Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ed5575f00858/ Changeset: ed5575f00858 Branch: None User: tlocke Date: 2014-08-16 19:58:33 Summary: pg8000 now supports sane_multi_rowcount >From pg8000-1.9.14 sane_multi_rowcount is supported so this commit updates the dialect accordingly. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/51040353d5a7/ Changeset: 51040353d5a7 Branch: rel_0_9 User: zzzeek Date: 2014-08-16 19:58:43 Summary: - changelog for pullreq github:125 - add pg8000 version detection for the "sane multi rowcount" feature 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-08-16 17:38:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7fa595221400/ Changeset: 7fa595221400 Branch: None User: zzzeek Date: 2014-08-16 19:33:02 Summary: - max failures 25 - guard against some potential pytest snarkiness Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e220ea11de93/ Changeset: e220ea11de93 Branch: None User: zzzeek Date: 2014-08-16 19:37:49 Summary: - need list() here for 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-08-15 22:40:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca69e4560333/ Changeset: ca69e4560333 Branch: None User: zzzeek Date: 2014-08-16 00:39:26 Summary: - mutablemapping adds compiler overhead, so screw it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6db954b044a2/ Changeset: 6db954b044a2 Branch: rel_0_9 User: zzzeek Date: 2014-08-16 00:39:52 Summary: - mutablemapping adds compiler overhead, so screw 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...> - 2014-08-15 22:34:34
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/191fd3e27e3e/ Changeset: 191fd3e27e3e Branch: None User: zzzeek Date: 2014-08-15 21:52:35 Summary: - proof of concept Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6bc676f56d57/ Changeset: 6bc676f56d57 Branch: None User: zzzeek Date: 2014-08-15 21:53:12 Summary: dev Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/591f2e4ed2d4/ Changeset: 591f2e4ed2d4 Branch: None User: zzzeek Date: 2014-08-15 21:53:38 Summary: - change to be represented as two very fast bulk_insert() and bulk_update() methods Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/877330725755/ Changeset: 877330725755 Branch: ticket_3100 User: zzzeek Date: 2014-08-16 00:22:08 Summary: - refine this enough so that _collect_insert_commands() seems to be more than twice as fast now (.039 vs. .091); bulk_insert() and bulk_update() do their own collection but now both call into _emit_insert_statements() / _emit_update_statements(); the approach seems to have no impact on insert speed, still .85 for the insert test 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-08-15 22:34:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/239464a98a4b/ Changeset: 239464a98a4b Branch: None User: zzzeek Date: 2014-08-16 00:33:42 Summary: - port the _collect_insert_commands optimizations from ticket_3100 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-08-15 19:17:34
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d768ec2c266e/ Changeset: d768ec2c266e Branch: None User: zzzeek Date: 2014-08-15 20:27:12 Summary: - don't add the parent attach event within _on_table_attach if we already have a table; this prevents reentrant calls and we aren't supporting columns/etc being moved around between different parents Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/961217aa9235/ Changeset: 961217aa9235 Branch: None User: zzzeek Date: 2014-08-15 20:38:33 Summary: - clean up provision and keep sqlite on memory DBs if thats what we start with Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/53db5d95fee6/ Changeset: 53db5d95fee6 Branch: rel_0_9 User: zzzeek Date: 2014-08-15 20:57:29 Summary: - TIL that dict.keys() in py3K is not an iterator, it is an iterable view. So copy collections.OrderedDict and use MutableMapping to set up keys, items, values on our own OrderedDict. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5a68f856daee/ Changeset: 5a68f856daee Branch: None User: zzzeek Date: 2014-08-15 20:59:12 Summary: - TIL that dict.keys() in py3K is not an iterator, it is an iterable view. So copy collections.OrderedDict and use MutableMapping to set up keys, items, values on our own OrderedDict. Conflicts: lib/sqlalchemy/engine/base.py Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/652a24f0303b/ Changeset: 652a24f0303b Branch: None User: zzzeek Date: 2014-08-15 21:13:13 Summary: - The :class:`.IdentityMap` exposed from :class:`.Session.identity` now returns lists for ``items()`` and ``values()`` in Py3K. Early porting to Py3K here had these returning iterators, when they technically should be "iterable views"..for now, lists are OK. 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-08-15 04:20:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b952d892d690/ Changeset: b952d892d690 Branch: None User: zzzeek Date: 2014-08-15 06:19:32 Summary: - modify how class state is tracked here as it seems like things are a little more crazy under xdist mode Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b0411e80df13/ Changeset: b0411e80df13 Branch: None User: zzzeek Date: 2014-08-15 06:19:57 Summary: - other test fixes 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-08-15 00:48:31
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/253523c57f76/ Changeset: 253523c57f76 Branch: None User: zzzeek Date: 2014-08-15 02:01:59 Summary: pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f0a56bc5aa8c/ Changeset: f0a56bc5aa8c Branch: None User: zzzeek Date: 2014-08-15 02:37:28 Summary: pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bc509dd50d7b/ Changeset: bc509dd50d7b Branch: None User: zzzeek Date: 2014-08-15 02:47:49 Summary: - UPDATE statements can now be batched within an ORM flush into more performant executemany() call, similarly to how INSERT statements can be batched; this will be invoked within flush to the degree that subsequent UPDATE statements for the same mapping and table involve the identical columns within the VALUES clause, as well as that no VALUES-level SQL expressions are embedded. - some other inlinings within persistence.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...> - 2014-08-15 00:01:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6a21f9e32836/ Changeset: 6a21f9e32836 Branch: None User: zzzeek Date: 2014-08-15 02:00:35 Summary: - The string keys that are used to determine the columns impacted for an INSERT or UPDATE are now sorted when they contribute towards the "compiled cache" cache key. These keys were previously not deterministically ordered, meaning the same statement could be cached multiple times on equivalent keys, costing both in terms of memory as well as performance. fixes #3165 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ec6af8cf1b2c/ Changeset: ec6af8cf1b2c Branch: rel_0_9 User: zzzeek Date: 2014-08-15 02:01:01 Summary: - The string keys that are used to determine the columns impacted for an INSERT or UPDATE are now sorted when they contribute towards the "compiled cache" cache key. These keys were previously not deterministically ordered, meaning the same statement could be cached multiple times on equivalent keys, costing both in terms of memory as well as performance. fixes #3165 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-08-14 23:48:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f55eeff61d1d/ Changeset: f55eeff61d1d Branch: None User: zzzeek Date: 2014-08-14 23:44:58 Summary: dev Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5212611c2710/ Changeset: 5212611c2710 Branch: ticket_3100 User: zzzeek Date: 2014-08-15 01:47:23 Summary: - change to be represented as two very fast bulk_insert() and bulk_update() methods 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-08-14 19:39:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/11854532c7f7/ Changeset: 11854532c7f7 Branch: ticket_3100 User: zzzeek Date: 2014-08-14 21:38:30 Summary: - proof of concept 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-08-14 18:41:04
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fe1a09029b6b/ Changeset: fe1a09029b6b Branch: None User: zzzeek Date: 2014-08-14 20:15:46 Summary: on second thought we need to prioritize what really needs to be here and what's just in changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c0c6aaa58ad1/ Changeset: c0c6aaa58ad1 Branch: None User: zzzeek Date: 2014-08-14 20:21:03 Summary: pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4a4cccfee5a2/ Changeset: 4a4cccfee5a2 Branch: None User: zzzeek Date: 2014-08-14 20:40:28 Summary: - Removing (or adding) an event listener at the same time that the event is being run itself, either from inside the listener or from a concurrent thread, now raises a RuntimeError, as the collection used is now an instance of ``colletions.deque()`` and does not support changes while being iterated. Previously, a plain Python list was used where removal from inside the event itself would produce silent failures. fixes #3163 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-08-14 17:25:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6ca694610b6d/ Changeset: 6ca694610b6d Branch: None User: zzzeek Date: 2014-08-14 19:25:09 Summary: - updates 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-08-14 04:03:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e2d05259caf2/ Changeset: e2d05259caf2 Branch: None User: zzzeek Date: 2014-08-14 06:03:03 Summary: - repair against use here 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-08-13 23:46:21
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/38cb9bf78454/ Changeset: 38cb9bf78454 Branch: None User: zzzeek Date: 2014-08-14 00:46:44 Summary: flake8 cleanup Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/44d21de45742/ Changeset: 44d21de45742 Branch: None User: zzzeek Date: 2014-08-14 00:47:52 Summary: - rename _InspectionAttr to InspectionAttr Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ea85c7053dc9/ Changeset: ea85c7053dc9 Branch: None User: zzzeek Date: 2014-08-14 01:20:44 Summary: - The :meth:`.InspectionAttr.info` collection is now moved down to :class:`.InspectionAttr`, where in addition to being available on all :class:`.MapperProperty` objects, it is also now available on hybrid properties, association proxies, when accessed via :attr:`.Mapper.all_orm_descriptors`. fixes #2971 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7fc08fe89af9/ Changeset: 7fc08fe89af9 Branch: None User: zzzeek Date: 2014-08-14 01:45:34 Summary: - The ``info`` parameter has been added to the constructor for :class:`.SynonymProperty` and :class:`.ComparableProperty`. - The ``info`` parameter has been added as a constructor argument to all schema constructs including :class:`.MetaData`, :class:`.Index`, :class:`.ForeignKey`, :class:`.ForeignKeyConstraint`, :class:`.UniqueConstraint`, :class:`.PrimaryKeyConstraint`, :class:`.CheckConstraint`. fixes #2963 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-08-13 21:51:30
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/10bb97e89a5b/ Changeset: 10bb97e89a5b Branch: None User: Ilya Pekelny Date: 2014-08-08 09:00:17 Summary: DropEnumType class available from postgres dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a0e0f4c289b4/ Changeset: a0e0f4c289b4 Branch: pr/126 User: Ilya Pekelny Date: 2014-08-08 09:05:30 Summary: Public inspector method to load enum list Provide opportunity to get enums list via an inspector instance public interface. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f39767ad727f/ Changeset: f39767ad727f Branch: pr126 User: zzzeek Date: 2014-08-13 23:42:33 Summary: - public method name is get_enums() - return a list of dicts like other methods do - don't combine 'schema' with 'name', leave them separate - support '*' argument so that we can retrieve cross-schema if needed - remove "conn" argument - use bound parameters for 'schema' in SQL - order by schema, name, label - adapt _load_enums changes to column reflection - changelog - module docs for get_enums() - add drop of enums to --dropfirst Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/190961157d0e/ Changeset: 190961157d0e Branch: None User: zzzeek Date: 2014-08-13 23:50:50 Summary: Merge branch 'pr126' Conflicts: doc/build/changelog/changelog_10.rst 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-08-12 00:49:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/188bfa8cc637/ Changeset: 188bfa8cc637 Branch: None User: zzzeek Date: 2014-08-12 02:35:01 Summary: Merge branch 'master' into ticket_3054 Conflicts: lib/sqlalchemy/orm/relationships.py lib/sqlalchemy/orm/strategies.py Affected #: 262 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4a7bec429697/ Changeset: 4a7bec429697 Branch: ticket_3054 User: zzzeek Date: 2014-08-12 02:48:45 Summary: fixes 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-08-09 22:15:22
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ad8f921e969b/ Changeset: ad8f921e969b Branch: None User: mdiarra Date: 2014-08-09 21:43:32 Summary: Providing an autoload_with info automatically sets autoload to True Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ae441810e0bc/ Changeset: ae441810e0bc Branch: None User: zzzeek Date: 2014-08-10 00:08:05 Summary: - rework documentation for reflection flags; also include information regarding #3027. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2c9ff9115c72/ Changeset: 2c9ff9115c72 Branch: None User: zzzeek Date: 2014-08-10 00:10:38 Summary: - changelog, fixes #3027 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/68a7876bc35a/ Changeset: 68a7876bc35a Branch: rel_0_9 User: zzzeek Date: 2014-08-10 00:14:45 Summary: - rework documentation for reflection flags, backport from 1.0 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-08-09 18:04:07
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b51c49dcd56/ Changeset: 4b51c49dcd56 Branch: None User: zzzeek Date: 2014-08-09 19:53:21 Summary: - rewrite all the sqlite/pysqlite transaction isolation docs Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cca4d8fc73df/ Changeset: cca4d8fc73df Branch: None User: zzzeek Date: 2014-08-09 20:03:17 Summary: - add tests for the savepoint recipe Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/34fbeaa2146f/ Changeset: 34fbeaa2146f Branch: None User: zzzeek Date: 2014-08-09 20:03:41 Summary: - rewrite all the sqlite/pysqlite transaction isolation docs Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9215c0a7532b/ Changeset: 9215c0a7532b Branch: rel_0_9 User: zzzeek Date: 2014-08-09 20:03:48 Summary: - add tests for the savepoint recipe 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. |