× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
JennyNishimura reported 2013-09-27T15:57:47Z  · tariqrahiman last modified 2014-06-27T00:18:39Z

Table Data Editor ignores long integer value changes


Priority Low
Complexity Unknown
Component Tools - Table Data Editor
Version 15.0

When editing a long integer value, the updated value is sometimes ignored by the Table Data Editor.

1. Create a table with a "long integer" column and insert a record with a "long integer" value.  For example, create the following table in MySQL:

CREATE TABLE `testBigInteger`  (
    `id`              int(11) NOT NULL,
    `bigint_value`    bigint(20) NULL,
    PRIMARY KEY(`id`)
)
GO
INSERT INTO `testBigInteger` VALUES (1, 9223372036854775807)
GO

2. Edit the table using the Table Data Editor.  Change the value of 9223372036854775807 to 9223372036854775806 (i.e. last digit from 7 to 6).

3. After you enter the value, it is reverted back to the original value of 9223372036854775807.

Issue #10241

Closed
Fixed
Resolved 2014-06-24T15:11:33Z
 
 
Completion
No due date
Fixed Build 15.0-dev-339
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017