Update of /cvsroot/squirrel-sql/sql12/doc
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30437/doc
Modified Files:
changes.txt
Log Message:
BugFix for 1968270 (Displaying unsigned INT as signed INT in column?)
Java's Integer type doesn't support unsigned 32-bit integer values.
When we detect that the value is larger than Java's Integer can handle, we now use a Long type.
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.436
retrieving revision 1.437
diff -C2 -d -r1.436 -r1.437
*** changes.txt 18 May 2008 13:03:27 -0000 1.436
--- changes.txt 21 May 2008 01:20:08 -0000 1.437
***************
*** 75,78 ****
--- 75,80 ----
Fixed a bug which made it difficult to see text that was being edited in a table.
+ 1968270: Displaying unsigned INT as signed INT in column
+
1845987: PostgreSQL interval types are not displayed
|