All,

Is there a quick fix to allow substr to be called with two parameters
instead of three?  Sometime in 3.5 the official SQLite distribution
made the third parameter optional and it looks like there is code
within the sqlite3.c that makes queries using that form of the
function.  However, when I execute a SQL statement in my Perl code
using either DBD::SQLite 1.31 or 1.32.1 I get an error saying prepare
failed and that substr was being called with the wrong number of
arguments.

Using the same query in the sqlite3 command line utility executes
appropriately.  Thanks!

-- 
Jesse Erdmann
Bioinformatics Analyst
Masonic Cancer Center
University of Minnesota
jerdm...@umn.edu
612-626-3123

je...@jesseerdmann.com
Twitter: http://twitter.com/jesseerdmann

_______________________________________________
DBD-SQLite mailing list
DBD-SQLite@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite

Reply via email to