Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -191/+0 |
| | | | | maintenance branch in branches/rel_0_3. | ||||
* | - added a standardized test harness for ORM tests | Mike Bayer | 2007-01-27 | 1 | -15/+3 |
| | | | | - added three-level mapping test. needed some massaging for postgres | ||||
* | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | "echo" keyword parameters are still functional but set/unset log levels for their respective classes/instances. all logging can be controlled directly through the Python API by setting INFO and DEBUG levels for loggers in the "sqlalchemy" namespace. class-level logging is under "sqlalchemy.<module>.<classname>", instance-level logging under "sqlalchemy.<module>.<classname>.<hexid>". Test suite includes "--log-info" and "--log-debug" arguments which work independently of --verbose/--quiet. Logging added to orm to allow tracking of mapper configurations, row iteration fixes [ticket:229] [ticket:79] | ||||
* | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward ↵ | Mike Bayer | 2006-06-29 | 1 | -2/+1 |
| | | | | with latest setuptools | ||||
* | merged attributes rewrite | Mike Bayer | 2006-06-15 | 1 | -2/+1 |
| | |||||
* | tweaksrel_0_2_2 | Mike Bayer | 2006-06-05 | 1 | -3/+7 |
| | |||||
* | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -0/+202 |