Wade Baglin

Results 116 comments of Wade Baglin

There are integration tests for Access. Can somebody add a test to show this is broken?

If I'm not mistaken, that's a Linqpad query. `.Dump()`. I too am a Linqpad addict 😄 Anyway, getting back on topic. Yes, absolutely. Seems logical.

The schema and test don't match. Can you post an update without commented out code and a schema which matches the test?

Ah I see. Unless there's an issue with how I've done the Sqlite DDL, this is a Sqlite thing. PetaPoco simply extends ado.net and adds a few helper features.

@pynej Looking good so far mate. I made a few comments on your commit; I hope this is ok with you?

@pynej Don't forget a couple of integration tests to ensure composite keys works. If you don't docker - that's ok - just test against whatever Db you use. I can...

@pynej Can you make a PR to the `CompositeKeySuppport` branch. I'll add some integration tests

@pynej I'll look at this over the weekend ;)

Agree. I’ll add a few more details around items I’d like to address in v7 soon.

So this, below, has been lifted from the roadmap - Implement logging infrastructure - Composite key support - Version support (optimistic concurrency) - Remove Homemade Cache class Which brings me...