qicosmos / ormpp

modern C++ ORM, C++17, support mysql, postgresql,sqlite
Apache License 2.0
1.27k stars 268 forks source link

AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY #149

Closed Chadlucc closed 7 months ago

Chadlucc commented 7 months ago

用的example里面的例子,但是将相关的代码集成到自己的项目代码中时,create table的时候报错:AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY

Chadlucc commented 5 months ago

代码在-O0优化状态下,会发生断错误

qicosmos commented 5 months ago

有测试代码吗?