Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css updates to better work with RTD badgerel_0_5 | Mike Bayer | 2013-11-11 | 2 | -2/+17 |
| | |||||
* | - farm out everthing to do with rtd out to the sqlalchemy.org site | Mike Bayer | 2013-10-27 | 6 | -207/+33 |
| | | | | | Conflicts: doc/build/builder/mako.py | ||||
* | intall new build system, also disables PDF | Mike Bayer | 2012-11-18 | 7 | -214/+743 |
| | |||||
* | genindex is 100% valid | Mike Bayer | 2012-07-16 | 2 | -17/+20 |
| | |||||
* | Add some `Sphinx` related version informations paragraph-level markups, | Mike Bayer | 2012-06-08 | 3 | -8/+29 |
| | | | | such as ``.. versionaddedd::``, ``.. versionchanged::`` and ``.. deprecated::``. | ||||
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 9 | -20/+47 |
| | | | | such as ``.. versionadded::``, ``.. versionchanged::`` and ``.. deprecated::``. | ||||
* | Add some basic CSS styles for version informations paragraph markups. | Mike Bayer | 2012-06-08 | 1 | -1/+9 |
| | |||||
* | update the search to call searchindex.js in the latest way | Mike Bayer | 2012-02-14 | 1 | -1/+7 |
| | | | | sphinx decides we should be, [ticket:2408] | ||||
* | fix link | Mike Bayer | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | integrate new readthedocs/sqla.org doc build | Mike Bayer | 2012-01-23 | 15 | -344/+975 |
| | |||||
* | fix the genindex, [ticket:2366] | Mike Bayer | 2012-01-05 | 1 | -5/+5 |
| | |||||
* | implement jinja2 fallback for .js, .css files, [ticket:2359] | Mike Bayer | 2011-12-30 | 1 | -11/+6 |
| | |||||
* | - fix documentation versions in conf.py, other changes to site layout | Mike Bayer | 2011-07-01 | 5 | -20/+31 |
| | |||||
* | - updates to work with the latest sphinx | Mike Bayer | 2010-09-15 | 2 | -3/+7 |
| | |||||
* | timings should use getitem and not the slow getattr | Gaëtan de Menten | 2010-03-03 | 1 | -4/+4 |
| | |||||
* | - Removed "None" from a connection.execute() in the dialect | Mike Bayer | 2010-02-15 | 2 | -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 Bayer | 2010-02-10 | 3 | -7/+9 |
| | |||||
* | merge r6703 of trunk fixes [ticket:1661] | Mike Bayer | 2010-02-02 | 2 | -2/+7 |
| | |||||
* | fix flag name | Mike Bayer | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | Fix #1663 on 0.5.x: the whitespace after DEFAULT may start with a newline | Lele Gaifax | 2010-01-28 | 2 | -3/+4 |
| | |||||
* | Fix #1582, backporting [6257]: handle spurious spaces reflecting default ↵ | Lele Gaifax | 2010-01-22 | 2 | -4/+13 |
| | | | | values on Firebird | ||||
* | clarify shallow copy | Mike Bayer | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | doc patch from [ticket:1651] | Mike Bayer | 2010-01-17 | 2 | -1/+46 |
| | |||||
* | 0.5.8rel_0_5_8 | Mike Bayer | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | this definitely has to go - theres bugs in merge(), serialization which | Mike Bayer | 2010-01-10 | 1 | -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 Bayer | 2010-01-08 | 1 | -0/+176 |
| | |||||
* | - Default generators like Sequence() translate correctly | Mike Bayer | 2010-01-07 | 3 | -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 r6611 | Mike Bayer | 2010-01-03 | 3 | -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 Bayer | 2010-01-02 | 3 | -6/+41 |
| | | | | | | unnamed Column objects. This allows easy creation of declarative helpers which place common columns on multiple subclasses. | ||||
* | formatting fix | Mike Bayer | 2009-12-30 | 1 | -4/+4 |
| | |||||
* | some compile docs | Mike Bayer | 2009-12-30 | 1 | -0/+24 |
| | |||||
* | dont crack up on entirely unsupported types | Mike Bayer | 2009-12-29 | 2 | -0/+6 |
| | |||||
* | make sure the native pg types work too | Mike Bayer | 2009-12-29 | 2 | -2/+18 |
| | |||||
* | Annotate #1646 fix | Lele Gaifax | 2009-12-29 | 1 | -1/+4 |
| | |||||
* | Recognize more Firebird disconnection cases, fixing #1646 on 0.5.x | Lele Gaifax | 2009-12-29 | 1 | -4/+3 |
| | |||||
* | - The extract() function, which was slightly improved in | Mike Bayer | 2009-12-29 | 5 | -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 doc | Mike Bayer | 2009-12-26 | 1 | -2/+2 |
| | |||||
* | - only on oracle for that testrel_0_5_7 | Mike Bayer | 2009-12-26 | 4 | -15/+11 |
| | | | | - replace that silly ASCII art thing with the jpg from 0.6 | ||||
* | - 0.5.7 | Mike Bayer | 2009-12-26 | 2 | -2/+2 |
| | | | | - dev status is "stable" | ||||
* | - The "table_names" dialect function, used by MetaData | Mike Bayer | 2009-12-26 | 3 | -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 in | Mike Bayer | 2009-12-25 | 2 | -6/+11 |
| | | | | | Informix dialect when reflecting tables. [ticket:1645] | ||||
* | - add documented failure for newer pysqlite versions | Mike Bayer | 2009-12-25 | 1 | -0/+6 |
| | |||||
* | 2.4 change | Mike Bayer | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | merged r6556 of trunk for [ticket:1641] | Mike Bayer | 2009-12-18 | 3 | -1/+10 |
| | |||||
* | - merged r6553 from trunk | Mike Bayer | 2009-12-14 | 3 | -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 Bayer | 2009-12-09 | 2 | -2/+14 |
| | |||||
* | - Fixed bug in query.update() when passing Cls.attribute | Mike Bayer | 2009-12-08 | 3 | -1/+9 |
| | | | | | as keys in the value dict and using synchronize_session='expire'. [ticket:1436] | ||||
* | merge r6545 of trunk for [ticket:1374] | Mike Bayer | 2009-12-08 | 1 | -3/+2 |
| | |||||
* | - merge of trunk r6544 | Mike Bayer | 2009-12-08 | 4 | -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 r6540 | Mike Bayer | 2009-12-08 | 6 | -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]. |