On Sun, Apr 05, 2015 at 05:12:00PM -0600, Andrew Fresh wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2015/04/05 17:12:00
>
> Modified files:
> databases/p5-DBD-SQLite: Makefile distinfo
> databases/p5-DBD-SQLite/pkg: PLIST
>
> Log message:
> Update databases/p5-DBD-SQLite to 1.46
>
> OK robert@ (maintainer)
In case you're using this against a database which you cannot write to, you may
need to update your code to explicitly set sqlite_use_immediate_transaction =>
0,
otherwise you'll end up with cryptic errors like:
attempt to write a readonly database
Which makes little sense if you're just going to SELECT data...no?
--
jasper