Re: Issues on making the firebird backend working

2006-06-06 Thread Adrian Holovaty
On 6/6/06, David Elias <[EMAIL PROTECTED]> wrote: > Adrian, assuming that you are working on database support, are any > plans that each backend may add sql statements to the sqlall output in > the future? I've got nothing against adding a backend-specific hook for altering the "sqlall" output. W

Re: Issues on making the firebird backend working

2006-06-06 Thread David Elias
Already added the patch, for the ones that didn't know - http://code.djangoproject.com/ticket/1261 I'm trying to remove the "if settings.DATABASE_ENGINE == 'firebird'" from management.py and add some signals to use with the dispatcher. Already got this working inside the function "get_sql_create(

Re: Issues on making the firebird backend working

2006-06-01 Thread Adrian Holovaty
On 6/1/06, David Elias <[EMAIL PROTECTED]> wrote: > I've got the backend's base, create and introspection almost done. > Should i create a ticket or use this one > http://code.djangoproject.com/ticket/1261 and attach the files? Go ahead and use that existing ticket. Looking forward to your patch!

Re: Issues on making the firebird backend working

2006-06-01 Thread David Elias
I've got the backend's base, create and introspection almost done. Should i create a ticket or use this one http://code.djangoproject.com/ticket/1261 and attach the files? David --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

Re: Issues on making the firebird backend working

2006-06-01 Thread David Elias
Adrian Holovaty wrote: > On 6/1/06, David Elias <[EMAIL PROTECTED]> wrote: > > > > Well, AS in FROM clause is not support... > > > > Thoughts, ideas...? > > Hey David, > > Sorry for the slow response -- let's take each issue one at a time. > What do you have coded so far? > > Adrian > > -- > Adri

Re: Issues on making the firebird backend working

2006-06-01 Thread David Elias
Michael Radziej wrote: > David Elias wrote: > > Well, AS in FROM clause is not support... > > Not even in the equivalent form > > SELECT ... FROM table_name alias > > ? > > That would really suck. How do you do joins to "self" then? > > Michael With all the work i've forgot that, made a simple t

Re: Issues on making the firebird backend working

2006-06-01 Thread Adrian Holovaty
On 6/1/06, David Elias <[EMAIL PROTECTED]> wrote: > > Well, AS in FROM clause is not support... > > Thoughts, ideas...? Hey David, Sorry for the slow response -- let's take each issue one at a time. What do you have coded so far? Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~

Re: Issues on making the firebird backend working

2006-06-01 Thread Michael Radziej
David Elias wrote: > Well, AS in FROM clause is not support... Not even in the equivalent form SELECT ... FROM table_name alias ? That would really suck. How do you do joins to "self" then? Michael --~--~-~--~~~---~--~~ You received this message because you a

Re: Issues on making the firebird backend working

2006-06-01 Thread David Elias
Well, AS in FROM clause is not support... Thoughts, ideas...? I think we're not going to have Firebird support in Django :p --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to thi

Issues on making the firebird backend working

2006-05-26 Thread David Elias
Hi there, I've started working on firebird's backend and Adrian is also refactoring for the oracle support, so it's a good time to discuss this :) First, field and constraint names can't be bigger than 31 chars. In the creation.py declared for PositiveIntegerField integer CHECK("%(column)s"