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
The code is global to all providers and not only MySQL, so we are currently very limited in what we can do as:
It works perfectly for other providers such as SQL Server
We know some people use the interceptor with MySQL (so we cannot simply remove it for only the MySQL provider)
Unforutnately, in this case, I would recommend you create your own extension methods that don't use the interceptor and not using this feature for our library.
When executing the following query, tested directly in the Database, the result is 12 records.
When I use the ExecuteDataTable method, the result is always 1 record.
When testing without ExecuteDataTable, the result is 12 records.
The test was done with other records and the behavior is the same.
When removing the crg_nid column from the SELECT, the result is 12 records using ExecuteDataTable and also without it.
The same behavior occurred with ExecuteDataSet.
The text was updated successfully, but these errors were encountered: