1
edit
Changes
→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>