1
edit
Changes
→Initializing the SQL environment
===Initializing the SQL environment===
: When a connection is first established, this initial SQL statement should execute in MySQL, which is not the case for PostgreSQL, so it the implementation was commented outremoved from '''PostgreSQLAdapter.java''':
::
<source lang=java>
}
</source>
: 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>