Re: setObject(...) with native Java arrays like String[] ?
| От | Craig Ringer |
|---|---|
| Тема | Re: setObject(...) with native Java arrays like String[] ? |
| Дата | |
| Msg-id | 50345334.5010205@ringerc.id.au обсуждение исходный текст |
| Ответ на | setObject(...) with native Java arrays like String[] ? (Craig Ringer <ringerc@ringerc.id.au>) |
| Ответы |
Re: setObject(...) with native Java arrays like String[] ?
|
| Список | 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 по дате отправления: