On Mon, Jan 12, 2009 at 10:41 PM, Jim Dodgen <[email protected]> wrote: > I am having better luck with the amalgamation that has been created by > Audrey Tang. > My production is still on 3.4 and testing on 3.6 with the amalgamation has > been promising
DBD::SQLite::Amalgamation is "nothing but a stub for an experimental way to distribute Matt Sergeant's DBD::SQLite." In other words, it uses DBD::SQLite 1.14 as its framework, replacing only the source code. In fact, I have replaced the source code in D::S::A to a newer SQLite version and it works just fine. I have not experienced any bugs or issues with D::S or D::S::A, but I am still happily using SQLite 3.5.9 code. > > On Mon, Jan 12, 2009 at 8:14 PM, Darren Duncan <[email protected]>wrote: > >> Jim Dodgen wrote: >> > Please post back with success/failure of the Perl bindings. >> >> Yes, about that ... it seems the bindings have gotten stale and have some >> outstanding issues ... I'm hoping that someone will step up and maintain >> them >> ... I currently lack the C experience to do it easily myself if any such >> maintenance is needed, except on an experimental basis ... I'll also try >> contacting the most recent maintainers about it. -- Darren Duncan >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > > > > -- > Jim Dodgen > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Puneet Kishor http://www.punkish.org/ Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/ Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

