You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2016/11/03 17:41:02 UTC

[4/4] cayenne git commit: CAY-2132 Adding SybaseSelectTranslator to support TOP/DISTINCT TOP in limited queries

CAY-2132 Adding SybaseSelectTranslator to support TOP/DISTINCT TOP in limited queries

* adding missing license headers; release notes;


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/0e1912c2
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/0e1912c2
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/0e1912c2

Branch: refs/heads/master
Commit: 0e1912c2027b51b8b8173fd79387e19994358a11
Parents: cd1496a
Author: Andrus Adamchik <an...@objectstyle.com>
Authored: Thu Nov 3 20:33:12 2016 +0300
Committer: Andrus Adamchik <an...@objectstyle.com>
Committed: Thu Nov 3 20:39:03 2016 +0300

----------------------------------------------------------------------
 .../dba/sybase/SybaseSelectTranslator.java        | 18 ++++++++++++++++++
 docs/doc/src/main/resources/RELEASE-NOTES.txt     |  1 +
 2 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/0e1912c2/cayenne-server/src/main/java/org/apache/cayenne/dba/sybase/SybaseSelectTranslator.java
----------------------------------------------------------------------
diff --git a/cayenne-server/src/main/java/org/apache/cayenne/dba/sybase/SybaseSelectTranslator.java b/cayenne-server/src/main/java/org/apache/cayenne/dba/sybase/SybaseSelectTranslator.java
index 9361b29..93af596 100644
--- a/cayenne-server/src/main/java/org/apache/cayenne/dba/sybase/SybaseSelectTranslator.java
+++ b/cayenne-server/src/main/java/org/apache/cayenne/dba/sybase/SybaseSelectTranslator.java
@@ -1,3 +1,21 @@
+/*****************************************************************
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
 package org.apache.cayenne.dba.sybase;
 
 import org.apache.cayenne.access.translator.select.DefaultSelectTranslator;

http://git-wip-us.apache.org/repos/asf/cayenne/blob/0e1912c2/docs/doc/src/main/resources/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/docs/doc/src/main/resources/RELEASE-NOTES.txt b/docs/doc/src/main/resources/RELEASE-NOTES.txt
index 59845ad..967cb60 100644
--- a/docs/doc/src/main/resources/RELEASE-NOTES.txt
+++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt
@@ -36,6 +36,7 @@ CAY-2114 cdbimport: object layer settings are not respected
 CAY-2115 DbLoader - allow loading DataMap without Obj layer
 CAY-2116 Split schema synchronization code in a separate module
 CAY-2118 cdbimport: drop support for the old style of table filtering
+CAY-2132 Adding SybaseSelectTranslator to support TOP/DISTINCT TOP in limited queries 
 
 Bug Fixes: