summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* - put a retry in for PG database provisioning as it locksMike Bayer2016-01-291-2/+14
* - happy new yearMike Bayer2016-01-29169-169/+169
* - use a StaticPool for componentreflectiontest to ensureMike Bayer2016-01-281-7/+16
* - use schema argument correctly when we are dropping for a schemaMike Bayer2016-01-281-1/+1
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-282-14/+9
* - unfortunately we need to match within join where col.key does not matchMike Bayer2016-01-261-2/+1
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-20/+9
* - use uuid fragments for provision names to enable multiple test suitesMike Bayer2016-01-231-2/+2
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-2/+14
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-10/+5
* - update oracle JDBC driver URL, fixes #3554Mike Bayer2016-01-201-2/+1
* - cross link for concrete helper classesMike Bayer2016-01-201-0/+16
* - add a note that the literal_binds flag should be usedMike Bayer2016-01-201-1/+11
* Fix ArrayOfEnum's handling of empty arrays.Chase2016-01-201-1/+1