Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read only does not protect empty tables #3889

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

read only does not protect empty tables #3889

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

Date: 2015-12-18 14:11:42 +0100
From: Anthony Damico <>
To: SQL devs <>
Version: 11.21.11 (Jul2015-SP1)
CC: ajdamico, @njnes

Last updated: 2016-01-15 11:37:39 +0100

Comment 21674

Date: 2015-12-18 14:11:42 +0100
From: Anthony Damico <>

User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
Build Identifier:

simple reproduction below, thanks!

Reproducible: Always

Steps to Reproduce:

sql>create table my_table as select 1 with data;
operation successful (57.729ms)
sql>alter table my_table set read only;
operation successful (5.488ms)
sql>alter table my_table add column my_column integer;
operation successful (10.563ms)
sql>drop table my_table;
operation successful (6.075ms)
sql>

Comment 21683

Date: 2015-12-22 22:21:00 +0100
From: @njnes

read only only protects content of a table.

Comment 21685

Date: 2015-12-22 22:58:33 +0100
From: Anthony Damico <>

hi niels,

sorry, is there a changeset associated with this bug? or are you saying that tables with zero records cannot be protected?

here's an example of a table with one record as well--

https://www.monetdb.org/bugzilla/show_bug.cgi?id=3895

thanks, and sorry if i'm misunderstanding something

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants