summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* css updates to better work with RTD badgerel_0_5Mike Bayer2013-11-112-2/+17
|
* - farm out everthing to do with rtd out to the sqlalchemy.org siteMike Bayer2013-10-276-207/+33
| | | | | Conflicts: doc/build/builder/mako.py
* intall new build system, also disables PDFMike Bayer2012-11-187-214/+743
|
* genindex is 100% validMike Bayer2012-07-162-17/+20
|
* Add some `Sphinx` related version informations paragraph-level markups,Mike Bayer2012-06-083-8/+29
| | | | such as ``.. versionaddedd::``, ``.. versionchanged::`` and ``.. deprecated::``.
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-089-20/+47
| | | | such as ``.. versionadded::``, ``.. versionchanged::`` and ``.. deprecated::``.
* Add some basic CSS styles for version informations paragraph markups.Mike Bayer2012-06-081-1/+9
|
* update the search to call searchindex.js in the latest wayMike Bayer2012-02-141-1/+7
| | | | sphinx decides we should be, [ticket:2408]
* fix linkMike Bayer2012-01-231-1/+1
|
* integrate new readthedocs/sqla.org doc buildMike Bayer2012-01-2315-344/+975
|
* fix the genindex, [ticket:2366]Mike Bayer2012-01-051-5/+5
|
* implement jinja2 fallback for .js, .css files, [ticket:2359]Mike Bayer2011-12-301-11/+6
|
* - fix documentation versions in conf.py, other changes to site layoutMike Bayer2011-07-015-20/+31
|
* - updates to work with the latest sphinxMike Bayer2010-09-152-3/+7
|
* timings should use getitem and not the slow getattrGaëtan de Menten2010-03-031-4/+4
|
* - Removed "None" from a connection.execute() in the dialectMike Bayer2010-02-152-1/+6
| | | | | which potentially allows pygresql to work as an alternate DBAPI (but this is *not supported!!!*) [ticket:1691]
* - backported collate reflection fix from [ticket:1655]Mike Bayer2010-02-103-7/+9
|
* merge r6703 of trunk fixes [ticket:1661]Mike Bayer2010-02-022-2/+7
|
* fix flag nameMike Bayer2010-01-311-1/+1
|
* Fix #1663 on 0.5.x: the whitespace after DEFAULT may start with a newlineLele Gaifax2010-01-282-3/+4
|
* Fix #1582, backporting [6257]: handle spurious spaces reflecting default ↵Lele Gaifax2010-01-222-4/+13
| | | | values on Firebird
* clarify shallow copyMike Bayer2010-01-171-1/+1
|
* doc patch from [ticket:1651]Mike Bayer2010-01-172-1/+46
|
* 0.5.8rel_0_5_8Mike Bayer2010-01-161-1/+1
|
* this definitely has to go - theres bugs in merge(), serialization whichMike Bayer2010-01-101-176/+0
| | | | | prevent it from being useful. will have a much more comprehensive example in 0.6.
* new example - apply Beaker caching to a relation().Mike Bayer2010-01-081-0/+176
|
* - Default generators like Sequence() translate correctlyMike Bayer2010-01-073-4/+26
| | | | | | | | | across a copy() operation. - Sequence() and other DefaultGenerator objects are accepted as the value for the "default" and "onupdate" keyword arguments of Column, in addition to being accepted positionally.
* - merge of trunk r6611Mike Bayer2010-01-033-2/+24
| | | | | | | | | | - Fixed a column arithmetic bug that affected column correspondence for cloned selectables which contain free-standing column expressions. This bug is generally only noticeable when exercising newer ORM behavior only availble in 0.6 via [ticket:1568], but is more correct at the SQL expression level as well. [ticket:1617]
* - The copy() method on Column now supports uninitialized,Mike Bayer2010-01-023-6/+41
| | | | | | unnamed Column objects. This allows easy creation of declarative helpers which place common columns on multiple subclasses.
* formatting fixMike Bayer2009-12-301-4/+4
|
* some compile docsMike Bayer2009-12-301-0/+24
|
* dont crack up on entirely unsupported typesMike Bayer2009-12-292-0/+6
|
* make sure the native pg types work tooMike Bayer2009-12-292-2/+18
|
* Annotate #1646 fixLele Gaifax2009-12-291-1/+4
|
* Recognize more Firebird disconnection cases, fixing #1646 on 0.5.xLele Gaifax2009-12-291-4/+3
|
* - The extract() function, which was slightly improved inMike Bayer2009-12-295-17/+172
| | | | | | | | | | 0.5.7, needed a lot more work to generate the correct typecast (the typecasts appear to be necessary in PG's EXTRACT quite a lot of the time). The typecast is now generated using a rule dictionary based on PG's documentation for date/time/interval arithmetic. It also accepts text() constructs again, which was broken in 0.5.7. [ticket:1647]
* include jpg in recursive docMike Bayer2009-12-261-2/+2
|
* - only on oracle for that testrel_0_5_7Mike Bayer2009-12-264-15/+11
| | | | - replace that silly ASCII art thing with the jpg from 0.6
* - 0.5.7Mike Bayer2009-12-262-2/+2
| | | | - dev status is "stable"
* - The "table_names" dialect function, used by MetaDataMike Bayer2009-12-263-3/+42
| | | | | | | .reflect(), omits Oracle "index overflow tables", a system table generated by Oracle when "index only tables" with overflow are used. These tables aren't accessible via SQL and can't be reflected. [ticket:1637]
* - Fixed erroneous reference to "owner" attribute inMike Bayer2009-12-252-6/+11
| | | | | Informix dialect when reflecting tables. [ticket:1645]
* - add documented failure for newer pysqlite versionsMike Bayer2009-12-251-0/+6
|
* 2.4 changeMike Bayer2009-12-231-1/+1
|
* merged r6556 of trunk for [ticket:1641]Mike Bayer2009-12-183-1/+10
|
* - merged r6553 from trunkMike Bayer2009-12-143-5/+33
| | | | | | - Session.merge() now properly overwrites a many-to-one or uselist=False attribute to None if the attribute is also None in the given object to be merged.
* merge r6551 of trunk for [ticket:1354]Mike Bayer2009-12-092-2/+14
|
* - Fixed bug in query.update() when passing Cls.attributeMike Bayer2009-12-083-1/+9
| | | | | as keys in the value dict and using synchronize_session='expire'. [ticket:1436]
* merge r6545 of trunk for [ticket:1374]Mike Bayer2009-12-081-3/+2
|
* - merge of trunk r6544Mike Bayer2009-12-084-34/+68
| | | | | | | - Session.execute() now locates table- and mapper-specific binds based on a passed in expression which is an insert()/update()/delete() construct. [ticket:1054]
* - backport of r6540Mike Bayer2009-12-086-11/+103
| | | | | | | | | | | | | | | - The "use get" behavior of many-to-one relations, i.e. that a lazy load will fallback to the possibly cached query.get() value, now works across join conditions where the two compared types are not exactly the same class, but share the same "affinity" - i.e. Integer and SmallInteger. Also allows combinations of reflected and non-reflected types to work with 0.5 style type reflection, such as PGText/Text (note 0.6 reflects types as their generic versions). [ticket:1556] - types now support an "affinity comparison" operation, i.e. that an Integer/SmallInteger are "compatible", or a Text/String, PickleType/Binary, etc. Part of [ticket:1556].