Re: Djonet, the MonetDB backend for Django

2012-08-02 Thread Gijs Molenaar
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

Re: Djonet, the MonetDB backend for Django

2012-08-01 Thread Michael Manfre
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

Re: Djonet, the MonetDB backend for Django

2012-07-31 Thread Gijs Molenaar
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

Re: Djonet, the MonetDB backend for Django

2012-07-30 Thread Michael Manfre
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

Re: Djonet, the MonetDB backend for Django

2012-07-30 Thread Gijs Molenaar
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

Re: Djonet, the MonetDB backend for Django

2012-07-19 Thread Michael Manfre
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 >

Re: Djonet, the MonetDB backend for Django

2012-07-19 Thread Gijs Molenaar
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

Re: Djonet, the MonetDB backend for Django

2012-07-10 Thread Michael Manfre
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

Djonet, the MonetDB backend for Django

2012-07-09 Thread Gijs Molenaar
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