Closed GoogleCodeExporter closed 8 years ago
Code version: changeset: 66:9f7331de6345 date: Fri Jul 08 09:09:54 2011 -0700 Conditions: 1. table has column of REAL type 2. value obtained using sqlite3_column_text Problem: sqlite3_column_text returns some strange values that depend of current culture. Testcase is attached. Testcase output: invariant culture value: 0.1 value: 1E-09.0 ru value: 0,1.0 value: 1E-09.0 Values returned by native library: invariant culture value: 0.1 value: 1.0e-09 ru value: 0.1 value: 1.0e-09
Original issue reported on code.google.com by iyu...@gmail.com on 17 Jul 2011 at 1:51
iyu...@gmail.com
Attachments:
Original comment by noah.hart@gmail.com on 22 Jul 2011 at 4:09
noah.hart@gmail.com
This issue was closed by revision 498d214eef72.
Original comment by noah.hart@gmail.com on 26 Aug 2011 at 7:04
Original issue reported on code.google.com by
iyu...@gmail.com
on 17 Jul 2011 at 1:51Attachments: