summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* sqlalchemy/dialects/postgresql/pgjson:pr/50nathan2013-12-111-7/+14
* sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-2/+14
* sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
* sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-102-2/+19
* Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-092-6/+8
|\
| * - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-051-1/+5
| * Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
* | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-093-1/+114
|/
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-031-1/+1
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-032-38/+75
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-031-1/+2
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-023-12/+45
* - changelogMike Bayer2013-11-301-7/+8
* Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-301-0/+8
|\
| * orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-1/+0
| * Add support for python3.3 list.clear() on orm.collectionsschettino722013-11-061-0/+9
* | - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-301-33/+50
* | - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-1/+3
* | convert to a list here for py3kMike Bayer2013-11-291-1/+1
* | - add support for bindparam() called from AsFromTextMike Bayer2013-11-292-13/+20
* | Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+1
* | - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-291-7/+3
* | Fixed a syntax error in example code.Hyunjun Kim2013-11-291-1/+1
* | Merge pull request #45 from timka/patch-1mike bayer2013-11-291-1/+1
|\ \
| * | Fix sessionmaker.__repr__pr/45Timur2013-11-161-1/+1
* | | Merge pull request #46 from vrajmohan/mastermike bayer2013-11-2912-29/+29
|\ \ \
| * | | Fix cross referencespr/46Vraj Mohan2013-11-175-9/+9
| * | | Generate API and resolve cross referencesVraj Mohan2013-11-172-5/+5
| * | | Fix cross referencesVraj Mohan2013-11-174-13/+13
| * | | Add API generation to resolve cross referencesVraj Mohan2013-11-171-1/+1
| * | | Remove reference to defunct classVraj Mohan2013-11-171-1/+1
* | | | more fixMike Bayer2013-11-291-1/+1
* | | | fixMike Bayer2013-11-291-1/+1
* | | | make generativeselect availableMike Bayer2013-11-291-1/+1
* | | | - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-294-193/+482
* | | | - repair the "lockmode" functionality of load_on_ident(). slightly problematicMike Bayer2013-11-281-4/+9
* | | | - add support for specifying tables or entities for "of"Mike Bayer2013-11-284-67/+114
* | | | - fix up rendering of "of"Mike Bayer2013-11-285-17/+25
* | | | - work in progress, will squashMike Bayer2013-11-286-137/+163
* | | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-286-42/+156
|\ \ \ \
| * | | | added LockmodeArgspr/42Mario Lassnig2013-11-286-70/+135
| * | | | added ORM supportMario Lassnig2013-11-144-16/+48
| * | | | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-124-1/+18
| | |_|/ | |/| |
* | | | - add more explicit docs for relationship mixin, [ticket:2876]Mike Bayer2013-11-271-4/+50
* | | | - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-262-12/+25
* | | | - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-253-5/+18
* | | | - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-7/+2
* | | | pg8000 fix for decimal return scaleMike Bayer2013-11-231-1/+2
* | | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-234-12/+16
* | | | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-232-15/+13