[PR] CAY-2807 entity property disambiguate method parameters [cayenne]

2023-10-16 Thread via GitHub
Ivan-nikitko opened a new pull request, #595: URL: https://github.com/apache/cayenne/pull/595 API redesign in EntityProperty, CollectionProperty, MapProperty **Deprecated this methods:** Expression inId(Collection ids) Expression inId(Object firstId, Object... moreIds)

Re: [PR] CAY-2814 select query iterator() and batch iterator() methods return incorrect results [cayenne]

2023-11-06 Thread via GitHub
stariy95 closed pull request #594: CAY-2814 select query iterator() and batch iterator() methods return incorrect results URL: https://github.com/apache/cayenne/pull/594 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] CAY-2814 Select query iterator() and batchIterator() methods return incorrect results [cayenne]

2023-11-06 Thread via GitHub
stariy95 merged PR #596: URL: https://github.com/apache/cayenne/pull/596 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] CAY-2814 Select query iterator() and batchIterator() methods return incorrect results [cayenne]

2023-11-06 Thread via GitHub
stariy95 opened a new pull request, #596: URL: https://github.com/apache/cayenne/pull/596 This PR is supersedes #594 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [cayenne] asfgit merged pull request #590: PR#21 on `cayenne-website` mirror in actual source

2023-09-23 Thread via GitHub
asfgit merged PR #590: URL: https://github.com/apache/cayenne/pull/590 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] CAY-2814 select query iterator() and batch iterator() methods return incorrect results [cayenne]

2023-10-10 Thread via GitHub
Ivan-nikitko opened a new pull request, #594: URL: https://github.com/apache/cayenne/pull/594 [see ](https://issues.apache.org/jira/browse/CAY-2814) issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #593: Case when statement implementation

2023-08-14 Thread via GitHub
Ivan-nikitko opened a new pull request, #593: URL: https://github.com/apache/cayenne/pull/593 **SQLBulder API example** ``` SelectBuilder builder = new SelectBuilder(column("OrderID"), column("Quantity"), caseWhen()

[GitHub] [cayenne] stariy95 commented on a diff in pull request #559: Order in db import

2023-01-24 Thread via GitHub
stariy95 commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1085304861 ## modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/db/load/DbImportTreeNode.java: ## @@ -207,4 +210,45 @@ public boolean isLoaded() {

[GitHub] [cayenne] stariy95 merged pull request #558: Add tests for new operation sorter

2023-01-24 Thread via GitHub
stariy95 merged PR #558: URL: https://github.com/apache/cayenne/pull/558 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] Ivan-nikitko commented on a diff in pull request #559: Order in db import

2023-01-26 Thread via GitHub
Ivan-nikitko commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1087700992 ## modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/db/load/DbImportTreeNode.java: ## @@ -207,4 +210,45 @@ public boolean isLoaded() {

[GitHub] [cayenne] Ivan-nikitko commented on a diff in pull request #559: Order in db import

2023-01-26 Thread via GitHub
Ivan-nikitko commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1087712343 ## modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/editor/dbimport/DbImportSorter.java: ## @@ -0,0 +1,110 @@

[GitHub] [cayenne] Ivan-nikitko commented on a diff in pull request #559: Order in db import

2023-01-26 Thread via GitHub
Ivan-nikitko commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1087700992 ## modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/db/load/DbImportTreeNode.java: ## @@ -207,4 +210,45 @@ public boolean isLoaded() {

[GitHub] [cayenne] Ivan-nikitko commented on a diff in pull request #559: Order in db import

2023-01-26 Thread via GitHub
Ivan-nikitko commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1087700992 ## modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/db/load/DbImportTreeNode.java: ## @@ -207,4 +210,45 @@ public boolean isLoaded() {

[GitHub] [cayenne] Ivan-nikitko commented on a diff in pull request #559: Order in db import

2023-01-26 Thread via GitHub
Ivan-nikitko commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1087714682 ## modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/editor/dbimport/DbImportSorter.java: ## @@ -0,0 +1,110 @@

[GitHub] [cayenne] Ivan-nikitko commented on a diff in pull request #559: Order in db import

2023-01-26 Thread via GitHub
Ivan-nikitko commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1087701254 ## modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/editor/dbimport/DbImportSorter.java: ## @@ -0,0 +1,110 @@

[GitHub] [cayenne] stariy95 commented on a diff in pull request #559: Order in db import

