| Commit message (Expand) | Author | Age | Files | Lines |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -211/+0 |
* | - added some help for a heavily flush-order-dependent test | Mike Bayer | 2008-05-16 | 1 | -1/+24 |
* | Don't blat Table.quote= when resolving foreign keys. | Jason Kirtland | 2008-05-15 | 1 | -0/+15 |
* | - Removed @unsupported | Jason Kirtland | 2008-05-14 | 1 | -11/+12 |
* | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -1/+2 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -4/+23 |
* | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -2/+2 |
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -22/+22 |
* | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -1/+2 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -4/+4 |
* | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -1/+1 |
* | - case_sensitive=(True|False) setting removed from schema items, since | Mike Bayer | 2007-08-11 | 1 | -43/+0 |
* | - oracle reflection of case-sensitive names all fixed up | Mike Bayer | 2007-08-10 | 1 | -1/+3 |
* | Added 'unformat_identifiers', produces a list of unquoted identifiers from an... | Jason Kirtland | 2007-08-09 | 1 | -0/+50 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -2/+3 |
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -3/+3 |
* | - fix to case() construct to propigate the type of the first | Mike Bayer | 2007-04-24 | 1 | -2/+3 |
* | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -3/+2 |
* | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -0/+6 |
* | fixes to quoting on "fake" column when used off its table | Mike Bayer | 2007-01-29 | 1 | -0/+4 |
* | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -0/+7 |
* | further fixes to case sensitive logic | Mike Bayer | 2006-09-04 | 1 | -0/+29 |
* | simplification to quoting to just cache strings per-dialect, added quoting fo... | Mike Bayer | 2006-09-04 | 1 | -0/+12 |
* | pg formats sequence name, more quote test fixes | Mike Bayer | 2006-08-31 | 1 | -2/+2 |
* | some tweaks to oracle casing... | Mike Bayer | 2006-08-31 | 1 | -17/+17 |
* | - added case_sensitive argument to MetaData, Table, Column, determines | Mike Bayer | 2006-08-31 | 1 | -7/+18 |
* | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 1 | -0/+72 |