[GitHub] cayenne pull request: Added instance and static orderedList method...

2016-04-04 Thread lonvarscsak
GitHub user lonvarscsak opened a pull request: https://github.com/apache/cayenne/pull/94 Added instance and static orderedList methods I've added an instance method to get a new List (ordered) off of an Ordering. I just find this convenient to use when assigning to vari

[GitHub] cayenne pull request #112: Ordering chaining

2016-09-28 Thread lonvarscsak
GitHub user lonvarscsak opened a pull request: https://github.com/apache/cayenne/pull/112 Ordering chaining Hey all, I've got a commit (that I plan on using) that I think is useful. I've added an Orderings class which is a subclass of ArrayList, and then added method

[GitHub] cayenne pull request #112: Ordering chaining

2016-09-29 Thread lonvarscsak
Github user lonvarscsak closed the pull request at: https://github.com/apache/cayenne/pull/112 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cayenne pull request #114: Adding SybaseSelectTranslator to support TOP/DIST...

2016-10-26 Thread lonvarscsak
GitHub user lonvarscsak opened a pull request: https://github.com/apache/cayenne/pull/114 Adding SybaseSelectTranslator to support TOP/DISTINCT TOP in limited queries You can merge this pull request into a Git repository by running: $ git pull https://github.com/smarthealth

[GitHub] cayenne pull request #176: Reverse Engineering doesn't work with Sybase

2017-03-13 Thread lonvarscsak
GitHub user lonvarscsak opened a pull request: https://github.com/apache/cayenne/pull/176 Reverse Engineering doesn't work with Sybase Modified connection.getSchema() call to be wrapped in try/catch block with a warning to the log. In Sybase, getSchema() throws an Error be

[GitHub] cayenne pull request #236: Changed SybaseAdapter to allow identity (generate...

2017-08-01 Thread lonvarscsak
GitHub user lonvarscsak opened a pull request: https://github.com/apache/cayenne/pull/236 Changed SybaseAdapter to allow identity (generated) columns Sybase supports "identity" columns, so I've moved the call to setSupportsGeneratedKeys from SQLServerAdaptor to Sy

[GitHub] cayenne pull request #237: Added the Orderings class to support chaning of a...

2017-08-01 Thread lonvarscsak
GitHub user lonvarscsak opened a pull request: https://github.com/apache/cayenne/pull/237 Added the Orderings class to support chaning of asc() through Ordering I have added this class as a convenience to chain Ordering calls and then passing them into APIs that support List