Bugs item #1643542, was opened at 2007-01-24 14:28
Message generated for change (Comment added) made by romulog
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1643542&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL CVS Head
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Romulo Goncalves (romulog)
Assigned to: Niels Nes (nielsnes)
Summary: SQL: Add column...

Initial Comment:
Dear developer,

I create a table and then I add a column:

sql>alter table t1 add col int; 
sql>alter table t1 add col int; 
sql>alter table t1 add col int; 
sql>alter table t1 add col int; 
sql>alter table t1 add col int; 
sql>alter table t1 add col int; 
sql>alter table t1 add col int; 
sql>alter table t1 add col int; 
sql>select * from t1;
% sys.t1,       sys.t1, sys.t1, sys.t1, sys.t1, sys.t1, sys.t1, sys.t1, sys.t1, 
sys.t1 # table_name
% id,   name,   col,    col,    col,    col,    col,    col,    col,    col # 
name
% int,  varchar,        int,    int,    int,    int,    int,    int,    int,    
int # type
% 1,    0,      1,      1,      1,      1,      1,      1,      1,      1 # 
length
sql>

As you can see I can have more than one column with the same name.

Regards,
Romulo

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

>Comment By: Romulo Goncalves (romulog)
Date: 2007-01-29 18:49

Message:
Logged In: YES 
user_id=1498628
Originator: YES

This bug is fixed and it is coverd by:

sql/src/test/BugTracker/Tests/create_column.SF-1643542.sql

Regards,
Romulo

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

Comment By: Romulo Goncalves (romulog)
Date: 2007-01-25 18:26

Message:
Logged In: YES 
user_id=1498628
Originator: YES

The test was renamed  and it has a different location.

sql/src/test/BugTracker/Tests/create_column.SF-1643542.sql

Regards,
Romulo

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

Comment By: Romulo Goncalves (romulog)
Date: 2007-01-25 18:04

Message:
Logged In: YES 
user_id=1498628
Originator: YES

A test was created to cover this bug:

sql/src/tests/add_column_1643542.sql

Regards,
Romulo

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1643542&group_id=56967

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to