frankiDotNet

Results 25 comments of frankiDotNet

Ok.. Lost 😂.. I have firebird 2.1. I thought it could work with extending the Remotecontext, because i would have to extract the query, romove any skip take ( perhaps...

Because this will take a litle until it will arrive in version 3 I had an idea for a hacky workaround. Basically i would create the queries and put there...

Sorry for the late answer, but it is a little bit frustrating. My first run was to use FromSql on server side with the generated Sql string. This works fine...

What helped me was take a look at your Component import not anly at your Module import, some of my Component imports where also from devextreme-angular/ui/all..

Sorry, but I have to say it: This was one of the best extensions idea !!! It helped me in many situations! :1st_place_medal:

Yes.. I am still experimenting to check all error cases but with using System.LinqDynamic.Core: ``` CustomFilterCompilers.RegisterBinaryExpressionCompiler(info => { // If access list operations for Any(): // FilterSyntax = ["[{childlist}].{listElement}", "{operator}",...

@sdanyliv : Are there any news for a future support? The [ef core extension](https://github.com/zzzprojects/EntityFramework.Extended/tree/e5e47667fd9a959a589a4a707bd93e3148c82a1a/Source/EntityFramework.Extended/Future) has also a nice implementation. What I missed for all implementations is a kind of group,...

Is there a plan to support this in v2?

Looks like a good way to make linq2db more and more flexible.. If I can help anyhow let me know. You are doing a really good job!

I think this can be closed with : [composite key mapping](https://linq2db.github.io/api/LinqToDB.Mapping.ColumnAttribute.html?q=composite) or not?