baoyachi
baoyachi
Oh,I see you've done it。
It's seem's touch sea-query create ```diff ... /// Value variants /// /// We want Value to be exactly 1 pointer sized, so anything larger should be boxed. + #[derive(Clone, Debug,...
So,first need change sea-query?
Fouce code ```diff #[async_trait::async_trait] impl ConnectionTrait for DatabaseConnection { + fn get_database_backend(&self) -> DbBackend { match self { #[cfg(feature = "sqlx-mysql")] DatabaseConnection::SqlxMySqlPoolConnection(_) => DbBackend::MySql, #[cfg(feature = "sqlx-postgres")] DatabaseConnection::SqlxPostgresPoolConnection(_) => DbBackend::Postgres,...
I wish to take this into account by the way, necessary for error distinguish :https://github.com/SeaQL/sea-orm/issues/881
> Hey @baoyachi, thanks for the contributions!! > > `XxxQueryBuilder` is just a unit struct that serve as a construct to mark which db backend is it. Is it a...
@billy1624 I can modify it slightly so that both parameters `XxxQueryBuilder ` and `ref XxxQueryBuilder ` can be accepted
我觉得不算,因为加载更多操作,是在家在初始化的adapter之后,若是下一页数据还没有的话,则家在更多操作就不会再显示了
okay ,Thx @Kijewski
May be sea-orm support config this all option into file. and then exec :sea-orm-cli, that all people can read file config known how to do it.