summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* raise error on empty in_pr/282erebus12016-06-051-0/+1
* Merge "Fix TypeError during cx_Oracle connection" into rel_1_0mike bayer2016-05-161-3/+7
|\
| * Fix TypeError during cx_Oracle connectionJohn Vandenberg2016-05-161-3/+7
* | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+4
|/
* Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-131-0/+1
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-102-1/+15
* Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-3/+15
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-052-1/+3
* Corrects some references in ORM documentation.Jeffrey Finkelstein2016-05-041-8/+10
* 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-271-9/+15
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-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-061-1/+1
* ReST fix: missing backtickMarius Gedminas2016-03-211-1/+1
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-1/+13
* - 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
* - not sure why MySQL DROP DBs fail but we can't just ignore the errorMike Bayer2016-03-031-12/+3
* 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
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-1/+1
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-1/+4
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-212-2/+6
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-204-13/+9
* - version bumpMike Bayer2016-02-201-1/+1
* - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
* - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-2/+6
* - add more documentation to MutableDict explainingMike Bayer2016-02-101-0/+12
* - don't drop the ts1/ts2 databases without seeing the primary DB,Mike Bayer2016-02-091-6/+21
* - repair the fix just cherry-picked for ref #3644 as compiler.py wasn'tMike Bayer2016-02-091-1/+1
* - repair generic _post_configure_engine() from previous changesetMike Bayer2016-02-091-1/+1
* - backport changes to SQLite attached DB tests so thatMike Bayer2016-02-091-2/+28
* - backport new profile system from 1.1 so we can run new-styleMike Bayer2016-02-091-0/+5
* - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-091-3/+32
* - restore GLOBAL keyword hereMike Bayer2016-02-091-1/+1
* - use config-based test schemaMike Bayer2016-02-081-5/+5
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-082-12/+48
* - more oracle fixesMike Bayer2016-02-081-4/+9
* - add multi-database provisioning for oracleMike Bayer2016-02-081-0/+29
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-031-1/+1
* fix passing literal_binds flag through for update and insertTim Tate2016-02-032-4/+5
* Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A...Carlos Rivas2016-02-021-2/+1
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-022-1/+5