| From: | Michael Enke <michael(dot)enke(at)wincor-nixdorf(dot)com> |
|---|---|
| To: | Kris Jurka <books(at)ejurka(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: PreparedStatement.toString() creates valid SQL; was: Q: use setObject also for int or string |
| Date: | 2008-09-22 19:10:56 |
| Message-ID: | 48D7EDC0.5030009@wincor-nixdorf.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Attached file contains all changed java sources to make your testcase working.
I added to ParameterList interface a method toSQLString(int).
I did not implement the InputStream because
1) I do not know the encoding of data
2) it could be an InputStream which can not be reset
Michael
> See the attached test case.
--
WINCOR NIXDORF International GmbH
Sitz der Gesellschaft: Paderborn
Registergericht Paderborn HRB 3507
Geschäftsführer: Eckard Heidloff (Vorsitzender), Stefan Auerbach, Dr. Jürgen Wunram
Vorsitzender des Aufsichtsrats: Karl-Heinz Stiller
Steuernummer: 339/5884/0020 - Ust-ID Nr.: DE812927716 - WEEE-Reg.-Nr. DE44477193
Diese E-Mail enthält vertrauliche Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.
This e-mail may contain confidential information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
| Attachment | Content-Type | Size |
|---|---|---|
| pstoString.tgz | application/gz | 20.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Maciek Sakrejda | 2008-09-22 20:33:05 | Re: COPY support in JDBC driver? |
| Previous Message | Kris Jurka | 2008-09-21 23:22:59 | Re: PreparedStatement.toString() creates valid SQL; was: Q: use setObject also for int or string |