summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | - 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
| | |\ \ \
| | * | | | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A...Carlos Rivas2016-01-231-2/+1
| * | | | | - add changelog and migration notes for new Enum features,Mike Bayer2016-02-022-74/+143
| * | | | | - Initial implementation of support for PEP-435 enumerated typesAlex Grönholm2016-02-021-5/+72
| * | | | | - 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-1/+14
| * | | | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-292-18/+9
| * | | | | - happy new yearMike Bayer2016-01-29174-174/+174
| * | | | | - 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
| | |_|_|/ | |/| | |
| * | | | - reinstate "dont set up integer index in keymap if we're on cexts",Mike Bayer2016-01-272-6/+11
| * | | | Revert "- dont set up integer index in keymap if we're on cexts"Mike Bayer2016-01-271-10/+5
| * | | | - dont set up integer index in keymap if we're on cextsMike Bayer2016-01-271-5/+10
| | |_|/ | |/| |
| * | | - 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
| * | - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-262-7/+14
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-0/+5