| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -0/+24 |
| * | - Added client_encoding parameter to create_engine() | Mike Bayer | 2011-10-15 | 1 | -0/+19 |
| * | add a test to confirm alter table of pk column gets reflected | Mike Bayer | 2011-10-04 | 1 | -0/+11 |
| * | - Added "postgresql_using" argument to Index(), produces | Mike Bayer | 2011-10-02 | 1 | -0/+21 |
| * | - Reflection functions for Table, Sequence no longer | Mike Bayer | 2011-09-09 | 1 | -0/+27 |
| * | this test only runs for PG | Mike Bayer | 2011-08-12 | 1 | -0/+2 |
| * | - Narrowed the assumption made when reflecting | Mike Bayer | 2011-08-09 | 1 | -184/+236 |
| * | fix keyword error | Mike Bayer | 2011-07-20 | 1 | -1/+1 |
| * | - Added new "postgresql_ops" argument to | Mike Bayer | 2011-07-20 | 1 | -0/+22 |
| * | - Some unit test fixes regarding numeric arrays, | Mike Bayer | 2011-06-04 | 1 | -1/+5 |
| * | - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0 | Mike Bayer | 2011-05-20 | 1 | -0/+22 |
| * | mark more postgresql+zxjdbc failures | Philip Jenvey | 2011-05-11 | 1 | -0/+4 |
| * | - split all SS tests into separate + engine per test + close_all() + dispose ... | Mike Bayer | 2011-05-01 | 1 | -33/+55 |
| * | update warnings per zxjdbc | Philip Jenvey | 2011-04-23 | 1 | -0/+9 |
| * | - add test for [ticket:2142] | Mike Bayer | 2011-04-23 | 1 | -0/+27 |
| * | - Fixed the psycopg2_version parsing in the | Mike Bayer | 2011-04-18 | 1 | -0/+6 |
| * | - remove obsolete test regarding PG server side cursors + ORM query, was fail...rel_0_7b4 | Mike Bayer | 2011-04-17 | 1 | -33/+0 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -1/+1 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+2 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -19/+18 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+9 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -2/+4 |
| * | - Fixed the BIT type to allow a "length" parameter, "varying" | Mike Bayer | 2011-03-16 | 1 | -26/+53 |
| * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+10 |
| * | - Fixed regression from 0.6 where SMALLINT and | Mike Bayer | 2011-02-17 | 1 | -0/+17 |
| * | - The Sequence() construct, when passed a MetaData() | Mike Bayer | 2011-02-13 | 1 | -1/+3 |
| * | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -4/+2 |
| * | fix some tests | Mike Bayer | 2011-02-10 | 1 | -2/+4 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -44/+129 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - When explicit sequence execution derives the name | Mike Bayer | 2011-02-04 | 1 | -1/+19 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -34/+0 |
| * | stupid workaround for pg8000 | Mike Bayer | 2011-01-15 | 1 | -5/+7 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -1/+23 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -56/+56 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -3/+3 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -0/+49 |
| |\ |
|
| | * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -0/+18 |
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -0/+31 |
| * | | - modernize multiple warning assertions for PG reflect index test | Mike Bayer | 2010-11-30 | 1 | -24/+16 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -5/+5 |
| |\ \ |
|
| | * \ | merge tip | Mike Bayer | 2010-11-18 | 1 | -0/+76 |
| | |\ \ |
|
| | * | | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| * | | | | - the "mutable" flag on PickleType, postgresql.ARRAY is now off | Mike Bayer | 2010-11-28 | 1 | -4/+7 |
| * | | | | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | skip on 2.4 | Mike Bayer | 2010-11-18 | 1 | -0/+2 |
| | |/
|/| |
|
| * | | - Added as_uuid=True flag to the UUID type, will receive | Mike Bayer | 2010-11-18 | 1 | -0/+58 |
| * | | - Ensured every numeric, float, int code, scalar + array, | Mike Bayer | 2010-11-18 | 1 | -0/+18 |
| |/ |
|
| * | - Fixed bug which prevented "domain" built from a | Mike Bayer | 2010-10-20 | 1 | -3/+20 |
| * | - Added "as_tuple" flag to pg ARRAY type, returns results | Mike Bayer | 2010-10-20 | 1 | -6/+40 |