Trevor Pilley

Results 34 comments of Trevor Pilley

Most likely yes when I move to .NET Standard 2.0 which will be soon there's a few alterations I want to make internally and also with the Database support so...

I have thought about this before but the problem is getting the Identifiers back, bulk doesn't work so well with identity columns and I don't want to have different behavior...

What sort of volumes and batch sizes are you wanting to do?

Ok, I'll have a think about this and the other thing you raised about the instance factories and see what we can cook up for 6.2

@Chimaine I'm pushing this back to 6.3 as it needs more investigation than I have time for in 6.2. I've prototyped `Insert(IEnumerable)` but ultimately it doesn't make much difference over...

@isolaol Is that something that can be done in all databases (MS SQL, MySQL, PostgreSql, SQLite etc)? Maybe a better way to tackle this is to have a new `IBulkSession`...

This isn't currently supported in MicroLite, it's something I'm considering for MicroLite 7.0 but for now you will need to do that additional fetch yourself (the upside is you can...

All that happens is 2 or more individual queries are sent to the database server as a single request over a single connection and the results are returned in separate...

There's no firm time frame for 7.0 at the moment, I'm finishing the OData 4.0 work in the WebApi extension before I pick up on 7.0. There may well be...