Skip to content

Big int is not properly handled #65

Description

@gaizoule

When dbGetQuery from sqlite table which contains big ints, the result is not right.
for eample:
table: test
id (integer), price(double)
4294967296, 3.1415

then dbGetQuery(con, "select * from test") will return
id,price
0,3.1415

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions