Roman Artiukhin
Roman Artiukhin
@stefaang I tried to build package using Docker on Windows. ``` docker run -it -v e:/Git/spksrc:/spksrc synocommunity/spksrc /bin/bash cd spk/transmission/ make apkg-wdarm ``` And it fails with some checksum error:...
> it fails with some checksum error Ok I got it. It's git autocrlf setting to blame
If anyone else is interested I was able to compile transmission 2.94 with sequential download patch: [transmission-seq_2.94.zip](https://github.com/WDCommunity/wdpksrc/files/5610622/transmission-seq_2.94.zip)
Awesome!!! Big thanks for config fixes. I was just going to complain about it :) I've been able to successfully install and run it and it's recognized by PS3. It's...
Status report: Server was working for few days without any issues. So thanks again for quick response! Are you planning to publish it officially? > More TODO: fix stop.sh Not...
Does it work with parameters in subquery? I see no such tests... ```sql from Order o inner join ( from Order where OrderId = :id ) o2 on (o.OrderId -...
There is I believe another limitation (which is also present for entity join). It's not possible to add association join dependent on subquery join. Something like: ```sql from Order o...
And your alias related changes seem to fix issue reported here: https://github.com/nhibernate/nhibernate-core/issues/2092 I see no duplicates in generated SQL
@maca88 Some tests are failed after merge... Can you take a look?
> could be submitted to Relinq, but the project does not appear to be actively maintained. Maybe because it's considered perfect already ) Could you still prepare PR? At least...