Changeset 4100


Ignore:
Timestamp:
Jan 25, 2008, 8:07:06 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #888: Make dynamic table creation code more stable

Removed deboug output. Searching on the net reveals no better solution for Postgres than what is already there (checking and creating the table in two steps).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/core/HibernateUtil.java

    r4099 r4100  
    588588        String sql = hibernateTable.sqlCreateString(dialect, null, quotedCatalog, quotedSchema);
    589589        sql = dbEngine.makeSafeCreateTable(sql, dynamicCatalog, dynamicSchema, tableName);
    590         System.out.println(sql);
    591590        logSql.debug(sql);
    592591       
Note: See TracChangeset for help on using the changeset viewer.