Closed
Description
Hi folks,
Thanks for developing an incredible library.
I'd like to use the POSTGRES sql provider to access data from tables in a different schema other than "public". But it seems the current nuget version of SQLProvider doesn't support it.
Upon checking the source code in github I found out that it has been fixed and hardcoded reference of the schema name 'public' has been replaced with the parameter 'owner'.
The current version of nuget has been released on "May 21 2014" which is very old.
It would be very helpful if we release the latest codebase.