JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.81k stars 445 forks source link

[WIP] Overriding Identity Types + Overriding Property Types in queries #3260

Closed nkosi23 closed 3 months ago

nkosi23 commented 3 months ago

Implements the feature request in #3257 (work in progress ~need to do the same for queries~) Feedback would be very welcome

jeremydmiller commented 3 months ago

@nkosi23 Hey man, thanks for trying this, but I'm really not enthusiastic about this approach at all.

nkosi23 commented 3 months ago

@jeremydmiller No problem, I understand what you explained in the related issue and after checking your branch I can see that I underestimated the implications (need to support all linq operations etc...)