]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/log
thirdparty/sqlalchemy/sqlalchemy.git
9 years agoUpdate base.py rel_0_7 bb_old/rel_0_7
Peter Demin [Wed, 7 Oct 2015 15:38:48 +0000 (11:38 -0400)] 
Update base.py

Docstring typo keysowrds => keywords
(cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106)

10 years ago- backport the latest version of scrolling
Mike Bayer [Tue, 30 Dec 2014 15:35:40 +0000 (10:35 -0500)] 
- backport the latest version of scrolling

(cherry picked from commit 69618c0d56882ac65594247c5f2d7189ccfa3077)

10 years ago- merge the safari-related changes to init.js from zzzeeksphinx
Mike Bayer [Mon, 29 Dec 2014 01:16:09 +0000 (20:16 -0500)] 
- merge the safari-related changes to init.js from zzzeeksphinx

(cherry picked from commit a2fc048775e3a9104db20881fa333bd7695d24ff)

11 years agorelative here
Mike Bayer [Thu, 29 May 2014 22:52:15 +0000 (18:52 -0400)] 
relative here

11 years ago- all new approach which allows the main text to be on the top
Mike Bayer [Thu, 29 May 2014 19:26:31 +0000 (15:26 -0400)] 
- all new approach which allows the main text to be on the top

11 years ago- disable the scrolling layout, anchors for code/params are not working,
Mike Bayer [Thu, 29 May 2014 16:28:19 +0000 (12:28 -0400)] 
- disable the scrolling layout, anchors for code/params are not working,
and the current approach used for sections is not able to work for fine-grained
anchors like these, another approach needs to be taken.

11 years ago- a rework of doc layout and nav:
Mike Bayer [Wed, 28 May 2014 14:56:52 +0000 (10:56 -0400)] 
- a rework of doc layout and nav:
  - reduce the real estate for the top nav; move the search box
    into the top yellow box, close in space
  - use a new CSS/js approach such that the top toolbar freezes from
    scrolling at the top of the page.  The left nav scrolls independently
    of the content pane so that the local contents remain visible regardless
    of scrolling.   this approach is disabled on mobile where the dual scrollbars
    may be cumbersome (overall the site is not well designed for mobile).

11 years ago- update mysql connector python links, #2938
Mike Bayer [Wed, 19 Feb 2014 01:51:25 +0000 (20:51 -0500)] 
- update mysql connector python links, #2938

11 years ago- the pronoun removal commit. there was only one instance of a
Mike Bayer [Sat, 30 Nov 2013 22:31:00 +0000 (17:31 -0500)] 
- the pronoun removal commit.   there was only one instance of a
standalone gendered pronoun with a gender-neutral subject, but also
have replaced all occurences of "his/her", "his or her", etc.  The docs have always
strived to account for both genders in any non-specific singular pronoun,
however recent controversy in the community suggests
that a zero-gendered-pronoun policy is probably best going forward.

Conflicts:
doc/build/changelog/migration_08.rst
doc/build/orm/session.rst
examples/nested_sets/nested_sets.py

11 years agosync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2
Mike Bayer [Fri, 15 Nov 2013 03:11:22 +0000 (22:11 -0500)] 
sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2

11 years agosync up 0.8's changelogs with 0.7....
Mike Bayer [Fri, 15 Nov 2013 03:06:20 +0000 (22:06 -0500)] 
sync up 0.8's changelogs with 0.7....

11 years agoFix indentation and escape *args and **kwargs
Vraj Mohan [Tue, 12 Nov 2013 19:39:18 +0000 (14:39 -0500)] 
Fix indentation and escape *args and **kwargs

11 years agocss updates to better work with RTD badge
Mike Bayer [Tue, 12 Nov 2013 01:36:35 +0000 (20:36 -0500)] 
css updates to better work with RTD badge

11 years agofix to the changelog system for when there's no change recs in the body
Mike Bayer [Sun, 27 Oct 2013 22:25:47 +0000 (18:25 -0400)] 
fix to the changelog system for when there's no change recs in the body

Conflicts:
doc/build/builder/changelog.py

11 years ago- farm out everthing to do with rtd out to the sqlalchemy.org site
Mike Bayer [Sun, 27 Oct 2013 18:43:35 +0000 (14:43 -0400)] 
- farm out everthing to do with rtd out to the sqlalchemy.org site

