Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/schema-test

7 bytes removed, 12:32, 10 December 2010
- Initializing the SQL environment
===- Initializing the SQL environment===
* ''PostgreSQLAdapter.java''
: 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>
* ''postgresql_create.sql''
: 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