tmenier / AsyncPoco

A long-"awaited" fully asynchronous PetaPoco fork
Other
127 stars 33 forks source link

Extracted IDatabase for mocking, added the ability to set case sensit… #29

Closed jholovacs closed 8 years ago

jholovacs commented 8 years ago

…ivity on columns.

Unfortunately, ReSharper wreaked havoc on the diffs, but the only changes actually made were setting case-sensitivity on the dictionaries (I use PostgreSql quite a bit) and extracting the interface on the database object so that it can be mocked in unit testing.

tmenier commented 8 years ago

Looks good, thanks for the contribution!

tmenier commented 8 years ago

@jholovacs Can you comment here on exactly how to use the new case sensitivity feature? I am linking back to this issue in the release notes and I think it would be helpful.