Changes

Jump to: navigation, search

NexJ Express Connecting to PostgreSQL

280 bytes added, 12:36, 2 December 2010
1- Setup the postgresql-connection
return buf.toString();
}
</source>
: Also the same line should be commented out in postgresql_create.sql script, which is being used to create tables in the database 'test':
::
<source lang=java>
/* nexj/core/persistence/sql/etc/postgresql_create.sql */
set sql_mode = concat(@@sql_mode, ',ANSI_QUOTES');
</source>
: After activating the connection, the database is locked.
1
edit

Navigation menu