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: 2017-05-13 23:04:14 +0200 From: @mlkersten To: SQL devs <> Version: 11.25.21 (Dec2016-SP4) CC: @njnes
Last updated: 2017-06-12 15:14:35 +0200
Date: 2017-05-13 23:04:14 +0200 From: @mlkersten
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0 Build Identifier:
The error reported is '!illegal argument' Unclear why this message is raised.
Reproducible: Always
select role_id, cast(coalesce(role_id, login_id) as int) from sys.user_role limit 145;
Date: 2017-05-14 21:55:10 +0200 From: @njnes
Seems to work now on Dec2016
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Date: 2017-05-13 23:04:14 +0200
From: @mlkersten
To: SQL devs <>
Version: 11.25.21 (Dec2016-SP4)
CC: @njnes
Last updated: 2017-06-12 15:14:35 +0200
Comment 25318
Date: 2017-05-13 23:04:14 +0200
From: @mlkersten
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0
Build Identifier:
The error reported is '!illegal argument'
Unclear why this message is raised.
Reproducible: Always
Steps to Reproduce:
select role_id,
cast(coalesce(role_id, login_id) as int)
from sys.user_role
limit 145;
Comment 25323
Date: 2017-05-14 21:55:10 +0200
From: @njnes
Seems to work now on Dec2016
The text was updated successfully, but these errors were encountered: