| Commit message (Expand) | Author | Age | Files | Lines |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -1/+5 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -1/+1 |
| * | merge tip | Michael Trier | 2010-12-19 | 3 | -4/+4 |
| |\ |
|
| | * | more inlines | Mike Bayer | 2010-12-19 | 3 | -4/+4 |
| * | | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 10 | -24/+12 |
| |/ |
|
| * | - merge tip | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
| |\ |
|
| | * | this innocuous change allows sqlite to work with pypy. sadly, pypy is twice ... | Mike Bayer | 2010-12-17 | 1 | -2/+2 |
| * | | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -1/+1 |
| * | | merge tip | Mike Bayer | 2010-12-17 | 1 | -6/+11 |
| |\ \
| |/ |
|
| | * | - MSSQL - the String/Unicode types, and their counterparts VARCHAR/ | Mike Bayer | 2010-12-16 | 1 | -6/+11 |
| * | | merge tip | Mike Bayer | 2010-12-15 | 1 | -4/+8 |
| |\ \
| |/ |
|
| | * | - fix mssql index bug, regression post 0.6.4 | Mike Bayer | 2010-12-15 | 1 | -11/+18 |
| * | | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 6 | -96/+38 |
| * | | - fixes for mysql and I'm ready to replace this whole adapt() business with a... | Mike Bayer | 2010-12-14 | 1 | -0/+4 |
| * | | some fixes to get PG on board | Mike Bayer | 2010-12-14 | 1 | -11/+18 |
| * | | some tests, should be OK | Mike Bayer | 2010-12-13 | 2 | -4/+6 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 2 | -3/+26 |
| |/ |
|
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 7 | -20/+28 |
| * | - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3k | Mike Bayer | 2010-12-06 | 1 | -2/+12 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -1/+4 |
| |\ |
|
| | * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -1/+4 |
| * | | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -3/+17 |
| * | | - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com... | Mike Bayer | 2010-11-29 | 1 | -4/+4 |
| * | | - the "mutable" flag on PickleType, postgresql.ARRAY is now off | Mike Bayer | 2010-11-28 | 1 | -12/+13 |
| * | | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -21/+23 |
| * | | - logging has been overhauled such that engines no longer need to encode the | Mike Bayer | 2010-11-20 | 1 | -0/+1 |
| |\ \ |
|
| | * \ | merge tip | Mike Bayer | 2010-11-18 | 4 | -34/+195 |
| | |\ \
| | |/ |
|
| | * | | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -0/+1 |
| * | | | merge tip | Mike Bayer | 2010-11-18 | 4 | -34/+195 |
| |\ \ \
| | |/
| |/| |
|
| | * | | - Added as_uuid=True flag to the UUID type, will receive | Mike Bayer | 2010-11-18 | 1 | -2/+63 |
| | * | | - Ensured every numeric, float, int code, scalar + array, | Mike Bayer | 2010-11-18 | 3 | -17/+24 |
| | * | | - The cx_oracle "decimal detection" logic, which takes place | Mike Bayer | 2010-11-18 | 1 | -15/+108 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-14 | 11 | -135/+389 |
| |\ \
| |/ |
|
| | * | - On the same theme, the REFERENCES clause in a CREATE TABLE | Mike Bayer | 2010-11-12 | 1 | -1/+11 |
| | * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -0/+4 |
| | * | - mysql | Mike Bayer | 2010-11-03 | 1 | -1/+1 |
| | * | - mssql+pymssql dialect now honors the "port" portion | Mike Bayer | 2010-10-24 | 1 | -2/+4 |
| | * | - Rewrote the reflection of indexes to use sys. | Mike Bayer | 2010-10-23 | 2 | -15/+48 |
| | * | - Oracle - the implicit_retunring argument to create_engine() | Mike Bayer | 2010-10-23 | 1 | -3/+5 |
| | * | - Fixed mysql bug involving reflection of CURRENT_TIMESTAMP | Mike Bayer | 2010-10-20 | 1 | -2/+2 |
| | * | - Fixed bug which prevented "domain" built from a | Mike Bayer | 2010-10-20 | 1 | -16/+20 |
| | * | - Added "as_tuple" flag to pg ARRAY type, returns results | Mike Bayer | 2010-10-20 | 1 | -7/+27 |
| | * | - Fixed bug where aliasing of tables with "schema" would | Mike Bayer | 2010-10-20 | 1 | -3/+3 |
| | * | - Fixed MSSQL reflection bug which did not properly handle | Mike Bayer | 2010-10-16 | 1 | -6/+6 |
| | * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 2 | -76/+254 |
| | * | doc edits | Mike Bayer | 2010-09-23 | 1 | -3/+4 |
| * | | merge tip | Mike Bayer | 2010-09-19 | 5 | -29/+49 |
| |\ \
| |/ |
|
| | * | - Applied patches from [ticket:1904] to getrel_0_6_4 | Mike Bayer | 2010-09-07 | 2 | -22/+16 |
| | * | - Fixed FB bug whereby a column default would fail to | Mike Bayer | 2010-09-06 | 1 | -1/+2 |
| | * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -1/+1 |