Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -295/+0 |
| | |||||
* | add a test for the actual feature, that multiple post updates are batched | Mike Bayer | 2010-06-18 | 1 | -1/+2 |
| | |||||
* | actually we need to copy the dict there since it gets run repeatedly inside ↵ | Mike Bayer | 2010-04-15 | 1 | -1/+1 |
| | | | | of an allof...getting messier here | ||||
* | adjust incoming params to add keys that are specific to the compiled, i.e. ↵ | Mike Bayer | 2010-04-15 | 1 | -0/+3 |
| | | | | oracle's out params with returning | ||||
* | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 1 | -1/+2 |
| | | | | | | | - with m2m we have to go back to the previous approach of having both sides of the DP fire off, tracking each pair of objects. history may not be consistently present in one side or the other - this revealed a whole lot of issues with self-referential m2m, which are fixed | ||||
* | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -1/+3 |
| | | | | | | pulled into the unit of work at all. this involves dancing around lists of states, seeing if child objects exist, not adding excessive callcounts while doing that, etc. | ||||
* | - added missing coverage for self-referential many-to-many flushes | Mike Bayer | 2010-04-06 | 1 | -6/+9 |
| | | | | | - some other areas where per-state deps are called and an empty result returned are still lacking coverage. | ||||
* | - simplify the OurSQL dialect regarding py3k, this version gives it a fairly | Mike Bayer | 2010-02-28 | 1 | -2/+2 |
| | | | | | | | fighting chance on python 3. there's an oursql bug where it can't raise an exception on executemany() correctly. - needed to add "plain_query" wrappers for all the reflection methods. not sure why this was not needed earlier. | ||||
* | oracle+zxjdbc returning support | Philip Jenvey | 2009-08-18 | 1 | -0/+3 |
| | |||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -1/+0 |
| | |||||
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+283 |
See README.unittests for information on how to run the tests. [ticket:970] |