Hi Michael,
I see now that most of the Django tests that are still failing seem to be
forward referencing problems. Django inserts a record to a table with a
reference to something that doesn't exists (yet). I find it a bit hard to
debug, since I've not managed to disable transactions while run
On Tue, Jul 31, 2012 at 6:50 AM, Gijs Molenaar wrote:
>
> If you don't mind I have an other question, I hope you have the time to
> share your thoughts on this one also. I'm digging trough all the test cases
> and fixing them, but i'm a bit stuck on this one. test_forward_refs
> (modeltests.serial
Op maandag 30 juli 2012 16:05:14 UTC+2 schreef Michael Manfre het volgende:
>
>
>
> On Mon, Jul 30, 2012 at 9:32 AM, Gijs Molenaar wrote:
>
>>
>> Hi Michael,
>>
>> Op dinsdag 10 juli 2012 17:51:16 UTC+2 schreef Michael Manfre het
>> volgende:
>>>
>>>
>>> On Monday, July 9, 2012 11:25:47 AM UTC-4
On Mon, Jul 30, 2012 at 9:32 AM, Gijs Molenaar wrote:
>
> Hi Michael,
>
> Op dinsdag 10 juli 2012 17:51:16 UTC+2 schreef Michael Manfre het volgende:
>>
>>
>> On Monday, July 9, 2012 11:25:47 AM UTC-4, Gijs Molenaar wrote:
>>>
>>>
>>> These problems are:
>>> * MonetDB supports a Decimal type with
Hi Michael,
Op dinsdag 10 juli 2012 17:51:16 UTC+2 schreef Michael Manfre het volgende:
>
>
> On Monday, July 9, 2012 11:25:47 AM UTC-4, Gijs Molenaar wrote:
>>
>>
>> These problems are:
>> * MonetDB supports a Decimal type with a maximum length of 18 digits.
>>
>
> Override DatabaseOperations.v
On Thursday, July 19, 2012 10:15:50 AM UTC-4, Gijs Molenaar wrote:
>
> hi Michael,
>
> Thanks for your response! One more question, see below.
> But the test script has != hardcoded in it, is it the idea that you scan
> every query for such character combination? Isn't this bad practice since
>
hi Michael,
Thanks for your response! One more question, see below.
Op dinsdag 10 juli 2012 17:51:16 UTC+2 schreef Michael Manfre het volgende:
>
> I haven't tested your patch or backend and only have a few comments on
> implementation ideas for a custom database backend.
>
> [...]
>
>
>> * N
I haven't tested your patch or backend and only have a few comments on
implementation ideas for a custom database backend.
On Monday, July 9, 2012 11:25:47 AM UTC-4, Gijs Molenaar wrote:
>
>
> These problems are:
> * MonetDB supports a Decimal type with a maximum length of 18 digits.
>
Override
Hi Django dev,
I'm working on a MonetDB backend for Django called djonet:
https://github.com/gijzelaerr/djonet
Feel free to test it and let me know if it works for you. I think most
stuff is sort of working, but when I run the Django test suite with a
djonet settings some errors pop up that I