helenus bigint插入错误

时间:2014-01-07 16:29:15

标签: node.js cassandra helenus

我目前正在使用helenus库插入一个列族。

CREATE TABLE page_request (
  c_date text,
  c_id timeuuid,
  s bigint,
  PRIMARY KEY (c_date, c_id)
);

我正在通过parseInt();解析整数。

我正在使用helenus的预备声明。但是,当我的大整数s为bigint时,parseInt()函数会将此整数转换为float。有没有将bigint插入helenus的特定情况?

注意:Number()功能也不起作用

0 个答案:

没有答案