mercredi 2 mars 2016

DBUnit - SQL error in syntax

DBUnit - SQL error in syntax. How fix this or how detect the reason? I've set log level to error - nothing useful in log. DBMS - MySQL.

<dataset>
<Category categoryId="9223372036854775806"
          categoryName="NAME"
          categoryImage="IMAGE"
          categoryParentId="9223372036854775805"/>
<Category categoryId="9223372036854775807"
          categoryName="NAME"
          categoryImage="IMAGE"
          categoryParentId="9223372036854775806"/>
</dataset>
CREATE TABLE `Category` (
  `categoryId`       BIGINT       NOT NULL AUTO_INCREMENT,
  `categoryName`     VARCHAR(128) NOT NULL,
  `categoryImage`    VARCHAR(512),
  `categoryParentId` BIGINT       NOT NULL,
  PRIMARY KEY (`categoryId`)
)

Aucun commentaire:

Enregistrer un commentaire