Thread: [Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets (Page 4)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-28 01:24:00
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d243d4b8e375/ Changeset: d243d4b8e375 Branch: None User: zzzeek Date: 2014-12-27 22:45:58+00:00 Summary: - remove private superclasses from docs in favor of fixing zzzeeksphinx to omit these from warning Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/31e2fe75d947/ Changeset: 31e2fe75d947 Branch: None User: zzzeek Date: 2014-12-27 22:46:55+00:00 Summary: - remove private superclasses from docs in favor of fixing zzzeeksphinx to omit these from warning Conflicts: doc/build/orm/internals.rst Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d11c7a197e55/ Changeset: d11c7a197e55 Branch: None User: zzzeek Date: 2014-12-27 22:56:40+00:00 Summary: - another bump Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3bc2e5d9b2ec/ Changeset: 3bc2e5d9b2ec Branch: rel_0_9 User: zzzeek Date: 2014-12-27 22:56:54+00:00 Summary: - another bump (cherry picked from commit d11c7a197e556eda873b267d20a03e317477e510) 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-01-26 23:44:39
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f94d75ede5f5/ Changeset: f94d75ede5f5 Branch: None User: Shaun Stanworth Date: 2015-01-26 23:43:19+00:00 Summary: Added psycopg2cffi dialect Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0953f2625046/ Changeset: 0953f2625046 Branch: None User: Shaun Stanworth Date: 2015-01-26 23:43:19+00:00 Summary: 78-char width Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/226bd8d7077c/ Changeset: 226bd8d7077c Branch: None User: Shaun Stanworth Date: 2015-01-26 23:43:19+00:00 Summary: Include psycopg2cffi in dialect docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a826ff366bf9/ Changeset: a826ff366bf9 Branch: None User: zzzeek Date: 2015-01-26 23:43:19+00:00 Summary: - additional test adjustments for pypy / psycopg2cffi. This consists mainly of adjusting fixtures to ensure connections are closed explicitly. psycopg2cffi also handles unicode bind parameter names differently than psycopg2, and seems to possibly have a little less control over floating point values at least in one test which is marked as a "fail", though will see if it runs differently on linux than osx.. - changelog for psycopg2cffi, fixes #3052 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...> - 2015-02-10 01:49:45
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8750596c110a/ Changeset: 8750596c110a Branch: None User: zzzeek Date: 2015-02-10 01:32:06+00:00 Summary: - test skips for MySQL w new cast warning Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0843bbcfbb4a/ Changeset: 0843bbcfbb4a Branch: None User: zzzeek Date: 2015-02-10 01:32:53+00:00 Summary: - add a fix to MySQL re: #3074 tests, make sure we check table is present Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/af4239874242/ Changeset: af4239874242 Branch: None User: zzzeek Date: 2015-02-10 01:43:28+00:00 Summary: - The MySQL dialect now supports CAST on types that are constructed as :class:`.TypeDecorator` objects. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3c46eb17ed03/ Changeset: 3c46eb17ed03 Branch: None User: zzzeek Date: 2015-02-10 01:49:19+00:00 Summary: - additional mysql cast-related 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...> - 2015-02-19 17:26:29
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b86b239c8752/ Changeset: b86b239c8752 Branch: None User: zzzeek Date: 2015-02-19 16:37:44+00:00 Summary: - autopep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d9138da8bc9b/ Changeset: d9138da8bc9b Branch: rel_0_9 User: zzzeek Date: 2015-02-19 16:38:00+00:00 Summary: - autopep8 (cherry picked from commit b86b239c87528cfd898b8b1c66fe1c78f127cccc) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/145db3bed746/ Changeset: 145db3bed746 Branch: None User: zzzeek Date: 2015-02-19 17:01:22+00:00 Summary: - repair merge failure Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/140e8254a23c/ Changeset: 140e8254a23c Branch: None User: zzzeek Date: 2015-02-19 17:01:48+00:00 Summary: - expect_warnings was not expecting and neither was assert_warnings asserting. 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-02-26 00:06:59
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eb6e7daf8e54/ Changeset: eb6e7daf8e54 Branch: None User: zzzeek Date: 2015-02-25 23:28:50+00:00 Summary: - textual approach Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3bda44515a1c/ Changeset: 3bda44515a1c Branch: None User: zzzeek Date: 2015-02-25 23:34:01+00:00 Summary: - add our basic tests into the suite Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2bdf5103c804/ Changeset: 2bdf5103c804 Branch: None User: zzzeek Date: 2015-02-25 23:47:37+00:00 Summary: - basic idea for deferred. behavioral change: if a string SQL is sent, we aren't undeferring based on column presence alone; has to be explicitly undeferred. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a60ff8f91bf7/ Changeset: a60ff8f91bf7 Branch: row_proc_integration User: zzzeek Date: 2015-02-26 00:06:21+00:00 Summary: - turn PK getting into idxloader. - idxloader gets simpler 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-12 20:24:36
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/47deb6152669/ Changeset: 47deb6152669 Branch: None User: zzzeek Date: 2015-03-12 20:22:08+00:00 Summary: - Fixed regression from 0.9.9 where the :func:`.as_declarative` symbol was removed from the ``sqlalchemy.ext.declarative`` namespace. fixes #3324 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fe25322564d6/ Changeset: fe25322564d6 Branch: rel_0_9 User: zzzeek Date: 2015-03-12 20:23:09+00:00 Summary: - repair forwards-port directives Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/75b4c67a56f6/ Changeset: 75b4c67a56f6 Branch: None User: zzzeek Date: 2015-03-12 20:23:24+00:00 Summary: - repair forwards-port directives Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a54b783c49b6/ Changeset: a54b783c49b6 Branch: None User: zzzeek Date: 2015-03-12 20:23:43+00:00 Summary: - ensure as_declarative is part of __all__ 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...> - 2015-04-03 21:55:18
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3365a4f78ed5/ Changeset: 3365a4f78ed5 Branch: None User: asadoughi Date: 2015-03-20 22:04:29+00:00 Summary: Allow kwargs to be passed through update() This is useful to be able to pass in mysql_limit=1 from using the ORM. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c19ea20875e3/ Changeset: c19ea20875e3 Branch: None User: zzzeek Date: 2015-04-03 21:48:19+00:00 Summary: Merge remote-tracking branch 'origin/pr/164' into pr164 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/06d9307ae237/ Changeset: 06d9307ae237 Branch: pr164 User: zzzeek Date: 2015-04-03 21:53:49+00:00 Summary: - changelog + docstring for pullreq github:164 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/09a291545777/ Changeset: 09a291545777 Branch: None User: zzzeek Date: 2015-04-03 21:54:49+00:00 Summary: - next will be 1.0.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...> - 2015-05-24 21:17:26
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/96f49085b8dd/ Changeset: 96f49085b8dd Branch: None User: zzzeek Date: 2015-05-24 21:07:54+00:00 Summary: - autopep8 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0198d9aa5fee/ Changeset: 0198d9aa5fee Branch: None User: zzzeek Date: 2015-05-24 21:08:02+00:00 Summary: - break out binary insert against None, disable for freetds for now Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0598b789d1c5/ Changeset: 0598b789d1c5 Branch: None User: zzzeek Date: 2015-05-24 21:09:18+00:00 Summary: - autopep8 (cherry picked from commit 96f49085b8dd05062b97c4f9c892c071042dad66) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e20c8ce904fd/ Changeset: e20c8ce904fd Branch: rel_0_9 User: zzzeek Date: 2015-05-24 21:16:51+00:00 Summary: - break out binary insert against None, disable for freetds for now (cherry picked from commit 0198d9aa5fee96c7523cc3e827baaba442c0ba02) - backport no freetds rule 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-08-03 21:47:31
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b52fe06bade1/ Changeset: b52fe06bade1 Branch: ticket_3499 User: zzzeek Date: 2015-07-31 22:27:24+00:00 Summary: dev Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/292f5bec1cbf/ Changeset: 292f5bec1cbf Branch: None User: zzzeek Date: 2015-08-03 21:46:34+00:00 Summary: - add a note clarifying query.with_labels(), fixes #3506 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6416c2a3f768/ Changeset: 6416c2a3f768 Branch: rel_1_0 User: zzzeek Date: 2015-08-03 21:47:03+00:00 Summary: - add a note clarifying query.with_labels(), fixes #3506 (cherry picked from commit 292f5bec1cbfcaa9d16af8fe4149c7191f194f11) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3d4edfa51b43/ Changeset: 3d4edfa51b43 Branch: rel_0_9 User: zzzeek Date: 2015-08-03 21:47:07+00:00 Summary: - add a note clarifying query.with_labels(), fixes #3506 (cherry picked from commit 292f5bec1cbfcaa9d16af8fe4149c7191f194f11) 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-08-06 21:45:43
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/69fcabb33513/ Changeset: 69fcabb33513 Branch: None User: leorochael Date: 2015-08-06 21:26:45+00:00 Summary: Remove useless code `to_unicode` variable was created but was not used. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/838ce5bbad5a/ Changeset: 838ce5bbad5a Branch: None User: zzzeek Date: 2015-08-06 21:44:33+00:00 Summary: Merge pull request #191 from leorochael/leorochael-remove_dead_variable Remove useless code Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9bb1a6d90704/ Changeset: 9bb1a6d90704 Branch: rel_1_0 User: leorochael Date: 2015-08-06 21:45:12+00:00 Summary: Remove useless code `to_unicode` variable was created but was not used. (cherry picked from commit 69fcabb335130bd0f6e9889c5b191c68192559b5) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c02a944b8593/ Changeset: c02a944b8593 Branch: rel_0_9 User: leorochael Date: 2015-08-06 21:45:19+00:00 Summary: Remove useless code `to_unicode` variable was created but was not used. (cherry picked from commit 69fcabb335130bd0f6e9889c5b191c68192559b5) 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-08-11 17:06:33
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/669a42c604e0/ Changeset: 669a42c604e0 Branch: None User: zzzeek Date: 2015-08-11 16:48:38+00:00 Summary: - pep8 test/orm/test_mapper Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7841611413c7/ Changeset: 7841611413c7 Branch: None User: zzzeek Date: 2015-08-11 16:48:52+00:00 Summary: - pep8 test/orm/test_mapper (cherry picked from commit 669a42c604e007623aeeb50a6f01b217badc8ceb) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5198b1de3102/ Changeset: 5198b1de3102 Branch: None User: zzzeek Date: 2015-08-11 17:05:17+00:00 Summary: - Fixed 1.0 regression where the "noload" loader strategy would fail to function for a many-to-one relationship. The loader used an API to place "None" into the dictionary which no longer actually writes a value; this is a side effect of :ticket:`3061`. - remove InstanceState._initialize() totally, it's used nowhere else and no longer does what it says it does - fill in fowards-port version ids throughout the changes for 1.0.9 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f3548909e5d/ Changeset: 7f3548909e5d Branch: rel_1_0 User: zzzeek Date: 2015-08-11 17:06:10+00:00 Summary: - Fixed 1.0 regression where the "noload" loader strategy would fail to function for a many-to-one relationship. The loader used an API to place "None" into the dictionary which no longer actually writes a value; this is a side effect of :ticket:`3061`. - remove InstanceState._initialize() totally, it's used nowhere else and no longer does what it says it does - fill in fowards-port version ids throughout the changes for 1.0.9 (cherry picked from commit 5198b1de31029cc985102cd13569086a7056c2f1) 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...> - 2015-08-25 01:53:26
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/af2e6eeb23e7/ Changeset: af2e6eeb23e7 Branch: ticket_3516 User: zzzeek Date: 2015-08-24 22:25:38+00:00 Summary: - wip Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0127ac668e40/ Changeset: 0127ac668e40 Branch: None User: zzzeek Date: 2015-08-25 01:52:33+00:00 Summary: - re-document and fully cross link all of configure_mappers(), mapper_configured(), after_configured(), and before_configured(). Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ac9de3f7a237/ Changeset: ac9de3f7a237 Branch: rel_1_0 User: zzzeek Date: 2015-08-25 01:53:00+00:00 Summary: - re-document and fully cross link all of configure_mappers(), mapper_configured(), after_configured(), and before_configured(). (cherry picked from commit 0127ac668e405584d74c92768a9f0dc7913798fe) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9614741c87fa/ Changeset: 9614741c87fa Branch: rel_0_9 User: zzzeek Date: 2015-08-25 01:53:03+00:00 Summary: - re-document and fully cross link all of configure_mappers(), mapper_configured(), after_configured(), and before_configured(). (cherry picked from commit 0127ac668e405584d74c92768a9f0dc7913798fe) 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...> - 2015-09-02 22:25:44
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/108c60f460c7/ Changeset: 108c60f460c7 Branch: None User: zzzeek Date: 2015-09-02 21:55:15+00:00 Summary: - The :class:`.SessionEvents` suite now includes events to allow unambiguous tracking of all object lifecycle state transitions in terms of the :class:`.Session` itself, e.g. pending, transient, persistent, detached. The state of the object within each event is also defined. fixes #2677 - Added a new session lifecycle state :term:`deleted`. This new state represents an object that has been deleted from the :term:`persistent` state and will move to the :term:`detached` state once the transaction is committed. This resolves the long-standing issue that objects which were deleted existed in a gray area between persistent and detached. The :attr:`.InstanceState.persistent` accessor will **no longer** report on a deleted object as persistent; the :attr:`.InstanceState.deleted` accessor will instead be True for these objects, until they become detached. - The :paramref:`.Session.weak_identity_map` parameter is deprecated. See the new recipe at :ref:`session_referencing_behavior` for an event-based approach to maintaining strong identity map behavior. references #3517 Affected #: 17 files https://bitbucket.org/zzzeek/sqlalchemy/commits/606135dd989f/ Changeset: 606135dd989f Branch: None User: zzzeek Date: 2015-09-02 21:55:26+00:00 Summary: Merge branch 'ticket_2677' Affected #: 22 files https://bitbucket.org/zzzeek/sqlalchemy/commits/518438bc4c35/ Changeset: 518438bc4c35 Branch: rel_1_0 User: zzzeek Date: 2015-09-02 21:55:48+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. (cherry picked from commit 8be93c23ee566de7cefd7d1b8ef044324132a70f) Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3c6f88824f0/ Changeset: d3c6f88824f0 Branch: rel_0_9 User: zzzeek Date: 2015-09-02 21:56:28+00:00 Summary: - add new documentation that applies to all modern SQLA versions, detailing ORM event recipes across the board. (cherry picked from commit 8be93c23ee566de7cefd7d1b8ef044324132a70f) Conflicts: doc/build/orm/events.rst 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...> - 2015-09-08 22:10:59
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3bd58fac7b60/ Changeset: 3bd58fac7b60 Branch: None User: davidjb Date: 2015-08-28 03:57:54+00:00 Summary: Minor grammar fix for capitalisation in session docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/74781d853290/ Changeset: 74781d853290 Branch: None User: zzzeek Date: 2015-09-08 22:09:06+00:00 Summary: Merge pull request #197 from davidjb/master Minor grammar fix for capitalisation in session docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/320b28e332b5/ Changeset: 320b28e332b5 Branch: rel_1_0 User: davidjb Date: 2015-09-08 22:10:01+00:00 Summary: Minor grammar fix for capitalisation in session docs (cherry picked from commit 3bd58fac7b607007cb42ab7e41d2e2d01fc390e2) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6515d8ffcf9e/ Changeset: 6515d8ffcf9e Branch: rel_0_9 User: davidjb Date: 2015-09-08 22:10:06+00:00 Summary: Minor grammar fix for capitalisation in session docs (cherry picked from commit 3bd58fac7b607007cb42ab7e41d2e2d01fc390e2) 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-09-10 13:38:06
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/db824b535359/ Changeset: db824b535359 Branch: None User: jasonamyers Date: 2015-09-10 13:23:54+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/89276b5cadaa/ Changeset: 89276b5cadaa Branch: rel_1_0 User: jasonamyers Date: 2015-09-10 13:36:37+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4c625bca36e0/ Changeset: 4c625bca36e0 Branch: rel_0_9 User: jasonamyers Date: 2015-09-10 13:37:29+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Conflicts: lib/sqlalchemy/ext/hybrid.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/31c0f3a474c4/ Changeset: 31c0f3a474c4 Branch: rel_0_8 User: jasonamyers Date: 2015-09-10 13:37:39+00:00 Summary: Correcting the Hybrid Property Example Fixes #3528 Signed-off-by: Jason Myers <ja...@ja...> Conflicts: lib/sqlalchemy/ext/hybrid.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...> - 2015-09-24 17:53:48
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a9b5fb3f4978/ Changeset: a9b5fb3f4978 Branch: None User: Eric Siegerman Date: 2015-09-24 17:22:45+00:00 Summary: Add Query.one_or_none() Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5b71858533ea/ Changeset: 5b71858533ea Branch: None User: zzzeek Date: 2015-09-24 17:52:25+00:00 Summary: - replicate Query.one_or_none to BakedQuery - changelog / version note finishing Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3183a0fecef4/ Changeset: 3183a0fecef4 Branch: None User: Eric Siegerman Date: 2015-09-24 17:53:20+00:00 Summary: Add Query.one_or_none() (cherry picked from commit a9b5fb3f497837c0a4f1122c49c5dd54c87474a0) Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8c824ddb0084/ Changeset: 8c824ddb0084 Branch: rel_1_0 User: zzzeek Date: 2015-09-24 17:53:26+00:00 Summary: - replicate Query.one_or_none to BakedQuery - changelog / version note finishing (cherry picked from commit 5b71858533ea153dec119b3592631fdb1500a15f) 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-09-28 21:49:39
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8174e7236be3/ Changeset: 8174e7236be3 Branch: None User: Brian Van Klaveren Date: 2015-09-09 21:03:14+00:00 Summary: Support get_schema_names for SQLite Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4d53b3124726/ Changeset: 4d53b3124726 Branch: None User: Brian Van Klaveren Date: 2015-09-09 21:23:27+00:00 Summary: Support get_schema_names for SQLite Should return "main" and the names of attached databases. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e4d445c6f56b/ Changeset: e4d445c6f56b Branch: None User: zzzeek Date: 2015-09-28 19:40:39+00:00 Summary: Merge remote-tracking branch 'origin/pr/198' into pr198 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5bb2536cc57c/ Changeset: 5bb2536cc57c Branch: None User: zzzeek Date: 2015-09-28 21:48:55+00:00 Summary: - limit the search for schemas to not include "temp", which is sort of an implicit schema - repair the CREATE INDEX ddl for schemas - update provisioning to include support for setting up ATTACH DATABASE up front for the test_schema; enable "schemas" testing for SQLite - changelog / migration notes for new SQLite schema support - include the "schema" as the "remote_schema" when we reflect SQLite FKs 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-10-01 13:39:51
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ac0892028493/ Changeset: ac0892028493 Branch: None User: zzzeek Date: 2015-10-01 13:38:22+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f8f3cbf1ed87/ Changeset: f8f3cbf1ed87 Branch: rel_1_0 User: zzzeek Date: 2015-10-01 13:39:10+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 (cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fb190fbfed4e/ Changeset: fb190fbfed4e Branch: rel_0_9 User: zzzeek Date: 2015-10-01 13:39:16+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 (cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e66297ea3798/ Changeset: e66297ea3798 Branch: rel_0_8 User: zzzeek Date: 2015-10-01 13:39:21+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 (cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc) 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...> - 2015-10-07 03:43:52
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5bdd2eca1cb2/ Changeset: 5bdd2eca1cb2 Branch: None User: zzzeek Date: 2015-10-07 02:42:51+00:00 Summary: - more doc updates Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ec0867e9e639/ Changeset: ec0867e9e639 Branch: None User: zzzeek Date: 2015-10-07 02:46:44+00:00 Summary: - fix tests for sqlite - add test for sqlite no PK support Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0a34070d9274/ Changeset: 0a34070d9274 Branch: None User: zzzeek Date: 2015-10-07 02:53:54+00:00 Summary: - illustrate / test workaround for FetchedValue Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ba47b3e756b2/ Changeset: ba47b3e756b2 Branch: ticket_3216 User: zzzeek Date: 2015-10-07 03:43:33+00:00 Summary: - get tests working - re-support the use case of composite PK where some cols are *supposed* to be NULL, check nullable flag 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...> - 2015-10-20 22:15:07
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ffe8569fbaa/ Changeset: 3ffe8569fbaa Branch: None User: zzzeek Date: 2015-10-20 22:01:52+00:00 Summary: - try to make this language more succinct and fix links Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/426020464749/ Changeset: 426020464749 Branch: rel_1_0 User: zzzeek Date: 2015-10-20 22:01:52+00:00 Summary: 1.0.9 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/13278d110804/ Changeset: 13278d110804 Branch: None User: zzzeek Date: 2015-10-20 22:13:16+00:00 Summary: - try to make this language more succinct and fix links (cherry picked from commit 3ffe8569fbaa72c2d844604b600c4661097339eb) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8a4a1fd70ab9/ Changeset: 8a4a1fd70ab9 Branch: None User: zzzeek Date: 2015-10-20 22:14:26+00:00 Summary: - release date for 1.0.9 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-11-21 21:48:29
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/068d37035a5d/ Changeset: 068d37035a5d Branch: None User: zzzeek Date: 2015-11-21 21:20:25+00:00 Summary: - don't create tables on compile-only tests Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3eac2d89c2b7/ Changeset: 3eac2d89c2b7 Branch: None User: zzzeek Date: 2015-11-21 21:20:45+00:00 Summary: - don't create tables on compile-only tests (cherry picked from commit 068d37035a5d0004dc93712f4fa88703aefa4076) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/60c36ca8418c/ Changeset: 60c36ca8418c Branch: None User: zzzeek Date: 2015-11-21 21:36:50+00:00 Summary: - Fixed joinedload bug which would occur when a. the query includes limit/offset criteria that forces a subquery b. the relationship uses "secondary" c. the primaryjoin of the relationship refers to a column that is either not part of the primary key, or is a PK col in a joined-inheritance subclass table that is under a different attribute name than the parent table's primary key column d. the query defers the columns that are present in the primaryjoin, typically via not being included in load_only(); the necessary column(s) would not be present in the subquery and produce invalid SQL. fixes #3592 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7998f15b1687/ Changeset: 7998f15b1687 Branch: rel_1_0 User: zzzeek Date: 2015-11-21 21:48:05+00:00 Summary: - Fixed joinedload bug which would occur when a. the query includes limit/offset criteria that forces a subquery b. the relationship uses "secondary" c. the primaryjoin of the relationship refers to a column that is either not part of the primary key, or is a PK col in a joined-inheritance subclass table that is under a different attribute name than the parent table's primary key column d. the query defers the columns that are present in the primaryjoin, typically via not being included in load_only(); the necessary column(s) would not be present in the subquery and produce invalid SQL. fixes #3592 (cherry picked from commit 60c36ca8418cec180733a4d97637699fa2d3c36e) 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-11-30 17:55:31
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/11e190ef079e/ Changeset: 11e190ef079e Branch: None User: jeffwidman Date: 2015-11-17 02:47:29+00:00 Summary: Fix typo: wtihin --> within Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/38e043a475db/ Changeset: 38e043a475db Branch: None User: zzzeek Date: 2015-11-30 17:53:56+00:00 Summary: Merge remote-tracking branch 'origin/pr/214' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b552a75a5248/ Changeset: b552a75a5248 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 17:54:08+00:00 Summary: Merge remote-tracking branch 'origin/pr/214' (cherry picked from commit 38e043a475db210143c46588fca70838c9c47c8a) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/723c96f7f5db/ Changeset: 723c96f7f5db Branch: rel_0_9 User: zzzeek Date: 2015-11-30 17:54:18+00:00 Summary: Merge remote-tracking branch 'origin/pr/214' (cherry picked from commit 38e043a475db210143c46588fca70838c9c47c8a) 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-07 22:26:12
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d7eae8c95ca8/ Changeset: d7eae8c95ca8 Branch: None User: zzzeek Date: 2015-12-07 22:09:11+00:00 Summary: - flake8 test_reflection and rework the type-based tests into individual categories w/ modernized fixtures, assert attributes within type objects. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3f42743d6aa1/ Changeset: 3f42743d6aa1 Branch: None User: zzzeek Date: 2015-12-07 22:24:09+00:00 Summary: - Fixed bug in MySQL reflection where the "fractional sections portion" of the :class:`.mysql.DATETIME`, :class:`.mysql.TIMESTAMP` and :class:`.mysql.TIME` types would be incorrectly placed into the ``timestamp`` attribute, which is unused by MySQL, instead of the ``fsp`` attribute. fixes #3602 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c18ff4e404af/ Changeset: c18ff4e404af Branch: None User: zzzeek Date: 2015-12-07 22:25:23+00:00 Summary: - flake8 test_reflection and rework the type-based tests into individual categories w/ modernized fixtures, assert attributes within type objects. (cherry picked from commit d7eae8c95ca8c5963fc78fc997ed0f2da76aed31) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f3137aa45998/ Changeset: f3137aa45998 Branch: rel_1_0 User: zzzeek Date: 2015-12-07 22:25:27+00:00 Summary: - Fixed bug in MySQL reflection where the "fractional sections portion" of the :class:`.mysql.DATETIME`, :class:`.mysql.TIMESTAMP` and :class:`.mysql.TIME` types would be incorrectly placed into the ``timestamp`` attribute, which is unused by MySQL, instead of the ``fsp`` attribute. fixes #3602 (cherry picked from commit 3f42743d6aa1326a80a0ed720a92266aa5fbf209) 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...> - 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-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. |