summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* raise error on empty in_pr/282erebus12016-06-051-0/+1
* - 1.0.13rel_1_0_13Mike Bayer2016-05-162-2/+3
* Merge "Fix TypeError during cx_Oracle connection" into rel_1_0mike bayer2016-05-162-3/+18
|\
| * Fix TypeError during cx_Oracle connectionJohn Vandenberg2016-05-162-3/+18
* | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-163-2/+26
* | Fix formatting on test_evaluatorMike Bayer2016-05-161-10/+16
|/
* Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-132-0/+9
* change "psotgresql" to 'postgresql' in decoratorMark Sandan2016-05-131-1/+1
* typo in glossary#release: s/proces/process/Frank Carnovale2016-05-121-1/+1
* typo in glossary#FROMclause: s/incicates/indicates/Frank Carnovale2016-05-121-1/+1
* typo in glossary#instrumentation: s/behviors/behaviors/Frank Carnovale2016-05-121-1/+1
* Add close_with_result to pessimistic connection exampleMike Bayer2016-05-121-0/+8
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-104-1/+49
* Check for duplicate calls to register_attribute_implMike Bayer2016-05-103-3/+65
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-054-1/+30
* Corrects typo: plural of vertex is vertices.Jeffrey Finkelstein2016-05-041-14/+14
* Adds parentheses around print statements in docs.Jeffrey Finkelstein2016-05-0428-89/+89
* Corrects some references in ORM documentation.Jeffrey Finkelstein2016-05-042-9/+12
* Let logging format messages on demand, use warning instead of deprecated warnVille Skyttä2016-05-042-4/+4
* Fix pymssql sample URLMike Bayer2016-04-271-1/+1
* Adds parentheses around prints in documentationjfinkels2016-04-271-7/+7
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-273-14/+73
* Simplify directed graph exampleMike Bayer2016-04-262-47/+51
* - don't use --dropfirst when we are using ad-hoc DBs. dropfirstMike Bayer2016-04-241-1/+4
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-213-0/+26
* Update tutorial.rstpr/259Ethan2016-04-201-1/+1
* - default branch rel_1_0Mike Bayer2016-04-121-0/+1
* Mention the correct way of adding multiple attributes which refer to the same...Eoghan Murray2016-04-081-1/+2
* Fix typo from "addreses" to "addresses"Rachid Belaid2016-04-081-1/+1
* Fix some broken links in docsVille Skyttä2016-04-063-4/+4
* - Move review to gerrit.sqlalchemy.orgMike Bayer2016-04-061-1/+1
* - Add a git review fileMike Bayer2016-03-311-0/+3
* - move all resultproxy tests intio test_resultset, adapted fromMike Bayer2016-03-302-307/+311
* Docstring FixPatrick2016-03-301-2/+2
* redundant "using the by changing" -> "using the"NestorTejero2016-03-301-1/+1
* ReST fix: missing backtickMarius Gedminas2016-03-211-1/+1
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-215-1/+64
* Fix typoBenjamin Dopplinger2016-03-161-1/+1
* - ensure engine is restored even if we had a failure in cleanupMike Bayer2016-03-151-3/+5
* - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:Mike Bayer2016-03-152-13/+27
* - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-152-0/+41
* Adds documentation to Query.slice().jfinkels2016-03-131-3/+28
* Update cascades.rstfalkerson2016-03-091-1/+1
* - skip GC tests here when coverage is enabled, seems to interfereMike Bayer2016-03-081-1/+1
* - not sure why MySQL DROP DBs fail but we can't just ignore the errorMike Bayer2016-03-031-12/+3
* - move out unconsumed names tests from test_compiler out to test_insert, test...Mike Bayer2016-03-023-48/+62
* - changelog for #3666, fixes #3666Mike Bayer2016-03-021-0/+9
* Add test for inserting multiple valuesAthena Yao2016-03-021-0/+38
* Raise exception when we have multiple values with an unknown column. Fixes #3...Athena Yao2016-03-021-1/+1
* - unfortunately calling upon "_label" here makes it unclear ifMike Bayer2016-02-261-2/+4