Alex Zaytsev

Results 418 comments of Alex Zaytsev

@bahusoid can you please update the description removing the stuff concerning #1419?

This is actually `p: Major` due the fact if there is no transaction it will perform a real flush to the database, which would be considered as a manual flush...

@PapisKang the original issue actually has a test case. I've added link it to the description.

> could you please tell us, what are the necessary changes ... pull request needs to merge. These 2 PRs are 80 changed files each. They need a very careful...

``` var selector = ((StreamedSequenceInfo) queryModelVisitor.PreviousEvaluationType).ItemExpression; var querySource = QuerySourceExtractor.GetQuerySource(selector); // QuerySourceExtractor is a subclass of Joiner ``` However, even if query source is extracted correctly test does not pass...

@bahusoid should this be closed?

Could it be inferred from `generated` attribute on the property mapping?

This is SQLite and SQL Server 2012 (and some others?) behaviour: ```sql select count(*) from A limit 100 offset 100; ``` Would be executed like: ```sql select * from (select...

It does not throw the exception anymore, but returns invalid results (always 0), which is even worse.

Subqueries in the from clause are not supported in HQL, unfortunately. And this is the HUGE change in the parser.