in reply to Re: Mixed-case column names breaking under Class::DBI
in thread Mixed-case column names breaking under Class::DBI
As far as I can see, the only problem is that your column name "user" is a SQL reserved keyword. Change the name of that column (in the database and in the code), remove all of the quotes around all of the column names, and everything should work, it does for me.
Okay, bad column choice on my part. However, my FTP server doesn't have a problem with it because it quotes the column name. That functionality is what I'm trying to accomplish with the quoting.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Mixed-case column names breaking under Class::DBI
by Aristotle (Chancellor) on Sep 20, 2004 at 21:42 UTC | |
by sintadil (Pilgrim) on Sep 20, 2004 at 21:45 UTC |