[Dbix-class] Error with escaped apostrophe and bind param

Mark Trostler mark at zzo.com
Fri Mar 14 21:31:58 GMT 2008


In DB-land (where my quoting gets parsed) it's 'char':

mysql> select char(39);
+----------+
| char(39) |
+----------+
| '        |
+----------+
1 row in set (0.00 sec)

	M

Jonathan Rockway wrote:
> * On Fri, Mar 14 2008, Mark Trostler wrote:
>> I had some problem with using double single quotes - which I cannot
>> remember now - so ended up using char(39) although after some playing
>> the double single quote thing seems to be working fine too...
> 
> BTW, it's "chr" not "char".
> 



More information about the DBIx-Class mailing list