summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' into rel_0_9Mike Bayer2013-12-073-12/+15
|\ \ \ \ | |/ / /
| * | | - remove verbiage about "namespaces" from the dogpile example, [ticket:2862]Mike Bayer2013-12-073-12/+15
* | | | Merge branch 'master' into rel_0_9Mike Bayer2013-12-074-16/+69
|\ \ \ \ | |/ / /
| * | | - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-074-16/+69
* | | | Merge branch 'master' into rel_0_9Mike Bayer2013-12-061-2/+4
|\ \ \ \ | |/ / /
| * | | - restore having the connection closed before decrementing the overflow counterMike Bayer2013-12-061-2/+4
* | | | Merge branch 'master' into rel_0_9Mike Bayer2013-12-063-31/+126
|\ \ \ \ | |/ / /
| * | | - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-063-31/+126
| * | | - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-063-8/+36
| | |/ | |/|
* | | - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-063-8/+36
|/ /
* | - 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
* | - 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