summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-052-0/+66
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-051-0/+11
* - add a new example section for "join conditions", start puttingMike Bayer2013-12-051-0/+7
* fix underlineMike Bayer2013-12-051-1/+1
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-032-8/+9
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-031-0/+12
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-031-0/+8
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-023-1/+102
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-304-15/+18
* remove whitespaceMike Bayer2013-11-301-272/+272
* - changelogMike Bayer2013-11-301-0/+8
* not new anymore...Mike Bayer2013-11-301-6/+0
* - selected documentation issuesMike Bayer2013-11-303-93/+550
* - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-301-6/+80
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-302-0/+30
* - start reworking examples to include more code from the wiki.Mike Bayer2013-11-291-47/+68
* remove thisMike Bayer2013-11-291-11/+0
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-0/+7
* - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-292-3/+8
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-296-5/+12
|\
| * Generate API and resolve cross referencesVraj Mohan2013-11-171-1/+4
| * Fix cross referencesVraj Mohan2013-11-173-3/+4
| * Add API generation to resolve cross referencesVraj Mohan2013-11-171-1/+2
| * Add module documentation to resolve referencesVraj Mohan2013-11-171-0/+2
* | - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-293-6/+67
* | - changelog, migrationMike Bayer2013-11-282-0/+56
* | - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-252-19/+18
* | - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-242-5/+53
* | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-0/+18
* | - The precision used when coercing a returned floating point value toMike Bayer2013-11-222-0/+61
* | - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-0/+11
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-0/+9
* | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-0/+9
* | - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-0/+8
* | break up behavioral changes into ORM and CoreMike Bayer2013-11-191-64/+69
* | - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-192-0/+37
* | - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-192-0/+74
* | Added support for new :attr:`.Session.info` attribute toMike Bayer2013-11-191-0/+6
|/
* name it with a dashMike Bayer2013-11-171-1/+1
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-172-3/+24
* sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2Mike Bayer2013-11-142-20/+21
* Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mmMike Bayer2013-11-1420-36/+76
|\
| * Fix cross referencespr/44Vraj Mohan2013-11-143-11/+12
| * Add undocumented members to resolve cross referencesVraj Mohan2013-11-141-0/+1
| * Ensure API generationVraj Mohan2013-11-141-0/+3
| * Remove references to (previously removed) AbstractTypeVraj Mohan2013-11-141-4/+0
| * Change CompileException references to ConpileErrorVraj Mohan2013-11-141-2/+2
| * Fix references to exceptionsVraj Mohan2013-11-141-1/+1
| * Ensure API generation of inherited members to resolve referencesVraj Mohan2013-11-141-0/+1
| * Fix cross referenceVraj Mohan2013-11-141-1/+1