Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -126/+0 |
| | | | | | See README.unittests for information on how to run the tests. [ticket:970] | ||||
* | - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4 | Mike Bayer | 2009-05-17 | 1 | -0/+126 |
is a standardized interface which allows the creation of custom ClauseElement subclasses and compilers. In particular it's handy as an alternative to text() when you'd like to build a construct that has database-specific compilations. See the extension docs for details. |