benlilaj / gears

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

Need ResultSet.fieldByNameAs<Type> and ResultSet.fieldAs<Type> #950

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We can't use INTEGER field in SQLite in full range of INT64 :(
When we try to get INTEGER field value, we got error for big values.

Workaround:
We can cast INTEGER to TEXT in SQL query, but it's very ugly.

Original issue reported on code.google.com by yuri.ryc...@gmail.com on 28 Sep 2009 at 1:37