× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
deepalisalve reported 2014-01-21T10:09:07Z  · tariqrahiman last modified 2014-05-01T19:48:51Z

Query builder does not generate SQL joins for Informix database.


Priority Low
Complexity Unknown
Component Query Builder
Version 15.0

Aqua Data Studio 15.0.0-dev-73
Build #: 35575
Built on: 2014-Jan-17 05:39:06 PM

Operating Environment:  Windows7 64-bit
Database : Informix 12.10
Issue :
Query builder does not generate SQL joins for Informix database.

Steps to reproduce:

1.Connect to Informix server 
2. Run below scripts on query analyser

 CREATE TABLE "informix".date_datatypes  (

    col_date            DATE NOT NULL,

    col_datetime        DATETIME HOUR to MINUTE NOT NULL,

    col_interval        INTERVAL YEAR to MONTH NOT NULL

    )

IN ol_s_092013_174025

EXTENT SIZE 32 NEXT SIZE 32

LOCK MODE PAGE

GO

 

CREATE TABLE "informix".numeric_datatypes  (

    col_int             INTEGER NOT NULL,

    col_boolean         BOOLEAN,

    col_bigint          BIGINT,

    col_float           FLOAT,

    col_decimal         DECIMAL(15,5),

    col_int8            INT8,

    col_money           MONEY,

    col_serial          SERIAL NOT NULL,

    col_smallfloat      SMALLFLOAT,

    col_integer         INTEGER,

    PRIMARY KEY(col_int)

        FILTERING WITHOUT ERROR

)

IN ol_s_092013_174025

EXTENT SIZE 32 NEXT SIZE 32

LOCK MODE PAGE

GO

 3. Now Go to Schema Browser

 Select desired database, right click and select option Query Builder

 In Add Table window select Schema: informix

 Select Tables " date_datatypes  " and " numeric_datatypes  "

 Click on Add and Close button

  1.When we add tables cross join script is not generated in query.

  2.When we apply inner join then inner join script is not generated in query.

  3.When we apply left outer join then left word is missing in query.
  4.When we apply right outer join then right word is missing in query.

  5.When we apply full outer join then full outer join script is not generated in query.

 

 4. Link where you can see that Informix supports all SQL joins.

http://pic.dhe.ibm.com/infocenter/informix/v121/index.jsp?topic=%2Fcom.ibm.welcome.doc%2Fwelcome.htm

2 attachments
  • j2.png

    2014-01-21T10:09:07Z

    111 KB

  • j1.png

    2014-01-21T10:09:07Z

    121 KB

Issue #11462

Closed
Fixed
Resolved 2014-04-29T21:38:08Z
 
 
Completion
No due date
Fixed Build ADS 14.0.11-5
No time estimate

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