Dont use the default locale when formatting SQL statements

It is not safe to use the default locale when using String.format
to produce SQL statements. Some locales will break the SQL
and as a consequence crash the app.

Change-Id: I2d4eac71a2a33a8fc669b532eef3d9e87f2800c5
1 file changed