Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 950 by yuri.rychkov: Need ResultSet.fieldByNameAs<Type> and ResultSet.fieldAs<Type>
http://code.google.com/p/gears/issues/detail?id=950 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. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
