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 inside data #13

Closed firefly2442 closed 11 years ago

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...