Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -76/+0 |
| | |||||
* | - move inline "import" statements to use new "util.importlater()" construct. ↵ | Mike Bayer | 2010-11-13 | 1 | -2/+0 |
| | | | | | | | | | cuts down on clutter, timeit says there's a teeny performance gain, at least where the access is compared against attr.subattr. these aren't super-critical calls anyway - slight inlining in _class_to_mapper | ||||
* | a little bit of refinement | Mike Bayer | 2010-04-17 | 1 | -0/+11 |
| | |||||
* | a RandomSet implementation useful for swapping into topological | Mike Bayer | 2010-04-06 | 1 | -1/+15 |
| | |||||
* | - the "scale" argument of the Numeric() type is honored when | Mike Bayer | 2010-02-26 | 1 | -0/+11 |
| | | | | | | coercing a returned floating point value into a string on its way to Decimal - this allows accuracy to function on SQLite, MySQL. [ticket:1717] | ||||
* | generalized "test all the picklers" iterator works cross platform | Mike Bayer | 2010-02-22 | 1 | -0/+18 |
| | |||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+24 |