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 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 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 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 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 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 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