Nikolay Dozmorov

Results 2 issues of Nikolay Dozmorov

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

domain: core
priority: medium
type: feature

@IRCraziestTaxi Using ts compiler api we can create LINQ to SQL in functional style (example of using ts compiler api -http://blog.scottlogic.com/2017/05/02/typescript-compiler-api-revisited.html) For example, instead of this._userRepository.getOne().where(u => u.email).equal(email); we can...