11 years ago- The regexp used by the :func:`.url.make_url` function now parses
Mike Bayer [Wed, 23 Oct 2013 19:02:36 +0000 (15:02 -0400)] 
- The regexp used by the :func:`.url.make_url` function now parses
ipv6 addresses, e.g. surrounded by brackets. [ticket:2851]

11 years agorender "backports"/ "forward ports" automatically, only write out
Mike Bayer [Tue, 17 Sep 2013 20:03:15 +0000 (15:03 -0500)] 
render "backports"/ "forward ports" automatically, only write out
changelog once

Conflicts:
doc/build/changelog/changelog_09.rst

Conflicts:
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst

11 years agocorrect for missing fail() methods which were lost when we removed unittest.TestCase
Mike Bayer [Mon, 26 Aug 2013 16:30:33 +0000 (12:30 -0400)] 
correct for missing fail() methods which were lost when we removed unittest.TestCase

11 years agoclean up formatting and other linting issues
Mike Bayer [Mon, 26 Aug 2013 16:29:27 +0000 (12:29 -0400)] 
clean up formatting and other linting issues

Conflicts:
test/ext/test_associationproxy.py

Conflicts:
test/ext/test_associationproxy.py

11 years ago- this comment is wrong, the method here returns all mapper entities
Mike Bayer [Sat, 24 Aug 2013 15:30:57 +0000 (11:30 -0400)] 
- this comment is wrong, the method here returns all mapper entities
- use a simple isinstance() check instead of looking for presence of
"primary_entity" flag, that's a little unclear

11 years agoFixed bug where list instrumentation would fail to represent a
Mike Bayer [Tue, 20 Aug 2013 17:27:27 +0000 (13:27 -0400)] 
Fixed bug where list instrumentation would fail to represent a
setslice of ``[0:0]`` correctly, which in particular could occur
when using ``insert(0, item)`` with the association proxy.  Due
to some quirk in Python collections, the issue was much more likely
with Python 3 rather than 2.  Also in 0.8.3, 0.7.11.
[ticket:2807]

Conflicts:
doc/build/changelog/changelog_09.rst

Conflicts:
doc/build/changelog/changelog_08.rst

11 years agoFixed regression dating back to 0.7.9 whereby the name of a CTE might
Mike Bayer [Sun, 18 Aug 2013 18:46:04 +0000 (14:46 -0400)] 
Fixed regression dating back to 0.7.9 whereby the name of a CTE might
not be properly quoted if it was referred to in multiple FROM clauses.
Also in 0.8.3, 0.7.11. [ticket:2801]

Conflicts:
doc/build/changelog/changelog_09.rst

Conflicts:
doc/build/changelog/changelog_08.rst

12 years agoUpdates to MySQL reserved words for versions 5.5, 5.6, courtesy
Mike Bayer [Thu, 1 Aug 2013 01:05:33 +0000 (21:05 -0400)] 
Updates to MySQL reserved words for versions 5.5, 5.6, courtesy
Hanno Schlichting.  Also in 0.8.3, 0.7.11.
[ticket:2791]

12 years agofix changelog
Mike Bayer [Wed, 31 Jul 2013 22:49:43 +0000 (18:49 -0400)] 
fix changelog

12 years ago- Fixed bug in common table expression system where if the CTE were
Mike Bayer [Wed, 31 Jul 2013 22:42:58 +0000 (18:42 -0400)] 
- Fixed bug in common table expression system where if the CTE were
used only as an ``alias()`` construct, it would not render using the
WITH keyword.
[ticket:2783]

12 years agoFixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a
Mike Bayer [Wed, 17 Jul 2013 15:18:59 +0000 (11:18 -0400)] 
Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a
:class:`.Column` object would not be propagated.  Also in 0.8.3, 0.7.11.
[ticket:2784]

12 years agoMerge pull request #17 from iElectric/docs/wording_yield_per
mike bayer [Sun, 14 Jul 2013 16:58:43 +0000 (09:58 -0700)] 
Merge pull request #17 from iElectric/docs/wording_yield_per

wording about supported dialects for Query.yield_per

12 years agomove to git dotfiles for 0.7 branch
Mike Bayer [Sat, 25 May 2013 21:14:08 +0000 (17:14 -0400)] 
move to git dotfiles for 0.7 branch

