MySql column name has dot not working while model save

Hi Guys,

I have a mysql column which has dot i.e ( "First.Name", "Last.Name" ) when I assign values not a problem… When I try to save the values it is quoting the column name and splitting into ` character.

Any idea?

Hi,

Are you speaking about column name or column value?

I dont see any problem on saving name with dot.

Hi Chandran,

Thanks for your reply!.

My web application using multiple databases, where I have the column name has dot ( Ex: "first.name" ) .

I didn’t find the solution, so I have written code traditional way.

If anything interesting, please let me know…