On Wed, Jan 7, 2009 at 9:46 AM, Russell Keith-Magee
<freakboy3...@gmail.com>wrote:

> I've just pushed some updates to Github that should hopefully fix the
> problems that have been reported (ORA-00933, ORA-00923 and ORA-00972
> and the decimal/datetime conversion problems). If someone with access
> to an Oracle test machine can confirm that this has cleaned up the
> errors, I'd be much obliged.
>

The aggregation tests now pass.  aggregation_regress has one (minor?)
problem:

Doctest: regressiontests.aggregation_regress.models.__test__.API_TESTS ...
FAIL

======================================================================
FAIL: Doctest: regressiontests.aggregation_regress.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\u\kmt\django\aggregates.git\django\test\_doctest.py", line 2180,
in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
regressiontests.aggregation_regress.models.__test__.API_TESTS
  File
"D:\u\kmt\django\aggregates.git\tests\regressiontests\aggregation_regress\models.py",
line unknown line number, in API_TESTS

----------------------------------------------------------------------
File
"D:\u\kmt\django\aggregates.git\tests\regressiontests\aggregation_regress\models.py",
line ?, in regressiontests.aggregation_regress.models.__test__.API_TESTS
Failed example:

Publisher.objects.annotate(avg_price=Avg('book__price')).aggregate(Max('avg_price'))
Expected:
    {'avg_price__max': 75.0...}
Got:
    {'avg_price__max': 75}


----------------------------------------------------------------------
Ran 1 test in 11.757s

FAILED (failures=1)
Destroying test database...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to