Re: [Dbix-class] How do I get DBIx::Class to quote User table and user collum in SQL Server ?

2013-06-21 Thread Hugh Wang
Paul, thanks a lot. after following your instruction, it works good now I found every table, every collum has been quoted with [ ] so, it works good now Hugh Wang Paul Findlay 写道: Hi Hugh You seem to be putting quote_char and name_sep into their own hash ref. You should have them directly

RE: [Dbix-class] How do I get DBIx::Class to quote User table and user collum in SQL Server ?

2013-06-20 Thread Paul Findlay
Hi Hugh You seem to be putting quote_char and name_sep into their own hash ref. You should have them directly in the connect_info hash ref: connect_info = { dsn = 'dbi:ODBC:driver={SQL Server};server=.;', user = '...', password = .', LongTruncOk=1,