Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7240E17731 for ; Tue, 3 Feb 2015 15:13:09 +0000 (UTC) Received: (qmail 89266 invoked by uid 500); 3 Feb 2015 15:13:09 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 89112 invoked by uid 500); 3 Feb 2015 15:13:09 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 88716 invoked by uid 99); 3 Feb 2015 15:13:09 -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; Tue, 03 Feb 2015 15:13:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A709E04AF; Tue, 3 Feb 2015 15:13:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Date: Tue, 03 Feb 2015 15:13:24 -0000 Message-Id: <43d79397db29441a96f78cde5b5a9e5b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [17/50] [abbrv] couchdb-mango git commit: Merge pull request #9 from cloudant/38863-in-operator-arrays Merge pull request #9 from cloudant/38863-in-operator-arrays Add Array Support For $in Operator Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/18c67185 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/18c67185 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/18c67185 Branch: refs/heads/master Commit: 18c671855e65170af0fc17cda0e8114e4974dd63 Parents: 3bcd514 c09d8d4 Author: Tony Sun Authored: Wed Nov 5 10:46:31 2014 -0800 Committer: Tony Sun Committed: Wed Nov 5 10:46:31 2014 -0800 ---------------------------------------------------------------------- src/mango_selector.erl | 7 +++++++ test/03-operator-test.py | 12 ++++++++++++ 2 files changed, 19 insertions(+) ----------------------------------------------------------------------