Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/schema-test

2 bytes added, 12:34, 10 December 2010
Working Inside Schema 'test'
==Working Inside Schema 'test'==
{{NexJ_Express Index}}
===1- Initializing the SQL environment===
* ''PostgreSQLAdapter.java''
: 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:
: After activating the connection, the database is locked.
===2- Modifying Syntax ===
* ''PostgreSQLSchemaManager.java''
: <code> CREATE TABLE </code>
1
edit