-
Notifications
You must be signed in to change notification settings - Fork 16
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
SQL: ORDER BY clause is invalid when sorting on a memo column... #5
Comments
@PatrickvonDeetzen - I will look into this and release a new build once I can go thorough testing with the submitted code fix I received from Mike Yearwood. |
Wow, great news! 👍 |
I did not realize this gets called when you click on any column header. Funny that no one pointed that out. Here is a revamped FillSearchResultsCursor
|
Thanks @myearwood1 - I will try to find some time to update GoFish with this new code. I can;t promise when it will actualyl get released through Thor Check for Updates, will I'll do it when I have some free time one weekend (probable in Fall season). |
In MaxFrame we had it conditionally build indexes as the user clicked a
column header. It is less time consuming than the safe select technique.
…On Wed., Aug. 18, 2021, 12:44 p.m. Matt Slay, ***@***.***> wrote:
Thanks @myearwood1 <https://github.com/myearwood1> - I will try to find
some time to update GoFish with this new code. I can;t promise when it will
actualyl get released through Thor Check for Updates, will I'll do it when
I have some free time one weekend (probable in Fall season).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABL36WYIFRGIEDBQHBCSAYDT5PPOZANCNFSM4FGGSK2A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Since Matt (owner of this repo) passed away there is a new fork for GoFish. |
On Sun, May 13, 2018, 8:20 AM KoenP, wrote:
... I now get error, if the grid is sorted by a certain column:
Message: SQL: ORDER BY clause is invalid.
Command: Select * From (Select * From (lcSearchEngineResultsAlias) Order By &lcOrderBy) source Into Cursor gf_temp_csr ReadWrite
Method: GOFISH.FILLSEARCHRESULTSCURSOR
Needles to say that I have meanwhile redownloaded and reinstalled GoFish.app today however same effect.
Could this be related to other feautures which we face since the last windows update ( Beaufify works differently for example) ?
Any idea how to cure this?
Regards,
Koen
==========================
Mike Yearwood offere a fix by email:
Hey all
This error happens because order by cannot order by a memo field, proccode in this case.
I made a little fix. Hopefully others find this helpful.
Mike
============================
2018-06-20 23:04 GMT+02:00 Mike Yearwood
The text was updated successfully, but these errors were encountered: