Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

difference in select syntax

Quote Reply
difference in select syntax
hello

I was making diffs of the links Code of 2.12 & 2.20,
and found some difference in the select code.

in Links-SQL 2.12, I have something like
my $sth2 = $db->select( { URL => $url }, ['ID','Title'] );Shocked

and in Links-SQL 2.20 I have this:
my $sth2 = $db->select('ID', 'Title', { URL => $url });Shocked

my question:
what is the difference & should I update all my customized code?
Subject Author Views Date
Thread difference in select syntax ridesworld 1667 May 18, 2004, 2:34 PM
Post Re: [ridesworld] difference in select syntax
Jagerman 1603 May 26, 2004, 2:55 PM