firefly2442 / Arma2NETMySQLPlugin

Arma2NET plugin to connect to MySQL and SQLite databases
GNU General Public License v3.0
24 stars 9 forks source link

Allow use of commas through escaping them #9

Open firefly2442 opened 11 years ago

firefly2442 commented 11 years ago

Would this be the best solution?

firefly2442 commented 11 years ago

Right now the system uses commas to split up database column results. Perhaps allow escaping commas or pick a different split character? Not sure what the best solution would be here...