2023-01-27 Thread via GitHub
stariy95 commented on code in PR #559: URL: https://github.com/apache/cayenne/pull/559#discussion_r1088860541 ## cayenne-server/src/main/resources/org/apache/cayenne/schema/11/dbimport.xsd: ## @@ -73,6 +71,8 @@ + Review Comment: This change

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #560: Pinned feature in dBImport

2023-01-30 Thread via GitHub
Ivan-nikitko opened a new pull request, #560: URL: https://github.com/apache/cayenne/pull/560 Since we have sorting in dbImport, it will be a good idea to have a possibilty to mark or "pin" some of the

[GitHub] [cayenne] stariy95 merged pull request #559: Order in db import

2023-01-31 Thread via GitHub
stariy95 merged PR #559: URL: https://github.com/apache/cayenne/pull/559 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #562: CAY-2790 EOModel import: NPE importing EOFetchSpecification

2023-03-10 Thread via GitHub
stariy95 merged PR #562: URL: https://github.com/apache/cayenne/pull/562 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #561: CAY-2790 EOModel import: NPE importing EOFetchSpecification

2023-03-10 Thread via GitHub
stariy95 merged PR #561: URL: https://github.com/apache/cayenne/pull/561 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #575: DB2 cannot build relationships-flattened test project

2023-03-10 Thread via GitHub
stariy95 merged PR #575: URL: https://github.com/apache/cayenne/pull/575 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] m-dzianishchyts commented on pull request #577: CAY-2795 Add unit tests for the Json type [STABLE-4.2]

2023-03-10 Thread via GitHub
m-dzianishchyts commented on PR #577: URL: https://github.com/apache/cayenne/pull/577#issuecomment-1463677600 More changes from #571 are needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [cayenne] m-dzianishchyts closed pull request #577: CAY-2795 Add unit tests for the Json type [STABLE-4.2]

2023-03-10 Thread via GitHub
m-dzianishchyts closed pull request #577: CAY-2795 Add unit tests for the Json type [STABLE-4.2] URL: https://github.com/apache/cayenne/pull/577 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [cayenne] stariy95 merged pull request #576: CAY-2795 Add unit tests for the Json type

2023-03-10 Thread via GitHub
stariy95 merged PR #576: URL: https://github.com/apache/cayenne/pull/576 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #578: Split Attributes to follow necessary DataMap xml order

2023-03-17 Thread via GitHub
stariy95 merged PR #578: URL: https://github.com/apache/cayenne/pull/578 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #567: Provide ability to add extra modules in declarative way

2023-03-14 Thread via GitHub
stariy95 merged PR #567: URL: https://github.com/apache/cayenne/pull/567 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] dependabot[bot] opened a new pull request, #579: Bump spring-core from 5.2.22.RELEASE to 5.2.23.RELEASE

2023-03-23 Thread via GitHub
dependabot[bot] opened a new pull request, #579: URL: https://github.com/apache/cayenne/pull/579 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.2.22.RELEASE to 5.2.23.RELEASE. Release notes Sourced from

[GitHub] [cayenne] m-dzianishchyts closed pull request #566: Integrate JSON type

2023-02-25 Thread via GitHub
m-dzianishchyts closed pull request #566: Integrate JSON type URL: https://github.com/apache/cayenne/pull/566 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [cayenne] stariy95 merged pull request #574: CAY-2796 Cayenne custom json formatter produces invalid json [STABLE-4.2]

2023-03-03 Thread via GitHub
stariy95 merged PR #574: URL: https://github.com/apache/cayenne/pull/574 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] m-dzianishchyts opened a new pull request, #575: DB2 cannot build relationships-flattened test project

2023-03-03 Thread via GitHub
m-dzianishchyts opened a new pull request, #575: URL: https://github.com/apache/cayenne/pull/575 Running tests for DB2 fails with [DB2 -542 error](https://www.sqlerror.de/db2_sql_error_-542_sqlstate_42831.html). The reason is nullable db-attributes which are included in unique index

[GitHub] [cayenne] m-dzianishchyts opened a new pull request, #570: Update generated tables

2023-02-24 Thread via GitHub
m-dzianishchyts opened a new pull request, #570: URL: https://github.com/apache/cayenne/pull/570 I want to update these files so that they don't show up in ```git status```. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [cayenne] m-dzianishchyts closed pull request #564: Oracle DB fixes

2023-02-24 Thread via GitHub
m-dzianishchyts closed pull request #564: Oracle DB fixes URL: https://github.com/apache/cayenne/pull/564 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #568: Sorting in db import

