| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ARG | Mike Bayer | 2011-06-02 | 1 | -1/+3 |
| * | - adjust further for unix-style casing, also this is mysql not just mysqldb | Mike Bayer | 2011-06-02 | 1 | -1/+2 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -10/+52 |
| * | - Fixed bug whereby metadata.reflect(bind) | Mike Bayer | 2011-06-01 | 1 | -0/+12 |
| * | - The 'useexisting' flag on Table has been superceded | Mike Bayer | 2011-04-05 | 1 | -42/+2 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+3 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -10/+11 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+3 |
| * | - add tests, CHANGES for [ticket:2095] | Mike Bayer | 2011-03-15 | 1 | -1/+57 |
| * | Associated was spelled wrong. | Michael Trier | 2011-03-14 | 1 | -1/+1 |
| * | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -0/+1 |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 1 | -12/+21 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -48/+48 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 1 | -0/+1 |
| |/ |
|
| * | - added "views=True" option to metadata.reflect(), | Mike Bayer | 2010-10-02 | 1 | -9/+31 |
| * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -4/+4 |
| * | - Fixed bug whereby replacing composite foreign key | Mike Bayer | 2010-08-04 | 1 | -2/+40 |
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -215/+285 |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -0/+6 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -6/+13 |
| * | - EdgeCollection can now go away | Mike Bayer | 2010-04-06 | 1 | -1/+6 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -2/+3 |
| * | Support for the mysql+oursql dialect. Thank you Taavi Burns. | Michael Trier | 2010-02-25 | 1 | -1/+0 |
| * | - oracle + firebird: "case sensitivity" feature will detect an all-lowercase | Mike Bayer | 2010-01-24 | 1 | -1/+27 |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -5/+5 |
| * | - implement dynamic type_affinity for Oracle.NUMBER | Mike Bayer | 2010-01-17 | 1 | -4/+4 |
| * | - reorganized and re-documented Oracle schema tests to assume | Mike Bayer | 2010-01-17 | 1 | -17/+33 |
| * | - have inspector properly return default_schema_name [ticket:1626] | Mike Bayer | 2010-01-03 | 1 | -2/+5 |
| * | - simplify default schema name test | Mike Bayer | 2009-11-03 | 1 | -6/+4 |
| * | added test for [ticket:1450] | Mike Bayer | 2009-11-01 | 1 | -9/+14 |
| * | oracle test fixes | Mike Bayer | 2009-10-26 | 1 | -0/+2 |
| * | - Corrected the "has_sequence" query to take current schema, | Mike Bayer | 2009-10-21 | 1 | -7/+23 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -11/+11 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -41/+426 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+823 |