Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2437F200D0A for ; Wed, 4 Oct 2017 19:33:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 227871609DD; Wed, 4 Oct 2017 17:33:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60ABE1609D6 for ; Wed, 4 Oct 2017 19:33:16 +0200 (CEST) Received: (qmail 54444 invoked by uid 500); 4 Oct 2017 17:33:15 -0000 Mailing-List: contact dev-help@metamodel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metamodel.apache.org Delivered-To: mailing list dev@metamodel.apache.org Received: (qmail 54433 invoked by uid 99); 4 Oct 2017 17:33:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2017 17:33:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0335FF566C; Wed, 4 Oct 2017 17:33:13 +0000 (UTC) From: LosD To: dev@metamodel.apache.org Reply-To: dev@metamodel.apache.org References: In-Reply-To: Subject: [GitHub] metamodel issue #163: METAMODEL-1165: Fixed queries w/o table names (syntax:... Content-Type: text/plain Message-Id: <20171004173314.0335FF566C@git1-us-west.apache.org> Date: Wed, 4 Oct 2017 17:33:13 +0000 (UTC) archived-at: Wed, 04 Oct 2017 17:33:17 -0000 Github user LosD commented on the issue: https://github.com/apache/metamodel/pull/163 Every list IS ordered. That's part of the contract of the List interface... ---