Re: setObject(...) with native Java arrays like String[] ? - Mailing list pgsql-jdbc

From Craig Ringer
Subject Re: setObject(...) with native Java arrays like String[] ?
Date
Msg-id 50345334.5010205@ringerc.id.au
Whole thread Raw
In response to setObject(...) with native Java arrays like String[] ?  (Craig Ringer <ringerc@ringerc.id.au>)
Responses Re: setObject(...) with native Java arrays like String[] ?  (Maciek Sakrejda <m.sakrejda@gmail.com>)
List pgsql-jdbc
Also, maybe something this should go in the README?



---------------------------------------------------------------------------

TESTING

If you want to run the unit tests, create a user with username "test"
and password "password" in a Pg instance that listens on 127.0.0.1:5432
(the default). Create a database "test" owned by user "test".

     psql -U postgres
     postgres=# CREATE USER test WITH PASSWORD 'test';
     postgres=# CREATE DATABASE test OWNER test;

Now run "ant test" to execute the tests against your new DB. You should
drop the test user and DB after testing as the well-known password could
lead to a security issue.

---------------------------------------------------------------------------




pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: setObject(...) with native Java arrays like String[] ?
Next
From: Maciek Sakrejda
Date:
Subject: Re: setObject(...) with native Java arrays like String[] ?