Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Bugs in docs:

Quote Reply
Bugs in docs:
I've found a few, but haven't uploaded them, this one got me because it's two bugs at once:

SQL::UPDATE doc:
======
If the second argument is a GT::SQL::Condition object the condition object will be used to build the where clause with. Please see ***GT::SQL::Condition*** for a description of what you can do with a where clause.


my $condition = new GT::SQL::Codition ( 'WhereCol', 'LIKE', 'Foo%' );
$obj->update ( { Setme => 'Newvalue'}, $condition);


would translate to:

===========

There is both no "Condition.html" to link to, via the <A> tag ***, and in the example, it's spelled "CODITION" not "coNdition".



PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://postcards.com/FAQ


Subject Author Views Date
Thread Bugs in docs: pugdog 1994 Nov 28, 2000, 7:16 PM
Post Re: Bugs in docs:
Alex 1919 Nov 29, 2000, 1:07 PM