summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a syntax error in example code.pr/47Hyunjun Kim2013-11-211-1/+1
* - 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
* - farm out everthing to do with rtd out to the sqlalchemy.org siteMike Bayer2013-10-276-206/+33
* 0.8.3 releaserel_0_8_3Mike Bayer2013-10-262-2/+3
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-253-5/+45
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-233-14/+38
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-213-2/+21
* fix python 2.5 ismMike Bayer2013-10-201-2/+2
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-204-6/+87
* - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* - add a "limitations of reflection" section, [ticket:2233]Mike Bayer2013-10-182-1/+36
* use sets here to eliminate ordering as a factorMike Bayer2013-10-181-4/+4
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-183-2/+21
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-183-3/+127
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-143-1/+38
* workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* alphabetical orderingMike Bayer2013-10-131-17/+17
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-135-5/+259
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-133-7/+66
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-123-2/+24
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-1211-14/+89
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-083-0/+24
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-083-1/+24
* Non-working "schema" argument on :class:`.ForeignKey` is deprecated;Mike Bayer2013-10-083-0/+22
* Merge pull request #32 from yoloseem/patch-1mike bayer2013-10-081-1/+1
|\
| * Fix a typo: evaluted -> evaluated.pr/32Hyunjun Kim2013-10-081-1/+1
|/
* - add monetdbMike Bayer2013-10-011-2/+10
* - put exact version string in the testMike Bayer2013-09-292-5/+4
* changelogMike Bayer2013-09-291-0/+9
* Merge pull request #26 from hackop/ticket_2819mike bayer2013-09-291-1/+1
* add test for upcoming pullreqMike Bayer2013-09-291-1/+6