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

NULL value crash backend #1

Closed
matteodurighetto opened this issue Dec 13, 2013 · 0 comments
Closed

NULL value crash backend #1

matteodurighetto opened this issue Dec 13, 2013 · 0 comments
Labels

Comments

@matteodurighetto
Copy link

Hello,
If I use NULL value the backend will crash

normal value :
test=# select cs_avg(col3) from endless_get('ghghghghg');

cs_avg

  4

(1 row)
existing value :
test=# select cs_avg(col3) from endless_get('testing');

cs_avg

(1 row)
NULL value :
test=# select cs_avg(col3) from endless_get(NULL);
The connection to the server was lost. Attempting reset: Failed.
!>

Bye

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants