It looks like someone else has taken over DBD-Ingres and put out a new release. According to the CHANGES the following updates were made:
– add missing timestamp types
– add workaround for do statements with placeholders
-> works for Ingres2006 R3
You can download the updated driver from http://search.cpan.org/CPAN/authors/id/S/SR/SREAGLE/DBD-Ingres-0.5201.tar.gz.
Popularity: 12% [?]
4 Comments
It now works for some older versions too. I'm still adding functionality.
A better link is the one at Ingres HP: http://search.cpan.org/dist/DBD-Ingres/ . It always points to the most recent version.
My goal is it to at least support DBI specs and some things like working with stored procedures (which actually works but lacks returning values, parameters by reference and row producing procedure support).
Thanks for the update – If you are feeling brave you could port the code to OpenAPI. That way you have a better chance to keep the driver in-line with Ingres.
It now works for some older versions too. I'm still adding functionality.
A better link is the one at Ingres HP: http://search.cpan.org/dist/DBD-Ingres/ . It always points to the most recent version.
My goal is it to at least support DBI specs and some things like working with stored procedures (which actually works but lacks returning values, parameters by reference and row producing procedure support).
Thanks for the update – If you are feeling brave you could port the code to OpenAPI. That way you have a better chance to keep the driver in-line with Ingres.
Post a Comment