Re: Firebird support

2006-05-03 Thread David Elias
> Hi David, Hi, thanks for the response. > I don't know of any work being done on a Firebird adapter. Would you > like to volunteer? :) Shure :) at work we are building a portal that will work as bridge between the our software (similar to SAP) and it uses Firebird, so it's a must we use it as th

Re: Firebird support

2006-05-02 Thread Adrian Holovaty
On 4/28/06, David Elias <[EMAIL PROTECTED]> wrote: > Is anyone working on this? > > I already found some problems for the firebird adapter, or not :) > > For example the LIMIT OFFSET clause, firebird uses SELECT FIRST SKIP > and the sql construction in django implies that the limit offset is > alw

Firebird support

2006-04-28 Thread David Elias
Hi there, Is anyone working on this? I already found some problems for the firebird adapter, or not :) For example the LIMIT OFFSET clause, firebird uses SELECT FIRST SKIP and the sql construction in django implies that the limit offset is always appended with the backed.get_limit_offset_sql()