summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | merge tipMike Bayer2010-11-184-34/+195
|\ \ \ | | |/ | |/|
| * | - Added as_uuid=True flag to the UUID type, will receiveMike Bayer2010-11-181-2/+63
| * | - Ensured every numeric, float, int code, scalar + array,Mike Bayer2010-11-183-17/+24
| * | - The cx_oracle "decimal detection" logic, which takes placeMike Bayer2010-11-181-15/+108
| |/
* | merge tipMike Bayer2010-11-1411-135/+389
|\ \ | |/
| * - On the same theme, the REFERENCES clause in a CREATE TABLEMike Bayer2010-11-121-1/+11
| * - The REFERENCES clause in a CREATE TABLE that includesMike Bayer2010-11-121-0/+4
| * - mysqlMike Bayer2010-11-031-1/+1
| * - mssql+pymssql dialect now honors the "port" portionMike Bayer2010-10-241-2/+4
| * - Rewrote the reflection of indexes to use sys.Mike Bayer2010-10-232-15/+48
| * - Oracle - the implicit_retunring argument to create_engine()Mike Bayer2010-10-231-3/+5
| * - Fixed mysql bug involving reflection of CURRENT_TIMESTAMPMike Bayer2010-10-201-2/+2
| * - Fixed bug which prevented "domain" built from aMike Bayer2010-10-201-16/+20
| * - Added "as_tuple" flag to pg ARRAY type, returns resultsMike Bayer2010-10-201-7/+27
| * - Fixed bug where aliasing of tables with "schema" wouldMike Bayer2010-10-201-3/+3
| * - Fixed MSSQL reflection bug which did not properly handleMike Bayer2010-10-161-6/+6
| * - *Major* cleanup / modernization of the InformixMike Bayer2010-10-012-76/+254
| * doc editsMike Bayer2010-09-231-3/+4
* | merge tipMike Bayer2010-09-195-29/+49
|\ \ | |/
| * - Applied patches from [ticket:1904] to getrel_0_6_4Mike Bayer2010-09-072-22/+16
| * - Fixed FB bug whereby a column default would fail toMike Bayer2010-09-061-1/+2
| * - rewrote the "connections" sectionMike Bayer2010-09-051-1/+1