rach/pome

Scan error

kkoch986 opened this issue · 7 comments

Tried starting it up and got the following error:

2016/01/05 10:33:02 Starting Pome 0.1.0
2016/01/05 10:33:02 Application will be available at http://127.0.0.1:2345
2016/01/05 10:33:02 sql: Scan error on column index 3: converting string "6.55917056e+08" to a int: strconv.ParseInt: parsing "6.55917056e+08": invalid syntax

Could it be because of our use of bigints?

amolk commented

+1

rach commented

I think that's a duplicate of #22 I will have look at it

sorry about that we must have both opened them around the same time

rach commented

Thanks for reporting it. I think that I may have a fix for this bug. See #22 and b051abf
I'm closing this ticket as it's a dublicate. If this fix solve your problem then I will release 0.1.2

amolk commented

Thank you Rach! Looking forward to trying out pome.

Best,
Amol

On Jan 5, 2016, at 11:36 PM, Rach Belaid notifications@github.com wrote:

Thanks for reporting it. I think that I may have a fix for this bug. See #22 and b051abf
I'm closing this ticket as it's a dublicate. If this fix solve your problem then I will release 0.1.2


Reply to this email directly or view it on GitHub.

rach commented

Thanks @amolk . My attempt to fix it was wrong, I found the query which create the error so I should be able to provide a fix a bit later on.

great thanks!