12 years ago- fix long-outdated documentation for sql_mode/ansiquotes,
Mike Bayer [Mon, 29 Apr 2013 23:21:44 +0000 (19:21 -0400)] 
- fix long-outdated documentation for sql_mode/ansiquotes,
closes [ticket:1552]

12 years agobackport just the test from 0.8 for [ticket:2710]. 0.7 doesn't
Mike Bayer [Sun, 21 Apr 2013 15:47:08 +0000 (11:47 -0400)] 
backport just the test from 0.8 for [ticket:2710].  0.7 doesn't
have this issue as it is a regression from [ticket:2229].

12 years ago- merge tests cleanup from default
Mike Bayer [Sun, 21 Apr 2013 15:33:56 +0000 (11:33 -0400)] 
- merge tests cleanup from default

12 years agorepair order by
Mike Bayer [Thu, 18 Apr 2013 19:46:07 +0000 (15:46 -0400)] 
repair order by

12 years ago- additional test + correction for [ticket:2699]
Mike Bayer [Thu, 18 Apr 2013 14:40:28 +0000 (10:40 -0400)] 
- additional test + correction for [ticket:2699]

12 years agopython2.4
Mike Bayer [Thu, 11 Apr 2013 23:43:51 +0000 (19:43 -0400)] 
python2.4

12 years agoindentation fix
Mike Bayer [Thu, 11 Apr 2013 20:33:40 +0000 (16:33 -0400)] 
indentation fix

12 years agoorder by...
Mike Bayer [Tue, 9 Apr 2013 18:48:59 +0000 (14:48 -0400)] 
order by...

12 years agoFixed bug when a query of the form:
Mike Bayer [Tue, 9 Apr 2013 15:58:59 +0000 (11:58 -0400)] 
Fixed bug when a query of the form:
``query(SubClass).options(subqueryload(Baseclass.attrname))``,
where ``SubClass`` is a joined inh of ``BaseClass``,
would fail to apply the ``JOIN`` inside the subquery
on the attribute load, producing a cartesian product.
The populated results still tended to be correct as additional
rows are just ignored, so this issue may be present as a
performance degradation in applications that are
otherwise working correctly. [ticket:2699]

12 years ago- Fixed bug in unit of work whereby a joined-inheritance
Mike Bayer [Mon, 1 Apr 2013 17:54:09 +0000 (13:54 -0400)] 
-  Fixed bug in unit of work whereby a joined-inheritance
    subclass could insert the row for the "sub" table
    before the parent table, if the two tables had no
    ForeignKey constraints set up between them. [ticket:2689]
- fixed glitch in assertsql.py regarding CompiledSQL + AllOf +
multiple params

12 years agoAdded support for Postgresql's traditional SUBSTRING
Mike Bayer [Sat, 9 Mar 2013 22:41:32 +0000 (17:41 -0500)] 
Added support for Postgresql's traditional SUBSTRING
function syntax, renders as "SUBSTRING(x FROM y FOR z)"
when regular ``func.substring()`` is used.
Courtesy Gunnlaugur Por Briem.
[ticket:2676]

12 years agoprint statement !
Mike Bayer [Mon, 4 Mar 2013 00:26:20 +0000 (19:26 -0500)] 
print statement !

12 years ago- Improved the error message emitted when a "backref loop" is detected,
Mike Bayer [Sun, 3 Mar 2013 18:59:12 +0000 (13:59 -0500)] 
- Improved the error message emitted when a "backref loop" is detected,
that is when an attribute event triggers a bidirectional
assignment between two other attributes with no end.
This condition can occur not just when an object of the wrong
type is assigned, but also when an attribute is mis-configured
to backref into an existing backref pair.
- A warning is emitted when a MapperProperty is assigned to a mapper
that replaces an existing property, if the properties in question
aren't plain column-based properties.   Replacement of relationship
properties is rarely (ever?) what is intended and usually refers to a
mapper mis-configuration.   This will also warn if a backref configures
itself on top of an existing one in an inheritance relationship
(which is an error in 0.8).
backport for [ticket:2674]

12 years ago- Fixed an import of "logging" in test_execute which was not
Mike Bayer [Sat, 2 Mar 2013 21:24:50 +0000 (16:24 -0500)] 
- Fixed an import of "logging" in test_execute which was not
working on some linux platforms.
[ticket:2669]

