Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query does not seem to support ColumnAttribute #2

Closed
nj-db opened this issue Jul 10, 2020 · 3 comments
Closed

Query does not seem to support ColumnAttribute #2

nj-db opened this issue Jul 10, 2020 · 3 comments

Comments

@nj-db
Copy link

nj-db commented Jul 10, 2020

Hi,
I like what you have done with these extensions.
I have tried to use your Query extensions with a POCO class that has a property using the PetaPoco ColumnAttribute but it returns a SQL exception that a column with the property name does not exist in the table.

@asherber
Copy link
Owner

This is a limitation of the underlying StaTypPocoQuerues library. I opened a ticket there to see if this functionality can be added.

@asherber
Copy link
Owner

This functionality has been added in the base library. Give me a day or two to add the needed code here.

@asherber
Copy link
Owner

asherber commented Sep 2, 2020

Sorry for the delay. This has been added to v1.3.2, available from NuGet.

@asherber asherber closed this as completed Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants