× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
vaibhavladdha271(*) reported 2013-12-23T07:07:46Z  · tariqrahiman last modified 2014-06-27T01:25:01Z

Unable to import data for bit data type in postgresql


Dev
Thomas Conrad
tomconrad
QA
Jenny Nishimura
JennyNishimura
Priority Major
Complexity Unknown
Component Tools - Import Tool
Version 15.0

Aqua Data Studio 15.0.0-dev-52
Build #: 35235
Built on: 2013-Dec-16 12:53:39 PM

Connect to postgresql

Create a schema named dbschema

Create two tables named "bit_string_datatype","textsearchdatatype" in dbschema

Create table script:

CREATE TABLE "dbschema"."bit_string_datatype"  ( 
"bit_col"   bit(3) NOT NULL,
"varbit_col" varbit NULL,
PRIMARY KEY("bit_col")
)
GO
Insert data using insert scripts:
 
Insert script for bit string datatype table:
INSERT INTO "dbschema"."bit_string_datatype"("bit_col", "varbit_col") 
VALUES('011', '111')
GO
INSERT INTO "dbschema"."bit_string_datatype"("bit_col", "varbit_col") 
VALUES('001', '0111')
GO
 
Export data in a csv file
 
Delete data from table
 
Right click on created table "bit_string_datatype"
Select Tools->Import data
 
After providing valid options in all tabs an error message is displayed:
"Execute batch failed: Batch entry 0 INSERT INTO "dbschema"."bit_string_datatype"("bit_col", "varbit_col")   VALUES(b'0', '111') was aborted.  Call getNextException to see the cause."
 
 
 
 

 

3 attachments

Issue #11135

Closed
Fixed
Resolved 2014-06-18T16:27:42Z
 
 
Completion
No due date
Fixed Build ADS 15.0.0-dev-329
No time estimate

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