rlarranaga / bafprp

Automatically exported from code.google.com/p/bafprp
0 stars 0 forks source link

SQL outputs need to escape field names #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With the different field name scheme I put in 1.3.1 mysql and mssql have a hard 
time dealing with un-escaped . fields.  We should be escaping all field names 
anyway.

Adding []'s around mssql field names, adding ``'s around mysql field names

Original issue reported on code.google.com by charless...@gmail.com on 26 Aug 2010 at 4:12

GoogleCodeExporter commented 8 years ago
Fixed in r204

Original comment by charless...@gmail.com on 26 Aug 2010 at 4:15