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

Grant does't work with schema syntax #2958

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

Grant does't work with schema syntax #2958

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

Comments

@monetdb-team
Copy link

Date: 2011-12-27 03:30:38 +0100
From: @skinkie
To: SQL devs <>
Version: 11.9.1 (Apr2012) [obsolete]
CC: @njnes

Last updated: 2012-05-25 12:58:43 +0200

Comment 16689

Date: 2011-12-27 03:30:38 +0100
From: @skinkie

sql>grant select on sys.faillissementen to dbslayer;
42000!syntax error, unexpected '.', expecting TO in: "grant select on sys."
sql>grant select on faillissementen to dbslayer;
operation successful (2.880ms)

Comment 16693

Date: 2011-12-27 09:46:04 +0100
From: @grobian

On a side-note: what client is this, the 42000! shouldn't be in the output.

Comment 16695

Date: 2011-12-27 10:13:02 +0100
From: @skinkie

December 2011 branch mclient.

Comment 17235

Date: 2012-05-07 20:37:40 +0200
From: @njnes

has been fixed some time back, by adding the proper qname rule to the parser.

Comment 17236

Date: 2012-05-07 20:38:29 +0200
From: @njnes

Changeset 44068741341a made by Niels Nes niels@cwi.nl in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=44068741341a

Changeset description:

added test for allready fixed bug #2958
@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 Nov 9, 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