in reply to DBI search for forward slash
Are you certain that there is a row with the column string containing exactly /a/b/c? The database seems to think no.
What database are you using?
Does running the SQL from the console work? SELECT * FROM `texts` WHERE `string`='/a/b/c'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DBI search for forward slash
by luxs (Beadle) on Nov 08, 2020 at 07:27 UTC | |
by Corion (Patriarch) on Nov 08, 2020 at 08:08 UTC | |
by luxs (Beadle) on Nov 08, 2020 at 08:33 UTC |
In Section
Seekers of Perl Wisdom