From commits-return-207923-archive-asf-public=cust-asf.ponee.io@cassandra.apache.org Wed Mar 21 10:28:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B199A180651 for ; Wed, 21 Mar 2018 10:28:03 +0100 (CET) Received: (qmail 63303 invoked by uid 500); 21 Mar 2018 09:28:02 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 63283 invoked by uid 99); 21 Mar 2018 09:28:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2018 09:28:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B6F31C06B1 for ; Wed, 21 Mar 2018 09:28:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7MXFGY5zfu-f for ; Wed, 21 Mar 2018 09:28:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D4E705F296 for ; Wed, 21 Mar 2018 09:28:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6D56DE03C8 for ; Wed, 21 Mar 2018 09:28:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 31D09214C7 for ; Wed, 21 Mar 2018 09:28:00 +0000 (UTC) Date: Wed, 21 Mar 2018 09:28:00 +0000 (UTC) From: "Benjamin Lerer (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-14165) execute_prepared_cql3_query with LIKE not working MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-14165?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer resolved CASSANDRA-14165. ---------------------------------------- Resolution: Cannot Reproduce > execute_prepared_cql3_query with LIKE not working > ------------------------------------------------- > > Key: CASSANDRA-14165 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1416= 5 > Project: Cassandra > Issue Type: Bug > Reporter: Alexandr Gorbachev > Assignee: Benjamin Lerer > Priority: Major > > Hello , > I have faced up with following issue. > Seems like LIKE is not supported by 'execute_prepared_cql3_query'. > Is it by desing or somehow it is possible to find a workaroud or to fix = this issue? > More details. Query looks like : > SELECT * FROM tabke WHERE a=3D ? AND b =3D ? AND c IN (?,?,?,?,?,?,?) AN= D column LIKE ? ALLOW FILTERING; > Is not working. > If I send directly query in prepare statement. > So actully wihout passing parameters in preare statement, just like plai= n query, then this is working: > SELECT * FROM tabke WHERE a=3D '1' AND b =3D '2' AND c IN ('3','4') AND = column LIKE '%A%' ALLOW FILTERING; > Could you please suggest also where it is possible to find description/de= finition of 'execute_prepared_cql3_query'. > =C2=A0 > Thank you for help. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org