- 30 May, 2000 8 commits
-
-
Jim Fulton authored
- 26 May, 2000 10 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
The _p_jar attribute was not present because the object hadn't been placed in the database yet.
-
Shane Hathaway authored
-
- 25 May, 2000 15 commits
-
-
user-visible change for now is that property types are now shown for each property. The actual name/type changing code is pretty minimal, so it has been committed to the trunk but is not yet exposed. We'd like to get some community input on the UI to make sure its what we want (and get the documentation updated) before exposing it.
-
Shane Hathaway authored
-
Shane Hathaway authored
- 24 May, 2000 2 commits
-
-
Shane Hathaway authored
-
- 23 May, 2000 5 commits
-
-
run from the "test" tab, leading to Bad Things in some cases. The manage_test method has been changed so that it no longer calls the SQLMethod object once just to get the query source and then again to get the results. Now, when __call__ is called with the test__ flag set, it will return a tuple containing the query source and results.