Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/schema-test

7 bytes added, 12:29, 10 December 2010
Initializing the SQL environment
===Initializing the SQL environment===
: 1 - When a connection is first established, this initial SQL statement should execute in MySQL, which is not the case for PostgreSQL, so the implementation was removed from '''''PostgreSQLAdapter.java''''':
::
<source lang=java>
}
</source>
: 2- 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>
1
edit