You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run error:
TypeError: Invalid argument(s) 'min_size','max_size' sent to create_engine(), using configuration AiomysqlDialect/GinoEngine.
Please check that the keyword arguments are appropriate for this combination of components.
After repair
rv = await User.create(nickname=user.nickname) Unable to commit to database ,Need to add “autocommit”=True
At last
The text was updated successfully, but these errors were encountered:
use [gino-mysql-support](https://github.com/wwwjfy/gino/tree/mysql-support ,"gino-mysql-support")
Run error:
TypeError: Invalid argument(s) 'min_size','max_size' sent to create_engine(), using configuration AiomysqlDialect/GinoEngine.
Please check that the keyword arguments are appropriate for this combination of components.
After repair
rv = await User.create(nickname=user.nickname) Unable to commit to database ,Need to add “autocommit”=True
At last
The text was updated successfully, but these errors were encountered: