× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
raghavsingh reported 2015-09-29T04:29:13Z  · tariqrahiman last modified 2015-12-04T03:55:04Z

DB2 ZOS : Incorrect create table script generated for decfloat datatype.


Priority Low
Complexity Unknown
Component DB - DB2 zOS
Version 17.0
Product: Aqua Data Studio
Version: 17.0.0-rc-2
Build #: 46104
Build Date: 2015-Sep-28 06:50:25 PM
 
Step to Reproduce:
1. Connect to IBM DB2 ZOS database.
2. Expand Schemas object folder.
3. Expand any schema & go to Tables object folder.
4. Right click on Tables object folder & select "Create Table" option.
5. In Create Table window:
  -Enter Table name.
  -Add one column having DECFLAOT datatype
  - Add one more column having datatype as varchar.
6. Go to preview sql tab, script will be generated:
     CREATE TABLE "DPACK"."Decfloat"  ( 
     "decfloat"    DECFLOAT(34),
         "varchar"       VARCHAR(25) 
     )
7. Click on create button, a new table will be created.
8. Go to table tree node, select table Decfloat. Right click on it and select "Script Object to New Window As" CREATE.
9. System will generate a Create Script.
 
Actual Result: Incorrect sql script generated for decfloat datatype.
 
CREATE TABLE DPACK.Decfloat  ( 
decfloat DECFLOAT(),
varchar VARCHAR(25) FOR MIXED DATA 
)
GO
 
Observation :
System is generating a wrong create script which is not allowing us to create a table.
 
4 attachments

Issue #13759

Closed
Fixed
Resolved 2015-10-07T15:20:38Z
 
 
Completion
No due date
Fixed Build v17.0.0-rc-9
No time estimate

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