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
First of all; great client!
I'm wondering if you would consider altering the ExecuteScalars to accept a generic of type string, int, double, bool etc..?
Typical usages will be select count(1) and the like^^
Will make the code look cleaner if we could remove the type casting.
Wouldn't mind having a crack at it if you're pressed for time.
Speak soon!
/T
The text was updated successfully, but these errors were encountered:
Hi,
First of all; great client!
I'm wondering if you would consider altering the ExecuteScalars to accept a generic of type string, int, double, bool etc..?
Typical usages will be
select count(1)
and the like^^Will make the code look cleaner if we could remove the type casting.
Wouldn't mind having a crack at it if you're pressed for time.
Speak soon!
/T
The text was updated successfully, but these errors were encountered: