summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/test/util.py
Commit message (Collapse)AuthorAgeFilesLines
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-76/+0
|
* - move inline "import" statements to use new "util.importlater()" construct. ↵Mike Bayer2010-11-131-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 refinementMike Bayer2010-04-171-0/+11
|
* a RandomSet implementation useful for swapping into topologicalMike Bayer2010-04-061-1/+15
|
* - the "scale" argument of the Numeric() type is honored whenMike Bayer2010-02-261-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 platformMike Bayer2010-02-221-0/+18
|
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+24