X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FTroubleshooting.pod;h=747caf90c4d2054f31d64c04262fe18cce79afd7;hb=a3a342eb38c481a8bed434344fe4e871b153b7b7;hp=6ca0dd3722e4d789272d99337fd79f29a77e4760;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Troubleshooting.pod b/lib/DBIx/Class/Manual/Troubleshooting.pod index 6ca0dd3..747caf9 100644 --- a/lib/DBIx/Class/Manual/Troubleshooting.pod +++ b/lib/DBIx/Class/Manual/Troubleshooting.pod @@ -96,7 +96,7 @@ up with the following errors: 2) syntax error at or near "user" - due to "user" in the JOIN clause The solution is to enable quoting - see -L for +L for details. =head2 column "foo DESC" does not exist ... @@ -112,7 +112,7 @@ should be written as: $rs->search( {}, { order_by => { -desc => 'name' } } ); For more ways to express order clauses refer to -L +L =head2 Perl Performance Issues on Red Hat Systems