summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sqlalchemy/dialects/postgresql/pgjson:pr/50nathan2013-12-111-7/+14
* sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-112-5/+51
* sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
* sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-103-3/+20
* Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-098-58/+148
|\
| * - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-055-53/+123
| * - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-052-0/+22
| * Merged in dharland/sqlalchemy/patch-mssql-drop-index (pull request #7) Mike Bayer2013-12-051-5/+3
| |\
| | * Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
* | | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-094-2/+270
|/ /
* | - add a new example section for "join conditions", start puttingMike Bayer2013-12-054-0/+217
* | fix underlineMike Bayer2013-12-051-1/+1
|/
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-033-9/+10
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-034-67/+170
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-032-1/+10
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-028-146/+428
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-307-20/+23
* remove whitespaceMike Bayer2013-11-301-272/+272
* make sure thread.join() is used completely hereMike Bayer2013-11-301-4/+8
* .toxMike Bayer2013-11-301-0/+1
* Merge pull request #49 from msabramo/add_note_to_README_unittests_about_toxmike bayer2013-11-301-0/+39
|\
| * README.unittests.rst: Add blurb about toxpr/49Marc Abramowitz2013-11-251-0/+39
* | - changelogMike Bayer2013-11-302-7/+16
* | Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-302-0/+18
|\ \
| * | orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-252-1/+10
| * | Add support for python3.3 list.clear() on orm.collectionsschettino722013-11-061-0/+9
* | | not new anymore...Mike Bayer2013-11-301-6/+0
* | | - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-302-26/+26
* | | - selected documentation issuesMike Bayer2013-11-303-93/+550
* | | - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-302-39/+130
* | | - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-304-1/+49
* | | forgot to add this, oopsieMike Bayer2013-11-303-0/+396
* | | simplify thisMike Bayer2013-11-301-20/+2
* | | convert to a list here for py3kMike Bayer2013-11-291-1/+1
* | | - add support for bindparam() called from AsFromTextMike Bayer2013-11-293-13/+32
* | | - start reworking examples to include more code from the wiki.Mike Bayer2013-11-296-300/+224
* | | remove thisMike Bayer2013-11-291-11/+0
* | | Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-293-2/+29
* | | - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-293-10/+11
* | | 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-2918-34/+41
|\ \ \ \
| * | | | Fix cross referencespr/46Vraj Mohan2013-11-175-9/+9
| * | | | Generate API and resolve cross referencesVraj Mohan2013-11-173-6/+9
| * | | | Fix cross referencesVraj Mohan2013-11-177-16/+17
| * | | | Add API generation to resolve cross referencesVraj Mohan2013-11-172-2/+3
| * | | | Add module documentation to resolve referencesVraj Mohan2013-11-171-0/+2
| * | | | Remove reference to defunct classVraj Mohan2013-11-171-1/+1
* | | | | more fixMike Bayer2013-11-291-1/+1