Include Table Schema Name
First of all, thanks. You have developed a very useful library. I was trying to access to a table that doesn't have the default schema so the queries fail. I think that adding a property to the StoreAsAttribute like SchemaName and slightly changing the querybuilder would solve it. Thanks in advance
Hi @fduverger great idea, I'll be working on that this weekend
Thanks
On Friday, October 17, 2014, Diego Garcia [email protected] wrote:
Hi @fduverger https://github.com/fduverger great idea, I'll be working on that this weekend
— Reply to this email directly or view it on GitHub https://github.com/Yoinbol/Dapper.DataRepositories/issues/1#issuecomment-59591357 .
** Ing. Frank Gonzalez Duverger **
@fduverger the change is done on this commit https://github.com/Yoinbol/MicroOrm.Pocos.SqlGenerator/commit/ec4b402cb97ef986286e7ce63b5355990a441400 on the MicroOrm.Pocos.SqlGenerator project (https://github.com/Yoinbol/MicroOrm.Pocos.SqlGenerator).
You can run this on the Packages Manager Console on your project: Update-package MicroOrm.Pocos.SqlGenerator
The new version includes a new attribute called "Scheme" which accepts a string (your scheme name) and you can use it to decorate your entities that corresponds to tables that does not belong to the default scheme.
Let me know if it works in order to close this incident.
Thanks for keeping me posted. I won't be able to test it until wednesday. Thanks again On Oct 19, 2014 10:40 PM, "Diego Garcia" [email protected] wrote:
@fduverger https://github.com/fduverger the change is done on this commit Yoinbol/MicroOrm.Pocos.SqlGenerator@ec4b402 https://github.com/Yoinbol/MicroOrm.Pocos.SqlGenerator/commit/ec4b402cb97ef986286e7ce63b5355990a441400 on the MicroOrm.Pocos.SqlGenerator project ( https://github.com/Yoinbol/MicroOrm.Pocos.SqlGenerator).
You can run this on the Packages Manager Console on your project: Update-package MicroOrm.Pocos.SqlGenerator
The new version includes a new attribute called "Scheme" which accepts a string (your scheme name) and you can use it to decorate your entities that corresponds to tables that does not belong to the default scheme.
Let me know if it works in order to close this incident.
— Reply to this email directly or view it on GitHub https://github.com/Yoinbol/Dapper.DataRepositories/issues/1#issuecomment-59677612 .