× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2013-05-17T19:30:42Z  · last modified 2013-05-17T20:43:09Z

Inserting row with existing primary keys does not give Duplicate Entry for key 'Primary'


Dev
Fun Fun
funfun
QA
Sachin Prakash
SachinPrakash
Priority Low
Complexity Unknown
Component DB - Cassandra
Version 14.0
Version: 14.0.0-alpha-18
Build #: 32464
Build Date: 2013-May-16 02:29:55 PM
 
Inserting row with existing primary keys does not give Duplicate Entry for key 'Primary'
 
1. I created a table with a Primary Key in Cassandra
 
2. Then I entered rows with the same primary key and I did not get a Duplicate Entry for key 'Primary' as in other databases
 
3. The row was updated. The SQL 's are gives below and see attached screenshot
 

CREATE TABLE "Test_KS_jonathan"."key"  ( 

        "id"    int,

        "name"  text,

        PRIMARY KEY("id")

GO

 

INSERT INTO "Test_KS_jonathan"."key"("id", "name"

        VALUES(1, 'tariq')

GO

 

INSERT INTO "Test_KS_jonathan"."key"("id", "name"

        VALUES(1, 'aqua')

GO

 

INSERT INTO "Test_KS_jonathan"."key"("id", "name"

        VALUES(1, 'fold')

GO

 

select * from "Test_KS_jonathan"."key"

GO

 
 
1 attachment

Issue #9016

Closed
Invalid
Resolved 2013-05-17T20:30:56Z
 
 
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