2023-02-22 Thread via GitHub
Ivan-nikitko opened a new pull request, #568: URL: https://github.com/apache/cayenne/pull/568 Auto sorting rules by types. Sorting by names by pressing button ![Screenshot_2](https://user-images.githubusercontent.com/70625960/220835946-a1a0ee80-6fd3-4437-8aa4-d740888ef377.png) --

[GitHub] [cayenne] stariy95 merged pull request #572: CAY-2796 Cayenne custom json formatter produces invalid json

2023-03-01 Thread via GitHub
stariy95 merged PR #572: URL: https://github.com/apache/cayenne/pull/572 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #569: CAY-2798 Improve tests for Oracle DB

2023-03-01 Thread via GitHub
stariy95 merged PR #569: URL: https://github.com/apache/cayenne/pull/569 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #570: Update generated tables

2023-03-01 Thread via GitHub
stariy95 merged PR #570: URL: https://github.com/apache/cayenne/pull/570 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 merged pull request #571: CAY-2797 Json support for more databases

2023-03-01 Thread via GitHub
stariy95 merged PR #571: URL: https://github.com/apache/cayenne/pull/571 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] dependabot[bot] opened a new pull request, #581: Bump spring-core from 5.2.23.RELEASE to 5.2.24.RELEASE

2023-04-17 Thread via GitHub
dependabot[bot] opened a new pull request, #581: URL: https://github.com/apache/cayenne/pull/581 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.2.23.RELEASE to 5.2.24.RELEASE. Release notes Sourced from

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #580: CAY-2739 mapping proposal replace to dep pk with fk

2023-04-11 Thread via GitHub
Ivan-nikitko opened a new pull request, #580: URL: https://github.com/apache/cayenne/pull/580 Replacing toDepPk with fk to avoid confusion about understanding this property. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [cayenne] stariy95 merged pull request #579: Bump spring-core from 5.2.22.RELEASE to 5.2.23.RELEASE

2023-04-11 Thread via GitHub
stariy95 merged PR #579: URL: https://github.com/apache/cayenne/pull/579 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] mattraydub opened a new pull request, #563: CAY-2792 Fix Insertion Order For Reflexive DataObjects

2023-02-06 Thread via GitHub
mattraydub opened a new pull request, #563: URL: https://github.com/apache/cayenne/pull/563 This has the breaking test for CAY-2792. The solution still needs to be investigated and implemented. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cayenne] stariy95 merged pull request #563: CAY-2792 Fix Insertion Order For Reflexive DataObjects

2023-02-08 Thread via GitHub
stariy95 merged PR #563: URL: https://github.com/apache/cayenne/pull/563 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] mattraydub opened a new pull request, #565: CAY-2794 Fix Incorrect JavaType for Vertical-Inheritance Attributes

2023-02-14 Thread via GitHub
mattraydub opened a new pull request, #565: URL: https://github.com/apache/cayenne/pull/565 Breaking test for [CAY-2794](https://issues.apache.org/jira/browse/CAY-2794) All I had to do was add a Date attribute to `IvImpl`, and one of the existing tests failed. But I did go ahead and

[GitHub] [cayenne] stariy95 merged pull request #565: CAY-2794 Fix Incorrect JavaType for Vertical-Inheritance Attributes

2023-02-15 Thread via GitHub
stariy95 merged PR #565: URL: https://github.com/apache/cayenne/pull/565 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] Ivan-nikitko closed pull request #560: Pinned feature in dBImport

2023-02-01 Thread via GitHub
Ivan-nikitko closed pull request #560: Pinned feature in dBImport URL: https://github.com/apache/cayenne/pull/560 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #588: CaseWhen sqlBuilder API

2023-07-07 Thread via GitHub
Ivan-nikitko opened a new pull request, #588: URL: https://github.com/apache/cayenne/pull/588 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [cayenne] andrus commented on pull request #588: CaseWhen sqlBuilder API

2023-07-07 Thread via GitHub
andrus commented on PR #588: URL: https://github.com/apache/cayenne/pull/588#issuecomment-1625617497 @stariy95 , @Ivan-nikitko Hey guys, I don't see any references to Jira numbers or entries in the RELEASE-NOTES. How are we going to track all the new features if we do not link them to

[GitHub] [cayenne] stariy95 merged pull request #588: CaseWhen sqlBuilder API

2023-07-07 Thread via GitHub
stariy95 merged PR #588: URL: https://github.com/apache/cayenne/pull/588 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [cayenne] stariy95 commented on pull request #588: CaseWhen sqlBuilder API

