in reply to Re^2: Building DBD::InterBase with last_insert_id
in thread Building DBD::InterBase with last_insert_id

Firebird uses Generators to create auto increment fields. It involves creating a generator and a trigger - see http://www.firebirdfaq.org/faq29/ I am very interested in Firebird support for DBIx::Class maybe we can join forces to implement what is needed ?
  • Comment on Re^3: Building DBD::InterBase with last_insert_id

Replies are listed 'Best First'.
Re^4: Building DBD::InterBase with last_insert_id
by moritz (Cardinal) on Apr 01, 2010 at 10:33 UTC
    Actually there is a DBIx::Class branch that implements a firbird backend - I just don't know if it is merged yet. I used an earlier version of that backend, and it worked fine for my project.

    I suggest to join the developer's channel on irc.perl.org (#dbix-class) and ask Caelum about the status.

    Perl 6 - links to (nearly) everything that is Perl 6.