summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dialects/mysql: inspect superclass for IntegerType in __repr__pr/53pr/52Haydn Dufrene2013-12-171-0/+4
* Merge branch 'rel_0_8' of /Users/classic/dev/sqlalchemy into rel_0_8rel_0_8_4Mike Bayer2013-12-081-1/+1
|\
| * forgot authors!!Mike Bayer2013-12-081-1/+1
* | 0.8.4 prepMike Bayer2013-12-082-2/+3
|/
* python2.5 fixMike Bayer2013-12-081-1/+1
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-073-35/+80
* specify run as module hereMike Bayer2013-12-071-5/+6
* - remove verbiage about "namespaces" from the dogpile example, [ticket:2862]Mike Bayer2013-12-073-20/+23
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-074-15/+68
* - restore having the connection closed before decrementing the overflow counterMike Bayer2013-12-061-2/+4
* - 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
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-052-0/+22
* Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
* fix for 2.5Mike Bayer2013-12-041-1/+1
* - move tests for unique constraints to dialect suite, includingMike Bayer2013-12-034-35/+57
* - backport unique constraints reflection to 0.8.4, therebyRoman Podolyaka2013-12-037-5/+147
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-032-1/+10
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-307-20/+23
* - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-293-10/+11
* Merge pull request #47 from yoloseem/patch-2mike bayer2013-11-291-1/+1
|\
| * Fixed a syntax error in example code.pr/47Hyunjun Kim2013-11-211-1/+1
* | -be more agnostic of quotes hereMike Bayer2013-11-231-2/+2
* | - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-224-3/+33
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-223-1/+18
* | - cleanupMike Bayer2013-11-221-274/+288
* | disable this test for py3k, this is better fixed in 0.9Mike Bayer2013-11-211-6/+7
* | py3k fix for non-ascii SQL stringsMike Bayer2013-11-211-2/+3
* | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-214-11/+40
* | - add a sanity-check test for repr(), comparing against what we getMike Bayer2013-11-211-1/+13
|/
* - apply a timeout to all join() calls for test_poolMike Bayer2013-11-171-5/+10
* sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2Mike Bayer2013-11-142-20/+21
* sync up the 07/08 changelogs from masterMike Bayer2013-11-142-89/+82
* add start-line here to avoid RST parse errorsMike Bayer2013-11-141-0/+1
* Fix cross referencesVraj Mohan2013-11-145-14/+15
* Add undocumented members to resolve cross referencesVraj Mohan2013-11-141-0/+1
* Ensure API generationVraj Mohan2013-11-141-0/+3
* Ensure API generation and fix cross referencesVraj Mohan2013-11-143-2/+37
* Ensure API doc for make_url and resolve referencesVraj Mohan2013-11-143-3/+5
* Suppress warnings about files not being included in any toctreeVraj Mohan2013-11-145-0/+10
* Fix indentation and escape *args and **kwargsVraj Mohan2013-11-142-3/+3
* Fix indentation and escape *args and **kwargsVraj Mohan2013-11-129-119/+124
* add sap sqlanywhereMike Bayer2013-11-121-0/+1
* css updates to better work with RTD badgeMike Bayer2013-11-112-2/+17
* - add a section re: using column_reflect for mapping, link to it from the "na...Mike Bayer2013-10-312-10/+51
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-303-5/+27
* merge the same fix from masterMike Bayer2013-10-281-1/+1
* no such thing as default_strategy()...Mike Bayer2013-10-281-2/+3
* fix to the changelog system for when there's no change recs in the bodyMike Bayer2013-10-271-1/+5
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-273-2/+17