fjlopezs / mytracks

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

Fusion Tables upload doesn't properly escape quotes in titles #295

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fusion Tables are manipulated using SQL.  As such, pieces of data in the SQL 
must be properly escaped.  The track title is not properly escaped (single 
quotes need to be doubled).  This causes an upload failure when a track name 
with a single quote is used.

A fix for this issue is in simmonmt-staging4

Original issue reported on code.google.com by simmonmt@google.com on 4 Feb 2011 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by simmonmt@google.com on 9 Feb 2011 at 5:37