|
|
Choosing A Webhost: |
Re: Patch applied for SQL Injection vulnerability for setObject(int,Object,: msg#00383db.postgresql.jdbc
Barry Lind wrote: Fernando, OK, so far so good. And my other question is: Can we pass a set of strings? stmt.setObject(1, "('a1', 'b2', 'c3')", Types.VARCHAR); will result into: ... where ... in (\'a1\', \'b2\', \'c3\') ... while the proper syntax should be: ... where ... in ('a1', 'b2', 'c3') ... or will the backend work even with the escaped quotes? What was I refering to partial solution (or something of a sort) was the fact that you can fill your IN predicate <in values list> if the elements of the list are numeric values but not if the values where VARCHARs. -- Fernando Nasser Red Hat Canada Ltd. E-Mail: fnasser@xxxxxxxxxx 2323 Yonge Street, Suite #300 Toronto, Ontario M4P 2C9 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Patch applied for SQL Injection vulnerability for setObject(int,Object,int), Barry Lind |
|---|---|
| Next by Date: | Re: Patch applied for SQL Injection vulnerability for setObject(int,Object,int), Barry Lind |
| Previous by Thread: | Re: Patch applied for SQL Injection vulnerability for setObject(int,Object,int), Barry Lind |
| Next by Thread: | Re: Patch applied for SQL Injection vulnerability for setObject(int,Object,int), Barry Lind |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |