Search found 2 matches

by aryeh
17.09.2008, 14:01
Forum: SQLite Administrator
Topic: Bug reports for SQLite Administrator application
Replies: 4
Views: 1683

Hi,

OK, I have found the solution for 64-bit integer:
if the field type declared as INTEGER(20) it works
in SQLite Administrator.

Regards,
Aryeh
by aryeh
16.09.2008, 15:09
Forum: SQLite Administrator
Topic: Bug reports for SQLite Administrator application
Replies: 4
Views: 1683

Hi, There are the bugs showing/editing two kinds of fields: 1. 64-bit integer. As the internal presentation of integer value in SQLite is 64-bit integer it will be right to show and edit any integer type as 64-bit one. Now the value greater than 32-bit integer is shown as 0. 2. Time. The full time r...