-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Sort by integer giving string sort #904
Comments
Hi @ashik-aufaitux , Which version of Antares are you using? |
Version 0.7.30
…________________________________
From: Fabio Di Stasio ***@***.***>
Sent: Monday, December 9, 2024 12:41 PM
To: antares-sql/antares ***@***.***>
Cc: Ashik C K ***@***.***>; Mention ***@***.***>
Subject: Re: [antares-sql/antares] Sort by integer giving string sort (Issue #904)
Hi @ashik-aufaitux<https://github.com/ashik-aufaitux> ,
Which version of Antares are you using?
—
Reply to this email directly, view it on GitHub<#904 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BHBZUPWE33A3MUWWV5U4G6T2EU7AJAVCNFSM6AAAAABTIABD6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRXGEYTGNBWGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Can you tell me what database the problem occurs on and what type is that number field? |
Its in MySql database and primary key id field. I have installed it from https://antares-sql.app/ and it gets updated automatically. |
Just logged in to report the same bug... |
I have made some tests but cannot replicate the problem. |
sure, here it is: Id column of type BIGINT, length 20, unsigned, autoincrement (this is the most obvious one because i use it daily) so far I only noticed those |
Currently, Antares, for tables that have fewer records than the result limit (1000 by default) performs a software-side sort, without redoing the query. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Application (please complete the following information):
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: