We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, If I use NULL value the backend will crash
normal value : test=# select cs_avg(col3) from endless_get('ghghghghg');
4
(1 row) existing value : test=# select cs_avg(col3) from endless_get('testing');
(1 row) NULL value : test=# select cs_avg(col3) from endless_get(NULL); The connection to the server was lost. Attempting reset: Failed. !>
Bye
The text was updated successfully, but these errors were encountered:
Handle NULL id in TABLE_get(id) function
1652d72
No branches or pull requests
Hello,
If I use NULL value the backend will crash
normal value :
test=# select cs_avg(col3) from endless_get('ghghghghg');
cs_avg
(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
The text was updated successfully, but these errors were encountered: