-
-
Notifications
You must be signed in to change notification settings - Fork 233
335544721 when selecting view with round [CORE1338] #1757
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
Comments
Commented by: ramengo (ramengo) Sorry, the version used is 2.1 beta1 2.1.0.15999 |
Modified by: @asfernandesassignee: Adriano dos Santos Fernandes [ asfernandes ] |
Modified by: Sean Leyne (seanleyne)Version: 2.1 Beta 1 [ 10141 ] Version: 2.1 Alpha 1 [ 10150 ] => |
Modified by: @asfernandesassignee: Adriano dos Santos Fernandes [ asfernandes ] => Dmitry Yemanov [ dimitr ] |
Modified by: @dyemanovstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.1 Beta 2 [ 10190 ] |
Commented by: Maciej Kaczkowski (maciejkaczkowski) probably any function in view make this message, for example: and the same error message appear in computed by field |
Modified by: @pcisarWorkflow: jira [ 12483 ] => Firebird [ 14897 ] |
Commented by: @pmakowski Q/A test ok |
Modified by: @pmakowskistatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovQA Status: No test => Done successfully |
Submitted by: ramengo (ramengo)
Is related to QA175
create table a (a numeric(15,15))
insert into a values(2)
create view b(a) as select round(a,2) from a
select * from b
The latter raises the following:
SQL Message : -902
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements
Engine Code : 335544721
Engine Message :
Unable to complete network request to host "localhost".
Error reading data from the connection.
Then the Guardian blinks.
Commits: a2d61a0
The text was updated successfully, but these errors were encountered: