- Doc patch for using an SQL function on the left side of a comparison.
authorMarc Mims <marc@questright.com>
Thu, 4 Oct 2007 13:48:06 +0000 (06:48 -0700)
committerMarc Mims <marc@questright.com>
Thu, 4 Oct 2007 16:29:15 +0000 (16:29 +0000)
commit1c133e22c6e3f2701e057ee4f486f1fcaffe8428
tree10e5ce19368a6f426259ee07f6b3dc14323b6954
parent35210a5deb760654793d66a8b8f49fa360745d12
- Doc patch for using an SQL function on the left side of a comparison.
- Which lead to the discovery of a bind args ordering bug.  TODO tests added
  for that.
- Fixed =for hidden with =begin hidden / =end hidden elsewhere.
- Added myself to the contributors list.
lib/DBIx/Class.pm
lib/DBIx/Class/Manual/Cookbook.pod
lib/DBIx/Class/Manual/FAQ.pod
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Schema.pm
t/47bind_attribute.t [new file with mode: 0644]