Skip to content
  • Craig L Russell's avatar
    8b8bf9fd
    Implement clusterj short primary key · 8b8bf9fd
    Craig L Russell authored
    mysql-test/suite/ndb/t/clusterj.test:
      drop tables created during test
    
    AbstractDomainFieldHandlerImpl.java:
      add object operation handlers for short key
    
    DomainFieldHandlerImpl.java:
      support smallest mapped to short for primary key columns
    
    DomainTypeHandlerImpl.java:
      allow short.class and Short.class to be used for key column values
    
    PartitionKey.java:
      support short primary key
    
    clusterj-test/Makefile.am:
      test case for short primary key
    
    AbstractClusterJModelTest.java:
      allow graceful failure if test model class is not defined
    
    DynamicShortPKTest.java:
      test that instances with short pk can be inserted, deleted, and queried
    
    schema.sql:
      create tables with short pks
    
    PartitionKeyImpl.java:
      implement primary key short columns
    8b8bf9fd
    Implement clusterj short primary key
    Craig L Russell authored
    mysql-test/suite/ndb/t/clusterj.test:
      drop tables created during test
    
    AbstractDomainFieldHandlerImpl.java:
      add object operation handlers for short key
    
    DomainFieldHandlerImpl.java:
      support smallest mapped to short for primary key columns
    
    DomainTypeHandlerImpl.java:
      allow short.class and Short.class to be used for key column values
    
    PartitionKey.java:
      support short primary key
    
    clusterj-test/Makefile.am:
      test case for short primary key
    
    AbstractClusterJModelTest.java:
      allow graceful failure if test model class is not defined
    
    DynamicShortPKTest.java:
      test that instances with short pk can be inserted, deleted, and queried
    
    schema.sql:
      create tables with short pks
    
    PartitionKeyImpl.java:
      implement primary key short columns
Loading