| Commit message (Expand) | Author | Age | Files | Lines |
| * | sqlalchemy/dialects/postgresql/pgjson:pr/50 | nathan | 2013-12-11 | 1 | -7/+14 |
| * | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-11 | 1 | -2/+14 |
| * | sqlalchemy/dialects/postgresql/psycopg2: | nathan | 2013-12-10 | 1 | -2/+0 |
| * | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-10 | 2 | -2/+19 |
| * | Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9 | nathan | 2013-12-09 | 2 | -6/+8 |
| |\ |
|
| | * | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 1 | -1/+5 |
| | * | Fix MSSQL dialects visit_drop_index to use the correct DDL | donkopotamus | 2013-12-05 | 1 | -5/+3 |
| * | | sqlalchemy/dialects/postgresql/__init__.py: | nathan | 2013-12-09 | 3 | -1/+114 |
| |/ |
|
| * | - reflection of unique constraints backported to 0.8.4 [ticket:1443] | Mike Bayer | 2013-12-03 | 1 | -1/+1 |
| * | - The :class:`.DeferredReflection` class has been enhanced to provide | Mike Bayer | 2013-12-03 | 2 | -38/+75 |
| * | - Added ORA-02396 "maximum idle time" error code to list of | Mike Bayer | 2013-12-03 | 1 | -1/+2 |
| * | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 3 | -12/+45 |
| * | - changelog | Mike Bayer | 2013-11-30 | 1 | -7/+8 |
| * | Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem... | Mike Bayer | 2013-11-30 | 1 | -0/+8 |
| |\ |
|
| | * | orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40 | schettino72 | 2013-11-25 | 1 | -1/+0 |
| | * | Add support for python3.3 list.clear() on orm.collections | schettino72 | 2013-11-06 | 1 | -0/+9 |
| * | | - re-document synonyms and remove warnings about "superseded"; synonyms | Mike Bayer | 2013-11-30 | 1 | -33/+50 |
| * | | - Fixed bug where values within an ENUM weren't escaped for single | Mike Bayer | 2013-11-30 | 1 | -1/+3 |
| * | | convert to a list here for py3k | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 2 | -13/+20 |
| * | | Fixed bug where in Py2K a unicode literal would not be accepted | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | - reduce verbiage in mutation.py regarding legacy style, place under versiona... | Mike Bayer | 2013-11-29 | 1 | -7/+3 |
| * | | Fixed a syntax error in example code. | Hyunjun Kim | 2013-11-29 | 1 | -1/+1 |
| * | | Merge pull request #45 from timka/patch-1 | mike bayer | 2013-11-29 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix sessionmaker.__repr__pr/45 | Timur | 2013-11-16 | 1 | -1/+1 |
| * | | | Merge pull request #46 from vrajmohan/master | mike bayer | 2013-11-29 | 12 | -29/+29 |
| |\ \ \ |
|
| | * | | | Fix cross referencespr/46 | Vraj Mohan | 2013-11-17 | 5 | -9/+9 |
| | * | | | Generate API and resolve cross references | Vraj Mohan | 2013-11-17 | 2 | -5/+5 |
| | * | | | Fix cross references | Vraj Mohan | 2013-11-17 | 4 | -13/+13 |
| | * | | | Add API generation to resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
| | * | | | Remove reference to defunct class | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
| * | | | | more fix | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | | | fix | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | | | make generativeselect available | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | | | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 4 | -193/+482 |
| * | | | | - repair the "lockmode" functionality of load_on_ident(). slightly problematic | Mike Bayer | 2013-11-28 | 1 | -4/+9 |
| * | | | | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 4 | -67/+114 |
| * | | | | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 5 | -17/+25 |
| * | | | | - work in progress, will squash | Mike Bayer | 2013-11-28 | 6 | -137/+163 |
| * | | | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 6 | -42/+156 |
| |\ \ \ \ |
|
| | * | | | | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 6 | -70/+135 |
| | * | | | | added ORM support | Mario Lassnig | 2013-11-14 | 4 | -16/+48 |
| | * | | | | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 4 | -1/+18 |
| | | |_|/
| |/| | |
|
| * | | | | - add more explicit docs for relationship mixin, [ticket:2876] | Mike Bayer | 2013-11-27 | 1 | -4/+50 |
| * | | | | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 2 | -12/+25 |
| * | | | | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 3 | -5/+18 |
| * | | | | - The :func:`.create_engine` routine and the related | Mike Bayer | 2013-11-24 | 1 | -7/+2 |
| * | | | | pg8000 fix for decimal return scale | Mike Bayer | 2013-11-23 | 1 | -1/+2 |
| * | | | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal... | Mike Bayer | 2013-11-23 | 4 | -12/+16 |
| * | | | | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 2 | -15/+13 |