Changes

Jump to: navigation, search

PostgreSQL Adapter-nexj/schema-init

12 bytes added, 15:48, 15 December 2010
Initializing the SQL environment
== 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:
::
}
</source>
* '''''postgresql_create.sql'''''
: This file was just created as a copy of mysql_create.sql, which was not the case for PostgreSQL again. So the line in the file is removed for now. The file itself may be deleted later, if there was no need for it. Name of the script file is being returned in '''''getCreateEtcScriptName()'''''' in '''PostgreSQLSchemaManager.java'''
::
1
edit

Navigation menu