asherber/StaTypPocoQueries.PetaPoco

Query does not seem to support ColumnAttribute

Closed this issue · 3 comments

nj-db commented

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.

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

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

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