× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
swapnil.chaudhari(*) reported 2013-10-15T10:50:55Z  · JennyNishimura last modified 2013-10-18T19:39:56Z

Conflict in datatypes shown by typeof() command and Valuetype shown in table data editor.


Dev
Jenny Nishimura
JennyNishimura
QA
Tariq Rahiman
tariqrahiman
Priority Low
Complexity Unknown
Component Tools - Table Data Editor
Version Future

Database version: SQLite3

Aqua Data Studio 14.0.0-rc-44
Build #: 34314
Built on: 2013-Oct-03 04:42:13 PM

Windows 7: 64 bit

Step 1: Connect to SQLite.

Step 2: Create a table, with a column having BLOB datatype.

             CREATE TABLE "Test_table1"  (

             "c1"    INTEGER NOT NULL,

             "c2"    BLOB,

             "c3"    BLOB,

             PRIMARY KEY("c1")  )

 

Step 3: Insert a record in table Test_table1

            INSERT INTO Test_table1 VALUES(1, x'0500', x'0500').

 

Step 4: Execute typeof() command on table.

          SELECT typeof(c1), typeof(c2), typeof(c3) FROM Test_table1;

          This command will give typeof c2 and c3 as ‘blob’ .

Step 5: Right click on Test_table1, in SQLite tree node -> Select ‘Edit Table Data, -> Click on data in column, c2 or c3 of table -> Observe ‘ Value-type’ at the bottom of window.

Value type shown here is ‘String’.

Value type shown in table data editor should be ‘blob’.

 

 

 

2 attachments

Issue #10445

Closed
Incomplete
 
 
Completion
No due date
No fixed build
No time estimate

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