You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With SqlServer, you will get "Column '[sites].[name]' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause."
The text was updated successfully, but these errors were encountered:
VictorioBerra
changed the title
SearchBuilderOptions()/SearchPaneOptions() do not work on SqlServer
SearchBuilderOptions()/SearchPaneOptions() generated invalid code on SqlServer
May 3, 2024
Hi - sorry I haven't been able to reply and look into your various issues and fixes yet. I'm working on other aspects of DataTables that I want to figure out before context switching to this. I will do so before the next release of Editor though.
Modify the sample to the following code
This works on SQLite not SqlServer/MSSQL.
With SqlServer, you will get "Column '[sites].[name]' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause."
Finally, "fixing" this is:
Not sure if that is the appropriate fix though...
The text was updated successfully, but these errors were encountered: