API changes list
- Implement when_all coroutine gate.
Changed
-
Models: add toString method.
-
changing std::strlen to a string comparison consistent with multibyte chars on model generation templates.
-
Enhance error handling in CacheFile methods.
-
Mysql exception forward errorNo to SqlError.
-
Support unsigned integer types in MySQL ORM.
Fixed
- Fix errors...