Re: Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int)

2014-06-06 Thread Kevin Burton
#x27;t work. >>>> >>>> Here's a reduction: >>>> >>>> >>>> create table test_paging ( >>>> id int, >>>> primary key(id) >>>> ); >>>> >>>> insert into test_paging (id) values (1); &

Re: Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int)

2014-06-06 Thread Jack Krupansky
paging where id > token(0); … but it gives me: Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int) … What's that about? I can't find any documentation for this and there aren't any concise examples. -- Founder/CEO Spinn3r.com

Re: Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int)

2014-06-06 Thread Laing, Michael
; >>> insert into test_paging (id) values (2); >>> insert into test_paging (id) values (3); >>> insert into test_paging (id) values (4); >>> insert into test_paging (id) values (5); >>> >>> select * from test_paging where id > token(0); >>&g

Re: Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int)

2014-06-05 Thread Jonathan Haddad
nto test_paging (id) values (1); >> insert into test_paging (id) values (2); >> insert into test_paging (id) values (3); >> insert into test_paging (id) values (4); >> insert into test_paging (id) values (5); >> >> select * from test_paging where id > token(

Re: Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int)

2014-06-05 Thread Jonathan Haddad
; > > insert into test_paging (id) values (1); > insert into test_paging (id) values (2); > insert into test_paging (id) values (3); > insert into test_paging (id) values (4); > insert into test_paging (id) values (5); > > select * from test_paging where id > token(0); > >

Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int)

2014-06-05 Thread Kevin Burton
it gives me: Bad Request: Type error: cannot assign result of function token (type bigint) to id (type int) … What's that about? I can't find any documentation for this and there aren't any concise examples. -- Founder/CEO Spinn3r.com Location: *San Francisco, C