You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Aristedes Maniatis <ar...@maniatis.org> on 2018/09/03 07:46:02 UTC

Re: Cayenne 4.2.M1

On 28/8/18 10:50pm, Nikita Timofeev wrote:

> I have some changes [*] that I don't want to push into 4.1 to not delay it.
> So I want to push 4.1 into a stable branch and switch master to 4.2.M1 version.
> Any thoughts?

Terrific. So a 4.1b1 release then?

> [*] here are few I've been working on:
> - new select translator


Interesting. Do you mean a new AST for processing the query string? Or 
something else?


> - subqueries
> - type-safe property API

Re: Cayenne 4.2.M1

Posted by Nikita Timofeev <nt...@objectstyle.com>.
On Mon, Sep 3, 2018 at 10:46 AM, Aristedes Maniatis <ar...@maniatis.org> wrote:
> Terrific. So a 4.1b1 release then?

Hope so :)

> Interesting. Do you mean a new AST for processing the query string? Or
> something else?

For now it's AST (with builder-style API [1]) for building query
string from SelectQuery object.

[1] https://issues.apache.org/jira/browse/CAY-2466

-- 
Best regards,
Nikita Timofeev