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
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
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)
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.
Date: 2011-12-27 10:13:02 +0100 From: @skinkie
December 2011 branch mclient.
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.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: