[Owlgres] Non-distinguished var shouldn't be named in SQL
Michael Smith
msmith at clarkparsia.com
Tue May 13 13:34:49 UTC 2008
On Tue, 2008-05-13 at 15:10 +0200, Miquel Angel Pareja Rendon wrote:
> This is my environment information:
> - Linux ubuntu-desktop 2.6.22-14
> - Postgresql 8.2.7
> - Postgresql jdbc 8.3-603.jdbc3.jar
> - Java version is 1.5 that is included with Ubuntu distribution.
I believe that this is GNU Java, for which we have not performed any
testing. It appears that the default assertion checking behavior is
different here than in Sun JVMs and from the long standing bug report at
[1] it appears there is not a command line option to disable assertion
checking.
The best solution for you may be to install the sun-java5-jre [2] or
sun-java6-jre package [3].
> I have the jdbc driver in home_owlgres/lib/jdbc subfolder, so I can
> query data correctly, using psql and SQL language, but when I try to
> execute the query script or Joseki endpoint I get the exception.
>
> Could you confirm me if you have test this examples? and with which
> environment about postgres and jdbc versions?
We've been testing with
Postgres-8.2.6
Postgres JDBC 8.2-505
Sun JVM 1.5.0.15 , 1.6.0.05
Regards,
--
Mike Smith
Clark & Parsia
[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6996
[2] http://packages.ubuntu.com/hardy/sun-java5-jre
[3] http://packages.ubuntu.com/hardy/sun-java6-jre
More information about the Owlgres
mailing list