12 years ago- repair "map to selectable" example, place a caveat that this isn't
Mike Bayer [Sun, 24 Feb 2013 19:06:35 +0000 (14:06 -0500)] 
- repair "map to selectable" example, place a caveat that this isn't
something people should be pursuing

12 years ago- fix to PDF generation failing totally, latex tools here
Mike Bayer [Thu, 14 Feb 2013 20:58:11 +0000 (15:58 -0500)] 
- fix to PDF generation failing totally, latex tools here
are broken but will see if RTD produces a pdf

12 years agoAdded tag rel_0_7_10 for changeset 7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e
Mike Bayer [Fri, 8 Feb 2013 00:28:41 +0000 (19:28 -0500)] 
Added tag rel_0_7_10 for changeset 7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e

12 years ago- add upload options for GPG rel_0_7_10
Mike Bayer [Fri, 8 Feb 2013 00:28:37 +0000 (19:28 -0500)] 
- add upload options for GPG

12 years ago0.7.10
Mike Bayer [Fri, 8 Feb 2013 00:13:32 +0000 (19:13 -0500)] 
0.7.10

12 years agothis is 0.7.10
Mike Bayer [Thu, 7 Feb 2013 23:54:49 +0000 (18:54 -0500)] 
this is 0.7.10

12 years agoAdded a conditional import to the ``gaerdbms`` dialect which attempts
Mike Bayer [Sun, 3 Feb 2013 02:03:57 +0000 (21:03 -0500)] 
Added a conditional import to the ``gaerdbms`` dialect which attempts
to import rdbms_apiproxy vs. rdbms_googleapi to work
on both dev and production platforms.  Also now honors the
``instance`` attribute.  Courtesy Sean Lynch.  Also backported
enhancements to allow username/password as well as
fixing error code interpretation from 0.8.
[ticket:2649]

12 years agoBackported adjustment to ``__repr__`` for
Mike Bayer [Sat, 2 Feb 2013 22:00:32 +0000 (17:00 -0500)] 
Backported adjustment to ``__repr__`` for
:class:`.TypeDecorator` to 0.7, allows :class:`.PickleType`
to produce a clean ``repr()`` to help with Alembic.
[ticket:2594] [ticket:2584]

12 years agomoderinize ordering list docs [ticket:2557]
Mike Bayer [Sat, 2 Feb 2013 21:49:19 +0000 (16:49 -0500)] 
moderinize ordering list docs [ticket:2557]

12 years agoFixed bug where :meth:`.Table.tometadata` would fail if a
Mike Bayer [Sun, 27 Jan 2013 16:24:45 +0000 (11:24 -0500)] 
Fixed bug where :meth:`.Table.tometadata` would fail if a
:class:`.Column` had both a foreign key as well as an
alternate ".key" name for the column.
[ticket:2643]

12 years agoAdded a py3K conditional around unnecessary .decode()
Mike Bayer [Sun, 13 Jan 2013 00:52:26 +0000 (19:52 -0500)] 
Added a py3K conditional around unnecessary .decode()
call in mssql information schema, fixes reflection
in Py3K. [ticket:2638]

12 years agoremove all specifics from the "supported features" section as this
Mike Bayer [Sat, 12 Jan 2013 22:44:07 +0000 (17:44 -0500)] 
remove all specifics from the "supported features" section as this
is not maintainable

12 years agorecreate some profile results due to the change in #2650
Mike Bayer [Sat, 12 Jan 2013 22:38:23 +0000 (17:38 -0500)] 
recreate some profile results due to the change in #2650

12 years agoFixed potential memory leak which could occur if an
Mike Bayer [Sat, 12 Jan 2013 22:32:32 +0000 (17:32 -0500)] 
Fixed potential memory leak which could occur if an
arbitrary number of :func:`.sessionmaker` objects
were created.   The anonymous subclass created by
the sessionmaker, when dereferenced, would not be garbage
collected due to remaining class-level references from the
event package.  This issue also applies to any custom system
that made use of ad-hoc subclasses in conjunction with
an event dispatcher. [ticket:2650]

