Missing support for 64bit Integer Values

2 views
Skip to first unread message

Flips

unread,
Dec 3, 2009, 12:21:21 PM12/3/09
to AppRocket
Hi,

i would like to know when I can expect a patch for AppRocket that
fixes the missing support for Integer Values that contain 64bits.

Kurt Daal

unread,
Dec 4, 2009, 2:01:40 AM12/4/09
to AppRocket
This is now fixed in Subersion trunk.

Flips

unread,
Dec 19, 2009, 5:59:12 AM12/19/09
to AppRocket
It is only partially fixed. The integer values from mysql are stored
as strings in app rocket.

I have changed line 549
elif field_type.startswith("int"):
to
elif field_type.startswith("bigint"):

This seems to fix the problem.

k...@b7og.com

unread,
Dec 21, 2009, 4:26:19 AM12/21/09
to AppRocket
Thanks for catching this. It's now in trunk.
Reply all
Reply to author
Forward
0 new messages