Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 546872
Collapse All | Expand All

(-)src/org/eclipse/emf/cdo/server/internal/db/mapping/horizontal/AbstractHorizontalClassMapping.java (-1 / +1 lines)
Lines 138-148 Link Here
138
    table = database.getSchema().getTable(tableName);
138
    table = database.getSchema().getTable(tableName);
139
    if (table == null)
139
    if (table == null)
140
    {
140
    {
141
      if (accessor != null)
141
      if (accessor != null)
142
      {
142
      {
143
        IDBSchemaTransaction schemaTransaction = database.openSchemaTransaction();
143
        IDBSchemaTransaction schemaTransaction = database.openSchemaTransaction(accessor.getDBConnection());
144
144
145
        try
145
        try
146
        {
146
        {
147
          DBType idType = store.getIDHandler().getDBType();
147
          DBType idType = store.getIDHandler().getDBType();
148
          int idLength = store.getIDColumnLength();
148
          int idLength = store.getIDColumnLength();

Return to bug 546872