same with me.
i would really love to get my hands on a precompiled jar file for 7.1,
both for jdbc2 and jdbc1 (especially for that one, after all the
problems that exist with it).
this would save a lot of discussion on the mailing list if someone
capable of it could incorporate all the patche
Hopefully we can slip this in before 7.1.1
This patch fixes a bug which occurs when setObject(1,obj) is called and obj
is of type Object, and is null
Regards,
Dave
[root@ebox2 jdbc2]# diff PreparedStatement.java.orig PreparedStatement.java
517a518,521
> if (null == x){
>
Never mind, I figured it out.
Ant's build.xml (src/interfaces/jdbc/build.xml) decides whether
to build the 'enterprise' version of postgresql.jar by
checking whether the class javax.sql.DataSource is present.
The solution is to install the J2EE SDK, then make sure
j2ee.jar is in the classpath wh
I'm trying to create a data source as described in paragraph
5.5.1 of the JDBC 2.0 Standard Extension API
(http://java.sun.com/products/jdbc/jdbc20.stdext.pdf).
(Another example: paragraph 3.7.2 "Deploying a Basic Datasource
Object" in http://developer.java.sun.com/developer/Books/JDBCTutorial/)
hi bruce,
i'd be happy to generate the jar-files (at least for jdbc1, maybe also
jdbc2), providing that you (or somebody else) include all the patches
and provide me with the files to just hit compile it.
i don't know my way around makefiles and ant (or xml in this case) to do
any error handl
hi bruce, hi dave,
i think i can do it.
just tell me when you are ready and how to get the CVS . (any other tips
are most welcome :)
and i will try my best.
if i can't make it, i will call on you, dave.
ciao,
mark
ps: i am sitting in zurich, switzerland, so don't expect me to do the
compilat
hi bruce,
jdbc2 was never the problem.
jdbc1 had/has all the bugs in it.
to force it, i think the best way would be to install jdk1.1.8 and
direct your java-home and path environment variables to it. this should
be all.
i don't know how to force ant to do it.
mark
--
Hello,
I just wanted to end my day with a big THANK YOU to all the developpers.
I upgraded from 7.1RC4 to 7.1.1 today and it went without a hich!!! In
all the server was down for about 30 minutes the time to check out the
different locale, multibyte and encoding issues that had been troubling
me