mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 02:55:40 -04:00
fuck
This commit is contained in:
parent
93bf662bf9
commit
3218d693e4
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ sub _soundex_matches {
|
||||||
|
|
||||||
#XXX HACK WARNING: not really a hack, but something to document, the inner query here seems to work fine on sqlite, but i suspect on other databases it might need an ORDER BY factoid_id clause to enforce that it picks the last entry in the database
|
#XXX HACK WARNING: not really a hack, but something to document, the inner query here seems to work fine on sqlite, but i suspect on other databases it might need an ORDER BY factoid_id clause to enforce that it picks the last entry in the database
|
||||||
my $rows = $dbh->selectall_arrayref(
|
my $rows = $dbh->selectall_arrayref(
|
||||||
"SELECT * FROM (SELECT factoid_id,subject,predicate FROM factoid GROUP BY original_subject) as subquery WHERE NOT (predicate = ' ') AND soundex = ? LIMIT 10",
|
"SELECT * FROM (SELECT factoid_id,subject,predicate FROM factoid WHERE soundex = ? GROUP BY original_subject) as subquery WHERE NOT (predicate = ' ') LIMIT 10",
|
||||||
undef,
|
undef,
|
||||||
$soundex
|
$soundex
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue