solomon: Jared Johnson <jaredj@nmgi.com>
+spb: Stephen Bennett <stephen@freenode.net>
+
sszabo: Stephan Szabo <sszabo@bigpanda.com>
teejay : Aaron Trevena <teejay@cpan.org>
)
In some cases, quoting will be required for all users of a schema. To enforce
-this, you can also overload the C<connect> method for your schema class:
+this, you can also overload the C<connection> method for your schema class:
- sub connect {
+ sub connection {
my $self = shift;
my $rv = $self->next::method( @_ );
$rv->storage->sql_maker->quote_char([ qw/[ ]/ ]);