Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 2793 invoked from network); 9 Aug 2008 15:45:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2008 15:45:29 -0000 Received: (qmail 36245 invoked by uid 500); 9 Aug 2008 15:45:27 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 36218 invoked by uid 500); 9 Aug 2008 15:45:27 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 36207 invoked by uid 99); 9 Aug 2008 15:45:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 08:45:27 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2008 15:44:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KRqZg-0008N1-Aw for user-java@ibatis.apache.org; Sat, 09 Aug 2008 08:41:48 -0700 Message-ID: <18905940.post@talk.nabble.com> Date: Sat, 9 Aug 2008 08:41:48 -0700 (PDT) From: John Clash To: user-java@ibatis.apache.org Subject: inline map format: empty String in nullValue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: spam.trash@seznam.cz X-Virus-Checked: Checked by ClamAV on apache.org If i want to set a nullValue replacement for an empty String I use this in an explicit parameterMap: I want to do the same thing using inline parameters. I've tried the following: #street:VARCHAR:""# #street:VARCHAR:# #street,jdbcType=VARCHAR,nullValue=""# #street,jdbcType=VARCHAR,nullValue=# but none works. How should i write the statement? Thanks, Ondra -- View this message in context: http://www.nabble.com/inline-map-format%3A-empty-String-in-nullValue-tp18905940p18905940.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.