ZMZ91
Results
4
issues of
ZMZ91
make it able to build chimera without pcre source code
sqlite 和 mysql 是不支持数组数据类型的; 而postgresql 是支持数组的。 不知道ormpp这里是否支持postgresql 里面有数组类型的操作? 比如 ```c++ postgres.insert({"Apple", "round", ["red", "yellow", "green"]}); ```