-
Notifications
You must be signed in to change notification settings - Fork 132
Bug?: SqlException: Incorrect syntax near ')' #463
Copy link
Copy link
Closed
Labels
deployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.questionFurther information is requestedFurther information is requestedunder assessmentThe feature request is under assessmentThe feature request is under assessment
Metadata
Metadata
Assignees
Labels
deployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.questionFurther information is requestedFurther information is requestedunder assessmentThe feature request is under assessmentThe feature request is under assessment
Greetings.
I came across this error/bug (?) a few times already:
When I call Query() in BaseRepository<TEntity, TDbConnection>:
If the collection is empty it throws this exceptions:
The SQL code (grabbed from SQL Server Profiler) being generated is:
Had this issue in March and took this screenshot back then: https://i.imgur.com/ekmP9RS.png
Is there any solution other than this:
Thanks!