| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 2 | -0/+66 |
| * | - changelog + test for pullreq #7, MSSQL dialect for DROP INDEX | Mike Bayer | 2013-12-05 | 1 | -0/+11 |
| * | - add a new example section for "join conditions", start putting | Mike Bayer | 2013-12-05 | 1 | -0/+7 |
| * | fix underline | Mike Bayer | 2013-12-05 | 1 | -1/+1 |
| * | - reflection of unique constraints backported to 0.8.4 [ticket:1443] | Mike Bayer | 2013-12-03 | 2 | -8/+9 |
| * | - The :class:`.DeferredReflection` class has been enhanced to provide | Mike Bayer | 2013-12-03 | 1 | -0/+12 |
| * | - Added ORA-02396 "maximum idle time" error code to list of | Mike Bayer | 2013-12-03 | 1 | -0/+8 |
| * | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 3 | -1/+102 |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 4 | -15/+18 |
| * | remove whitespace | Mike Bayer | 2013-11-30 | 1 | -272/+272 |
| * | - changelog | Mike Bayer | 2013-11-30 | 1 | -0/+8 |
| * | not new anymore... | Mike Bayer | 2013-11-30 | 1 | -6/+0 |
| * | - selected documentation issues | Mike Bayer | 2013-11-30 | 3 | -93/+550 |
| * | - re-document synonyms and remove warnings about "superseded"; synonyms | Mike Bayer | 2013-11-30 | 1 | -6/+80 |
| * | - Fixed bug where values within an ENUM weren't escaped for single | Mike Bayer | 2013-11-30 | 2 | -0/+30 |
| * | - start reworking examples to include more code from the wiki. | Mike Bayer | 2013-11-29 | 1 | -47/+68 |
| * | remove this | Mike Bayer | 2013-11-29 | 1 | -11/+0 |
| * | Fixed bug where in Py2K a unicode literal would not be accepted | Mike Bayer | 2013-11-29 | 1 | -0/+7 |
| * | - reduce verbiage in mutation.py regarding legacy style, place under versiona... | Mike Bayer | 2013-11-29 | 2 | -3/+8 |
| * | Merge pull request #46 from vrajmohan/master | mike bayer | 2013-11-29 | 6 | -5/+12 |
| |\ |
|
| | * | Generate API and resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+4 |
| | * | Fix cross references | Vraj Mohan | 2013-11-17 | 3 | -3/+4 |
| | * | Add API generation to resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+2 |
| | * | Add module documentation to resolve references | Vraj Mohan | 2013-11-17 | 1 | -0/+2 |
| * | | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 3 | -6/+67 |
| * | | - changelog, migration | Mike Bayer | 2013-11-28 | 2 | -0/+56 |
| * | | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 2 | -19/+18 |
| * | | - The :func:`.create_engine` routine and the related | Mike Bayer | 2013-11-24 | 2 | -5/+53 |
| * | | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -0/+18 |
| * | | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 2 | -0/+61 |
| * | | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -0/+11 |
| * | | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -0/+9 |
| * | | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -0/+9 |
| * | | - Fixed a regression caused by :ticket:`2812` where the repr() for | Mike Bayer | 2013-11-21 | 1 | -0/+8 |
| * | | break up behavioral changes into ORM and Core | Mike Bayer | 2013-11-19 | 1 | -64/+69 |
| * | | - The :class:`.RowProxy` object is now sortable in Python as a regular | Mike Bayer | 2013-11-19 | 2 | -0/+37 |
| * | | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 2 | -0/+74 |
| * | | Added support for new :attr:`.Session.info` attribute to | Mike Bayer | 2013-11-19 | 1 | -0/+6 |
| |/ |
|
| * | name it with a dash | Mike Bayer | 2013-11-17 | 1 | -1/+1 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 2 | -3/+24 |
| * | sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2 | Mike Bayer | 2013-11-14 | 2 | -20/+21 |
| * | Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mm | Mike Bayer | 2013-11-14 | 20 | -36/+76 |
| |\ |
|
| | * | Fix cross referencespr/44 | Vraj Mohan | 2013-11-14 | 3 | -11/+12 |
| | * | Add undocumented members to resolve cross references | Vraj Mohan | 2013-11-14 | 1 | -0/+1 |
| | * | Ensure API generation | Vraj Mohan | 2013-11-14 | 1 | -0/+3 |
| | * | Remove references to (previously removed) AbstractType | Vraj Mohan | 2013-11-14 | 1 | -4/+0 |
| | * | Change CompileException references to ConpileError | Vraj Mohan | 2013-11-14 | 1 | -2/+2 |
| | * | Fix references to exceptions | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
| | * | Ensure API generation of inherited members to resolve references | Vraj Mohan | 2013-11-14 | 1 | -0/+1 |
| | * | Fix cross reference | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |