> 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
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
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()