summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow creating explicit non-clustered primary keys in MS SQL.pr/252Saulius Žemaitaitis2016-03-271-4/+27
* - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-12/+31
* Merge remote-tracking branch 'origin/pr/251'Mike Bayer2016-03-211-1/+1
|\
| * ReST fix: missing backtickpr/251Marius 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
* - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-152-0/+88
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-152-13/+39
* Merge branch 'master' into pr157Mike Bayer2016-03-15186-5016/+12327
|\
| * - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-152-0/+41
| * - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-142-16/+31
| * Adds documentation to Query.slice().pr/247jfinkels2016-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
| * - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-5/+8
| * - 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
| * - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
| * - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-7/+13
| * - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-173-2/+6
| * - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-4/+7
| * - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-172-13/+110
| * - add changelog, migration, version flags and some extra notesMike Bayer2016-02-161-1/+41
| * Merge remote-tracking branch 'origin/pr/236'Mike Bayer2016-02-161-0/+144
| |\
| | * Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-0/+65
| | * Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-0/+79
| * | - 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/+3
| * - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-117-173/+275
| * - 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
| * - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-092-15/+33
| * - Testing reveals that we have *no* weak references to any cx_Oracle connecti...Mike Bayer2016-02-081-9/+32
| * - use config-based test schemaMike Bayer2016-02-081-5/+5
| * - attempt a different style of session killMike Bayer2016-02-081-1/+2
| * - fully hyperlink the docstring for make_transientMike Bayer2016-02-082-12/+48
| * - additional fixes to get oracle + multiprocess to be reliableMike Bayer2016-02-082-0/+11
| * - py3k fix for enum featureMike Bayer2016-02-081-1/+4
| * - add a session killer for oracle provisioningMike Bayer2016-02-041-0/+5
| * - add an impl for Enum to Oracle which has subclassing requirementsMike Bayer2016-02-041-0/+13
| * - more oracle fixesMike Bayer2016-02-032-5/+10
| * - oracle requires GLOBAL hereMike Bayer2016-02-032-2/+2
| * - add multi-database provisioning for oracleMike Bayer2016-02-031-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 insertpr/232Tim Tate2016-02-022-4/+5
| * Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemyMike Bayer2016-02-021-2/+1
| |\
| | * Merged zzzeek/sqlalchemy into masterCarlos Rivas2016-01-2658-2090/+3371
| | |\