long integer overflow in VirtualText integer columns

2 views
Skip to first unread message

Alexey Pechnikov

unread,
Feb 16, 2009, 3:10:57 AM2/16/09
to SpatiaLite Users
Patch is very simple:

/*sqlite3_result_int (pContext,atoi (*(row->cells + i)));*/

sqlite3_result_int64 (pContext,atol (*(row->cells + i)));

I did find this when try to load telephony numbers (E.164 standart).

Alessandro Furieri

unread,
Feb 16, 2009, 4:24:18 AM2/16/09
to spatiali...@googlegroups.com

Alexey Pechnikov ha scritto:

Tanks a lot for submitting this bug,
Sandro

Reply all
Reply to author
Forward
0 new messages