summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-0913-13/+19
* - Added an additional libpq message to the list of "disconnect"Mike Bayer2011-02-091-3/+11
* - apply optimizations to alternate row proxies, [ticket:1787]Mike Bayer2011-02-041-2/+3
* - When explicit sequence execution derives the nameMike Bayer2011-02-041-5/+14
* - Some adjustments so that Interbase is supported as well.Mike Bayer2011-02-012-9/+22
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-264-8/+45
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-266-169/+730
* - move maxdb notes from wiki to the maxdb moduleMike Bayer2011-01-182-6/+60
* - execution_options() on Connection acceptsMike Bayer2011-01-163-14/+20
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-163-30/+75
* - oracle fixesMike Bayer2011-01-151-1/+1
* Regarding reflection for this case, reflection of an int PK colMike Bayer2011-01-153-1/+4
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-152-11/+12
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-153-10/+10
* - fix reflection of unknown types with arguments, NullType() accepts no argum...Mike Bayer2011-01-121-4/+4
* - dont count server_default absense as part of autoincrement, PGMike Bayer2011-01-121-1/+1
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-115-26/+21
* crappy docs, lets try that againMike Bayer2011-01-081-4/+5
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-081-0/+26
* - Firebird numeric type now checks for Decimal explicitly,Mike Bayer2011-01-032-3/+4
* - whitespace removal bonanzaMike Bayer2011-01-0231-480/+480
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-0245-21/+225
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-1/+5
* - apply pep8 to compiler.pyMike Bayer2010-12-211-1/+1
* merge tipMichael Trier2010-12-193-4/+4
|\
| * more inlinesMike Bayer2010-12-193-4/+4
* | Ridding the world of a few wasteful imports.Michael Trier2010-12-1910-24/+12
|/
* - merge tipMike Bayer2010-12-191-1/+1
|\
| * this innocuous change allows sqlite to work with pypy. sadly, pypy is twice ...Mike Bayer2010-12-171-2/+2
* | - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-1/+1
* | merge tipMike Bayer2010-12-171-6/+11
|\ \ | |/
| * - MSSQL - the String/Unicode types, and their counterparts VARCHAR/Mike Bayer2010-12-161-6/+11
* | merge tipMike Bayer2010-12-151-4/+8
|\ \ | |/
| * - fix mssql index bug, regression post 0.6.4Mike Bayer2010-12-151-11/+18
* | - an approach I like better, remove most adapt() methods and use a genericMike Bayer2010-12-156-96/+38
* | - fixes for mysql and I'm ready to replace this whole adapt() business with a...Mike Bayer2010-12-141-0/+4
* | some fixes to get PG on boardMike Bayer2010-12-141-11/+18
* | some tests, should be OKMike Bayer2010-12-132-4/+6
* | - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-132-3/+26
|/
* - support for cdecimalMike Bayer2010-12-117-20/+28
* - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3kMike Bayer2010-12-061-2/+12
* - merge default tipMike Bayer2010-12-051-1/+4
|\
| * - Fixed bug whereby KeyError would occur with non-ENUMMike Bayer2010-11-301-1/+4
* | - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-051-3/+17
* | - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com...Mike Bayer2010-11-291-4/+4
* | - the "mutable" flag on PickleType, postgresql.ARRAY is now offMike Bayer2010-11-281-12/+13
* | - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-21/+23
* | - logging has been overhauled such that engines no longer need to encode theMike Bayer2010-11-201-0/+1
|\ \
| * \ merge tipMike Bayer2010-11-184-34/+195
| |\ \ | | |/
| * | - initial patch for [ticket:1926]Mike Bayer2010-11-171-0/+1