summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-263-2/+70
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-212-1/+44
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-214-3/+30
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-209-16/+110
* - 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
* - 1.0.12rel_1_0_12Mike Bayer2016-02-152-3/+3
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-113-3/+66
* - 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
* - Fixed bug in :func:`.expression.text` construct where a double-colonMike Bayer2016-02-092-0/+19
* - repair generic _post_configure_engine() from previous changesetMike Bayer2016-02-091-1/+1
* - backport changes to SQLite attached DB tests so thatMike Bayer2016-02-092-30/+38
* - backport new profile system from 1.1 so we can run new-styleMike Bayer2016-02-094-12/+519
* - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-092-3/+56
* - restore GLOBAL keyword hereMike Bayer2016-02-091-1/+1
* - add tox.ini from 1.1Mike Bayer2016-02-091-0/+76
* - use config-based test schemaMike Bayer2016-02-081-5/+5
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-083-12/+49
* - add missing __backend__ directives so that oracle tests actually run with -...Mike Bayer2016-02-081-0/+17
* - detect "Enterprise" and assume compression stuff isn't availableMike Bayer2016-02-081-0/+6
* - adjust the MultiSchemaTest to handle multiple test_schemas / processes at theMike Bayer2016-02-081-5/+6
* - adjust to allow dblink tests to work with multiprocess users.Mike Bayer2016-02-082-10/+4