projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
59f23b3
)
Doc typo fix
Nigel Metheringham [Mon, 18 May 2009 15:00:52 +0000 (15:00 +0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
8e0364b
..
5cee594
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-2318,7
+2318,7
@@
of the MATCH .. AGAINST syntax for MySQL
=head1 UNARY OPERATORS
- my $sqlmaker = SQL::Abstract->new(special_ops => [
+ my $sqlmaker = SQL::Abstract->new(unary_ops => [
{
regex => qr/.../,
handler => sub {