summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - oursql dialect accepts the same "ssl" arguments inMike Bayer2011-02-101-0/+10
* - typo fix [ticket:2017]Mike Bayer2011-02-101-1/+1
* - mssql VARBINARY emits 'max' for length when no length specified, as isMike Bayer2011-02-101-0/+6
* - The path given as the location of a sqlite database is nowMike Bayer2011-02-101-0/+3
* - Query.distinct() now accepts column expressionsMike Bayer2011-02-104-46/+122
* formatting fixMike Bayer2011-02-101-3/+7
* - An exception is raised in the unusual case that anMike Bayer2011-02-102-2/+10
* - py3k fix regarding new exception systemMike Bayer2011-02-091-1/+1
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-095-40/+85
* - figured out the ::autodata directive, can move the docstring forMike Bayer2011-02-091-0/+35
* - The compiler extension now supports overriding the defaultMike Bayer2011-02-092-26/+22
* - Fixed bug where a column with a SQL or server side defaultMike Bayer2011-02-091-1/+2
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-0919-26/+28
* - Added an additional libpq message to the list of "disconnect"Mike Bayer2011-02-091-3/+11
* - Adjusted flush accounting step to occur beforeMike Bayer2011-02-071-20/+16
* - Session constructor emits a warning when autoflush=TrueMike Bayer2011-02-071-0/+8
* typoMike Bayer2011-02-051-1/+1
* - Session weak_instance_dict=False is deprecated.Mike Bayer2011-02-051-98/+98
* - A single contains_eager() call acrossMike Bayer2011-02-054-24/+22
* - apply optimizations to alternate row proxies, [ticket:1787]Mike Bayer2011-02-042-13/+26
* - When explicit sequence execution derives the nameMike Bayer2011-02-041-5/+14
* - Also emits the correct WHERE criterionMike Bayer2011-02-021-2/+1
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-10/+11
* - Some adjustments so that Interbase is supported as well.Mike Bayer2011-02-012-9/+22
* docuemnt args for before_parent_attach, after_parent_attachMike Bayer2011-02-011-0/+20
* - schema.copy() functions will copy dispatch, but only for those eventsMike Bayer2011-02-011-5/+16
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-305-57/+99
* - Added some defs to the resultproxy.c extension so thatMike Bayer2011-01-301-0/+2
* - A warning is emitted when a joined-table inheriting mapperMike Bayer2011-01-301-1/+7
* yikes, change that name on the Alias class tooMike Bayer2011-01-301-6/+6
* - Added a `name` argument to `Query.subquery()`, to allowMike Bayer2011-01-302-38/+91
* - Column.copy(), as used in table.tometadata(), copies theMike Bayer2011-01-301-0/+1
* fix this to work on 2.4Mike Bayer2011-01-261-7/+4
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-265-9/+49
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-269-169/+880
* - fix oracle testsMike Bayer2011-01-251-2/+6
* - Horizontal shard query places 'shard_id' inMike Bayer2011-01-231-0/+2
* and try that again.....Mike Bayer2011-01-201-3/+2
* - use types.MethodType here for python3 compatMike Bayer2011-01-201-3/+3
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-208-17/+17
* typosMike Bayer2011-01-181-2/+2
* - Session.connection(), Session.execute() accept 'bind',Mike Bayer2011-01-182-59/+93
* - Session.merge() will check the version id of the incomingMike Bayer2011-01-181-0/+28
* - move maxdb notes from wiki to the maxdb moduleMike Bayer2011-01-182-6/+60
* - tests for hybridMike Bayer2011-01-175-121/+375
* - execution_options() on Connection acceptsMike Bayer2011-01-166-29/+88
* - default_isolation_level is equal to isolation_level since it'sMike Bayer2011-01-161-4/+4
* - add dialect.reset_isolation_level(), revertsMike Bayer2011-01-162-0/+26
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-163-30/+75
* - oracle fixesMike Bayer2011-01-151-1/+1