× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2009-07-22T21:05:13Z  · last modified 2009-07-29T17:13:24Z

problem with varbit datatype nCluster


Dev
Fun Fun
funfun
QA
Tariq Rahiman
tariqrahiman
Priority Low
Complexity Unknown
Component App - Visual Editing
Version 08.0

ADS build 7.9.32

nCluster database

Below is from nCluster documentation

Name bit varying [ (n) ]

ALIAS varbit

Description variable-length bit string

But in Ncluster Server we cant actually create a table with the ALIAS varbit datatype.

CREATE DIMENSION TABLE public.test_varbit (
    A    varbit(4) NOT NULL
    )
GO

>[Error] Script lines: 1-5 --------------------------
 ERROR: syntax error at or near "varbit"

-----------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------

A bit varying datatype is possible. But the below table created in query window - ADS displays as VARBIT(4). When i try to script it give VARBIT, which when executed gives error

CREATE DIMENSION TABLE dbo."VARBIT_TEST_1" (
    A bit varying(4) NOT NULL
    )

SCRIPT generated by ADS

CREATE DIMENSION TABLE dbo.VARBIT_TEST_1 (
    a    varbit NOT NULL
    )
GO

 

1. To sum up, table properties for a bit varying data type should not be scripted as VARBIT in ADS GUI.

2. we need BIT VARYING data type in table create gui - Discuss with Niels

3. ER modeler should not have a VARBIT data type. To make changes depending on number 2

 

1 attachment
  • V.png

    2009-07-22T21:05:25Z

    89 KB

Issue #2819

Closed
Fixed
Resolved 2009-07-29T17:13:24Z
 
 
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