1. 01 11月, 2017 5 次提交
    • Petr Kureš's avatar
      fixing incorrect index reuse in AlterTableAddConstraint.java… · b5899708
      Petr Kureš 提交于
      fixing incorrect index reuse in AlterTableAddConstraint.java ALTER_TABLE_ADD_CONSTRAINT_REFERENTIAL and ALTER_TABLE_ADD_CONSTRAINT_UNIQUE
      
      problem in ALTER_TABLE_ADD_CONSTRAINT_REFERENTIAL was caused by commit 08b98324 by Thomas Mueller <mueller@adobe.com>
      
      he intended to reuse existing index... but it prevents that index from being dropped which can cause problems later
      Correct solution would be to rewrite how automatically created indexes (referential/constraint) are managed to create new automatic index when dropping the reused existing index. Until this is solved it's IMHO better to not reuse existing index as it causes database to be effectively corrupted.
      
      Also removing test code Thomas added to TestCases.java
      
      problem in ALTER_TABLE_ADD_CONSTRAINT_UNIQUE was caused by canUseUniqueIndex allowing to use index with more columns than requested as unique index which caused unique constraint to fail as ConstraintUnique checkRow comment says that 'unique index check is enough' and the index is not unique for given constraint if it has more columns
      b5899708
    • Noel Grandin's avatar
      Merge pull request #658 from NiklasMehner/master · d5337d82
      Noel Grandin 提交于
      Fix problem with websphere liberty connection pool resetting client info
      d5337d82
    • mehneni's avatar
      Formatting · b33a15bb
      mehneni 提交于
      b33a15bb
    • mehneni's avatar
      1bc0ac96
    • Noel Grandin's avatar
      Merge pull request #657 from LingMan/master · e6d4c99f
      Noel Grandin 提交于
      Cleanup CreateCluster tool
      e6d4c99f
  2. 31 10月, 2017 1 次提交
  3. 29 10月, 2017 1 次提交
  4. 28 10月, 2017 12 次提交
  5. 26 10月, 2017 6 次提交
  6. 24 10月, 2017 2 次提交
  7. 23 10月, 2017 4 次提交
  8. 22 10月, 2017 2 次提交
  9. 21 10月, 2017 7 次提交