2023-07-07 Thread via GitHub
stariy95 commented on PR #588: URL: https://github.com/apache/cayenne/pull/588#issuecomment-1625639311 This is part of the [CAY-2597](https://issues.apache.org/jira/browse/CAY-2597) but this PR doesn't bring any public changes. -- This is an automated message from the Apache Git

[GitHub] [cayenne] andrus commented on pull request #588: CaseWhen sqlBuilder API

2023-07-07 Thread via GitHub
andrus commented on PR #588: URL: https://github.com/apache/cayenne/pull/588#issuecomment-1625650290 Oh, maybe also in CAY-2597 we can give a short description / examples of the future user-facing API? I am very curious how the new `when` will look from the user POV -- This is an

[GitHub] [cayenne] kaganem opened a new pull request, #590: PR#21 on `cayenne-website` mirror in actual source

2023-07-10 Thread via GitHub
kaganem opened a new pull request, #590: URL: https://github.com/apache/cayenne/pull/590 Hi there. I've found that there is a stuck progress on https://github.com/apache/cayenne-website/pull/21 - @cottage14 did a proof-reading on some docs, but published fixes in website repository. I've

[GitHub] [cayenne] dependabot[bot] opened a new pull request, #589: Bump h2 from 2.1.214 to 2.2.220

2023-07-07 Thread via GitHub
dependabot[bot] opened a new pull request, #589: URL: https://github.com/apache/cayenne/pull/589 Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220. Release notes Sourced from https://github.com/h2database/h2database/releases;>h2's releases.

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #586: ManyToMany join table with objEntity. No cascade del

2023-06-02 Thread via GitHub
Ivan-nikitko opened a new pull request, #586: URL: https://github.com/apache/cayenne/pull/586 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #587: ManyToMany join table with objEntity. No cascade del

2023-06-02 Thread via GitHub
Ivan-nikitko opened a new pull request, #587: URL: https://github.com/apache/cayenne/pull/587 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [cayenne] dependabot[bot] opened a new pull request, #585: Bump sqlite-jdbc from 3.36.0.3 to 3.41.2.2

2023-05-23 Thread via GitHub
dependabot[bot] opened a new pull request, #585: URL: https://github.com/apache/cayenne/pull/585 Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0.3 to 3.41.2.2. Release notes Sourced from https://github.com/xerial/sqlite-jdbc/releases;>sqlite-jdbc's

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #591: CAY-2811 Incorrect SQL building using ColumnQuerry with ASTScalar

2023-08-03 Thread via GitHub
Ivan-nikitko opened a new pull request, #591: URL: https://github.com/apache/cayenne/pull/591 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [cayenne] Ivan-nikitko opened a new pull request, #592: Cay 2811 incorrect sql building using column querry with ast scalar no test

2023-08-08 Thread via GitHub
Ivan-nikitko opened a new pull request, #592: URL: https://github.com/apache/cayenne/pull/592 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [cayenne] Ivan-nikitko closed pull request #592: Cay 2811 incorrect sql building using column querry with ast scalar no test

2023-08-09 Thread via GitHub
Ivan-nikitko closed pull request #592: Cay 2811 incorrect sql building using column querry with ast scalar no test URL: https://github.com/apache/cayenne/pull/592 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cayenne] stariy95 merged pull request #591: CAY-2811 Incorrect SQL building using ColumnQuerry with ASTScalar

2023-08-09 Thread via GitHub
stariy95 merged PR #591: URL: https://github.com/apache/cayenne/pull/591 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] CAY-2841 Multi column ColumnSelect with SHARED_CACHE fails after 1st select [cayenne]

2024-02-08 Thread via GitHub
stariy95 opened a new pull request, #607: URL: https://github.com/apache/cayenne/pull/607 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] CAY-2843 Use an IN clause for single field disjoint by ID prefetches [cayenne]

2024-02-09 Thread via GitHub
stariy95 commented on PR #606: URL: https://github.com/apache/cayenne/pull/606#issuecomment-1935495852 @Jugen Thanks for the PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] CAY-2843 Use an IN clause for single field disjoint by ID prefetches [cayenne]

