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

When there are more than 1024 rows in a table it is not possible to make order by specified column #2044

Open
NVO777 opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@NVO777
Copy link

NVO777 commented Jan 14, 2025

**Got an error: Scan error on column index 1, name "req_primary_fields": converting NULL to string is unsupported when selecting records with order by clause
**

Expecting to get rows without error or some relevant error if it is not possible

Unpack attached zip archive into some directory, then from inside directory run ./run_test.sh
immuSorting.zip

Environment

# run "immu* version" and copy/paste the output here

immuclient version
immuclient 1.9.4
Commit : 76cd08a
Built at: Thu, 25 Jul 2024 20:17:12 UTC

Error is happened when record count of table to be sorted is more than 1024
Error is NOT happened when record count of table to be sorted is more than 1024 but sorted column is ID

@NVO777 NVO777 added the bug Something isn't working label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant