maca88
maca88
Forgot to test it, now it works and added tests.
> It's not possible to add association join dependent on subquery join With the last commit the issue is fixed.
The tests were failing because a new formula was added to `Order` entity: `` I just increased the expected number of columns by two as the test is selecting two...
Rebased to master and extended the purpose of this PR (description updated).
Rebased and all tests should be now fixed.
Due to multiple issues that I've encountered along the way to address the parameter type issue for methods that have more than one parameters, I expanded what this PR does....
Rebased on top of #2036 and fixed Odbc tests by moving the logic of setting the parameter size from `AbstractCharType.Set` to each driver that sets it. Not sure how to...
Squashed and rebased.
> @maca88 can you investigate support for .net 3.1? I am using .NET Core version 3.1.101 which works fine, but when I tried to install version `3.1.201`, I got the...
I've concluded that the only way to support `.NET Core 3.1` is to upgrade to Roslyn `3.6.0` which is not yet released. With version `3.5.0` the generator fails to generate...