2024-02-09 Thread via GitHub
stariy95 merged PR #606: URL: https://github.com/apache/cayenne/pull/606 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-09 Thread via GitHub
stariy95 commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1935525475 Hi @Jugen Thanks for another PR! It seems there are some problems with the tests, please see https://github.com/apache/cayenne/actions/runs/7830706412/job/21367291178?pr=605 -- This is

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-09 Thread via GitHub
Jugen commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1935535384 Am looking into it, it's just trickier than I thought :-) Have solved most so far, just one more to test to resolve. -- This is an automated message from the Apache Git Service. To

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-14 Thread via GitHub
stariy95 commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1944189731 Yep, filtering by `DbAttribute` should make sense. It should filter out almost everything in most cases. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-14 Thread via GitHub
Jugen commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1944099714 I like how it's turned out as well, thanks so much for your guidance. I can filter using DbAttribute, before doing the SQL compare, to save a millisecond or two

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-15 Thread via GitHub
Jugen commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1945847402 @stariy95 Have added the DbAttribute filter. (If I measured right then we're saving about 1ms per 100 columns) -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-15 Thread via GitHub
Jugen commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1947853798 @stariy95 I don't have any further changes in mind, so we can proceed with a final review when convenient -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
stariy95 commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1487338797 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingStage.java: ## @@ -54,13 +60,15 @@ private void processOrdering(QualifierTranslator

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-13 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1487416426 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingStage.java: ## @@ -54,13 +60,15 @@ private void processOrdering(QualifierTranslator

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1940518358 @stariy95 Have now split OrderingStage into two as suggested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-13 Thread via GitHub
Jugen commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1943106918 @stariy95 have added OrderingGroupByStage as suggested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
stariy95 commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1949087363 @Jugen Yes, just to keep everything neat -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492609044 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
stariy95 commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492635983 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
stariy95 commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492495670 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492595875 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492620306 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
Jugen commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1948630563 So do I squash my side and then FORCE push ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
stariy95 commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492412472 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492478211 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
stariy95 commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1492608373 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-16 Thread via GitHub
stariy95 commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1948620781 @Jugen I think we are finally ready to merge it to 5.0 branch. We could fine tune it after if needed. Could you please squash commits here? -- This is an automated message from the

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-20 Thread via GitHub
stariy95 merged PR #605: URL: https://github.com/apache/cayenne/pull/605 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 [cayenne]

2024-02-20 Thread via GitHub
stariy95 merged PR #608: URL: https://github.com/apache/cayenne/pull/608 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 [cayenne]

2024-02-20 Thread via GitHub
dependabot[bot] opened a new pull request, #608: URL: https://github.com/apache/cayenne/pull/608 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.3 to 42.7.2. Release notes Sourced from

Re: [PR] CAY-2833 Unify code related to the Cayenne model paths processing [cayenne]

2024-02-22 Thread via GitHub
stariy95 merged PR #597: URL: https://github.com/apache/cayenne/pull/597 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-19 Thread via GitHub
stariy95 commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1952256950 Thank you @Jugen for this huge effort! Will review everything for the final time and merge it soon. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-19 Thread via GitHub
stariy95 commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1494406514 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-19 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1494864476 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingAbstractStage.java: ## @@ -0,0 +1,107 @@

[PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-07 Thread via GitHub
Jugen opened a new pull request, #605: URL: https://github.com/apache/cayenne/pull/605 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
stariy95 commented on PR #605: URL: https://github.com/apache/cayenne/pull/605#issuecomment-1938319464 @Jugen Thanks for keeping it up. I did my review, but it seems a bit early :) There are mostly minor things with the exception of the translation stages rearrangement. -- This is an

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1485952787 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/DistinctStage.java: ## @@ -70,7 +70,7 @@ public void perform(TranslatorContext context) {

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1485996375 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/DefaultSelectTranslator.java: ## @@ -40,11 +40,11 @@ public class DefaultSelectTranslator implements

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1486012235 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/DefaultSelectTranslator.java: ## @@ -40,11 +40,11 @@ public class DefaultSelectTranslator implements

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1485966341 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/GroupByStage.java: ## @@ -41,7 +41,7 @@ public void perform(TranslatorContext context) { }

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1485959529 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/OrderingStage.java: ## @@ -71,4 +85,26 @@ private void processOrdering(QualifierTranslator

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-11 Thread via GitHub
stariy95 commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1485816260 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/GroupByStage.java: ## @@ -41,7 +41,7 @@ public void perform(TranslatorContext context) { }

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1486306763 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/DefaultSelectTranslator.java: ## @@ -40,11 +40,11 @@ public class DefaultSelectTranslator implements

Re: [PR] CAY-2842 Prevent duplicate select columns when using distinct with order by [cayenne]

2024-02-12 Thread via GitHub
Jugen commented on code in PR #605: URL: https://github.com/apache/cayenne/pull/605#discussion_r1486308984 ## cayenne/src/main/java/org/apache/cayenne/access/translator/select/GroupByStage.java: ## @@ -41,7 +41,7 @@ public void perform(TranslatorContext context) { }

  1   2   >