12 years ago:meth:`.Query.merge_result` can now load rows from an outer join
Mike Bayer [Tue, 8 Jan 2013 15:57:15 +0000 (10:57 -0500)] 
:meth:`.Query.merge_result` can now load rows from an outer join
where an entity may be ``None`` without throwing an error.

[ticket:2640]

12 years ago- add test_loading from 0.8
Mike Bayer [Tue, 8 Jan 2013 15:21:53 +0000 (10:21 -0500)] 
- add test_loading from 0.8
- adapt 0.8's system of pre-calcing labels from query entities

12 years agohappy new year (see #2645)
Diana Clarke [Tue, 1 Jan 2013 23:58:03 +0000 (18:58 -0500)] 
happy new year (see #2645)

12 years agomerge taavi's fix from default
Mike Bayer [Mon, 31 Dec 2012 16:51:39 +0000 (11:51 -0500)] 
merge taavi's fix from default

12 years agofixing typos in the types docs (see #2639)
Diana Clarke [Sun, 23 Dec 2012 23:18:29 +0000 (18:18 -0500)] 
fixing typos in the types docs (see #2639)

12 years agodocs - missing 'attr' in AssociationProxy join see #2636
Diana Clarke [Sun, 16 Dec 2012 13:04:52 +0000 (08:04 -0500)] 
docs - missing 'attr' in AssociationProxy join see #2636

12 years agoMore adjustment to this SQLite related issue which was released in
Mike Bayer [Fri, 14 Dec 2012 15:32:56 +0000 (10:32 -0500)] 
More adjustment to this SQLite related issue which was released in
0.7.9, to intercept legacy SQLite quoting characters when reflecting
foreign keys.  In addition to intercepting double quotes, other
quoting characters such as brackets, backticks, and single quotes
are now also intercepted. [ticket:2568]

12 years agoadd a doc for the [ticket:2631] quirk
Mike Bayer [Sun, 9 Dec 2012 01:39:32 +0000 (20:39 -0500)] 
add a doc for the [ticket:2631] quirk

12 years agoFixed bug where using server_onupdate=<FetchedValue|DefaultClause>
Mike Bayer [Sun, 9 Dec 2012 01:31:06 +0000 (20:31 -0500)] 
Fixed bug where using server_onupdate=<FetchedValue|DefaultClause>
without passing the "for_update=True" flag would apply the default
object to the server_default, blowing away whatever was there.
The explicit for_update=True argument shouldn't be needed with this usage
(especially since the documentation shows an example without it being
used) so it is now arranged internally using a copy of the given default
object, if the flag isn't set to what corresponds to that argument.
[ticket:2631]

12 years agoThe Oracle LONG type, while an unbounded text type, does not appear
Mike Bayer [Fri, 7 Dec 2012 00:32:58 +0000 (19:32 -0500)] 
The Oracle LONG type, while an unbounded text type, does not appear
to use the cx_Oracle.LOB type when result rows are returned,
so the dialect has been repaired to exclude LONG from
having cx_Oracle.LOB filtering applied.
[ticket:2620]

12 years agomerge dance
Mike Bayer [Fri, 7 Dec 2012 00:15:09 +0000 (19:15 -0500)] 
merge dance

12 years agoRepaired the usage of ``.prepare()`` in conjunction with
Mike Bayer [Fri, 7 Dec 2012 00:14:12 +0000 (19:14 -0500)] 
Repaired the usage of ``.prepare()`` in conjunction with
cx_Oracle so that a return value of ``False`` will result
in no call to ``connection.commit()``, hence avoiding
"no transaction" errors.   Two-phase transactions have
now been shown to work in a rudimental fashion with
SQLAlchemy and cx_oracle, however are subject to caveats
observed with the driver; check the documentation
for details. [ticket:2611]

12 years agoshould be 'where' not 'filter' #2546
Diana Clarke [Thu, 6 Dec 2012 00:54:40 +0000 (19:54 -0500)] 
should be 'where' not 'filter' #2546

12 years agoThe :class:`.MutableComposite` type did not allow for the
Mike Bayer [Tue, 4 Dec 2012 00:56:55 +0000 (19:56 -0500)] 
The :class:`.MutableComposite` type did not allow for the
:meth:`.MutableBase.coerce` method to be used, even though
the code seemed to indicate this intent, so this now works
and a brief example is added.  As a side-effect,
the mechanics of this event handler have been changed so that
new :class:`.MutableComposite` types no longer add per-type
global event handlers.  Also in 0.8.0b2.
[ticket:2624]

12 years agocomment out PDF for now, it sucks
Mike Bayer [Sun, 18 Nov 2012 17:36:24 +0000 (12:36 -0500)] 
comment out PDF for now, it sucks

12 years agoFixed :meth:`.MetaData.reflect` to correctly use
Mike Bayer [Wed, 14 Nov 2012 05:51:38 +0000 (00:51 -0500)] 
Fixed :meth:`.MetaData.reflect` to correctly use
the given :class:`.Connection`, if given, without
opening a second connection from that connection's
:class:`.Engine`. [ticket:2604]

12 years agoFixed bug whereby using "key" with Column
Mike Bayer [Wed, 14 Nov 2012 04:45:52 +0000 (23:45 -0500)] 
Fixed bug whereby using "key" with Column
in conjunction with "schema" for the owning
Table would fail to locate result rows due
to the MSSQL dialect's "schema rendering"
logic's failure to take .key into account.
[ticket:2607]

12 years agoremove some whitespace
Mike Bayer [Thu, 25 Oct 2012 19:58:26 +0000 (15:58 -0400)] 
remove some whitespace

12 years agoupdate to new doc system
Mike Bayer [Thu, 25 Oct 2012 19:49:44 +0000 (15:49 -0400)] 
update to new doc system

12 years ago - [bug] changed the list of cx_oracle types that are
Mike Bayer [Wed, 10 Oct 2012 17:22:57 +0000 (13:22 -0400)] 
  - [bug] changed the list of cx_oracle types that are
    excluded from the setinputsizes() step to only include
    STRING and UNICODE; CLOB and NCLOB are removed.  This
    is to work around cx_oracle behavior which is broken
    for the executemany() call.  In 0.8, this same change
    is applied however it is also configurable via the
    exclude_setinputsizes argument. [ticket:2561]

12 years ago- [feature] Added "read_timeout" flag to MySQLdb
Mike Bayer [Wed, 10 Oct 2012 17:15:16 +0000 (13:15 -0400)] 
- [feature] Added "read_timeout" flag to MySQLdb
    dialect.  [ticket:2554]

12 years ago- [feature] Added "raise_on_warnings" flag to OurSQL
Mike Bayer [Wed, 10 Oct 2012 17:13:41 +0000 (13:13 -0400)] 
- [feature] Added "raise_on_warnings" flag to OurSQL
    dialect.  [ticket:2523]

12 years ago- jam 0.8's rework of the session tests here so future merges have a chance of working
Mike Bayer [Sat, 6 Oct 2012 16:16:39 +0000 (12:16 -0400)] 
- jam 0.8's rework of the session tests here so future merges have a chance of working

12 years agofix __init__ in the metaclass
Mike Bayer [Thu, 4 Oct 2012 14:32:51 +0000 (10:32 -0400)] 
fix __init__ in the metaclass

12 years ago- add one more #2583 test to cover the "multiple PK switch" use case
Mike Bayer [Wed, 3 Oct 2012 15:11:34 +0000 (11:11 -0400)] 
- add one more #2583 test to cover the "multiple PK switch" use case

12 years ago - [bug] Fixed Session accounting bug whereby replacing
Mike Bayer [Wed, 3 Oct 2012 15:06:22 +0000 (11:06 -0400)] 
  - [bug] Fixed Session accounting bug whereby replacing
    a deleted object in the identity map with another
    object of the same primary key would raise a
    "conflicting state" error on rollback(),
    if the replaced primary key were established either
    via non-unitofwork-established INSERT statement
    or by primary key switch of another instance.
    [ticket:2583]

12 years agoAdded tag rel_0_7_9 for changeset b26bbaa14e5318140bf463fc1e1a9540e3c65e10
Mike Bayer [Mon, 1 Oct 2012 22:42:04 +0000 (18:42 -0400)] 
Added tag rel_0_7_9 for changeset b26bbaa14e5318140bf463fc1e1a9540e3c65e10

12 years agoadd .txt here rel_0_7_9
Mike Bayer [Mon, 1 Oct 2012 22:36:12 +0000 (18:36 -0400)] 
add .txt here

12 years ago0.7.9
Mike Bayer [Mon, 1 Oct 2012 22:32:49 +0000 (18:32 -0400)] 
0.7.9

12 years agoobvious tidy
Mike Bayer [Mon, 1 Oct 2012 21:28:57 +0000 (17:28 -0400)] 
obvious tidy

12 years ago - [bug] Fixed bug where reflection of primary key constraint
Mike Bayer [Sun, 30 Sep 2012 22:24:51 +0000 (18:24 -0400)] 
  - [bug] Fixed bug where reflection of primary key constraint
    would double up columns if the same constraint/table
    existed in multiple schemas.

12 years ago - [bug] Fixed bug in over() construct whereby
Mike Bayer [Sun, 30 Sep 2012 21:20:04 +0000 (17:20 -0400)] 
  - [bug] Fixed bug in over() construct whereby
    passing an empty list for either partition_by
    or order_by, as opposed to None, would fail
    to generate correctly.
    Courtesy Gunnlaugur Por Briem.
    [ticket:2574]

12 years ago- [bug] Fixed compiler bug whereby using a correlated
Mike Bayer [Sun, 30 Sep 2012 20:57:23 +0000 (16:57 -0400)] 
- [bug] Fixed compiler bug whereby using a correlated
    subquery within an ORDER BY would fail to render correctly
    if the stament also used LIMIT/OFFSET, due to mis-rendering
    within the ROW_NUMBER() OVER clause.  Fix courtesy
    sayap [ticket:2538]

12 years agoadd glossary, "release" term
Mike Bayer [Sun, 30 Sep 2012 15:56:55 +0000 (11:56 -0400)] 
add glossary, "release" term

12 years agosession modernize
Mike Bayer [Sun, 30 Sep 2012 15:31:49 +0000 (11:31 -0400)] 
session modernize

12 years ago- dont talk about metadata.bind
Mike Bayer [Sun, 30 Sep 2012 15:17:25 +0000 (11:17 -0400)] 
- dont talk about metadata.bind
- fix some :func:->:class: declared_attr

12 years ago- fix empty row insert in fixture, [ticket:2573]
Mike Bayer [Wed, 26 Sep 2012 14:35:55 +0000 (10:35 -0400)] 
- fix empty row insert in fixture, [ticket:2573]

12 years ago- [feature] Added support for the localtimestamp()
Mike Bayer [Wed, 26 Sep 2012 14:20:56 +0000 (10:20 -0400)] 
- [feature] Added support for the localtimestamp()
SQL function implemented in SQLite, courtesy
Richard Mitchell.  Added test

12 years agoMerged in mitchellrj/sqlalchemy (pull request #21)
Mike Bayer [Wed, 26 Sep 2012 14:17:55 +0000 (10:17 -0400)] 
Merged in mitchellrj/sqlalchemy (pull request #21)

12 years agomerge some version of the changes noted in [ticket:2426]
Mike Bayer [Tue, 25 Sep 2012 21:23:13 +0000 (17:23 -0400)] 
merge some version of the changes noted in [ticket:2426]

12 years ago- [bug] Added 'terminating connection' to the list
Mike Bayer [Tue, 25 Sep 2012 20:54:50 +0000 (16:54 -0400)] 
- [bug] Added 'terminating connection' to the list
    of messages we use to detect a disconnect with PG, which
    appears to be present in some versions when the server
    is restarted.  [ticket:2570]

12 years ago- [bug] Fixed the DropIndex construct to support
Mike Bayer [Mon, 24 Sep 2012 15:17:16 +0000 (11:17 -0400)] 
- [bug] Fixed the DropIndex construct to support
    an Index associated with a Table in a remote
    schema. [ticket:2571]

12 years ago - [bug] Columns in reflected primary key constraint
Mike Bayer [Sun, 23 Sep 2012 17:42:41 +0000 (13:42 -0400)] 
  - [bug] Columns in reflected primary key constraint
    are now returned in the order in which the constraint
    itself defines them, rather than how the table
    orders them.  Courtesy Gunnlaugur Por Briem.
    [ticket:2531].

12 years ago- upgrade to 0.8's exclusion mechanism for test compatibility
Mike Bayer [Sun, 23 Sep 2012 17:36:28 +0000 (13:36 -0400)] 
- upgrade to 0.8's exclusion mechanism for test compatibility