Matt Delacour
Matt Delacour
I still encounter this issue on the latest version (0.9.9) ...
> > I still encounter this issue on the latest version (0.9.9) ... > > @MattDelac do you get this warning? > > `Mixed UUID/Non-UUID values detected in column {'.'.join(table_path)}.{col_name},...
> @MattDelac is this API moving closer to what you are using internally? Not really But we have the same need for batch predictions where we want to predict the...
I still believe that this is an important feature for batch prediction pipelines. In that case you need the latest values from the offline store. You also need to keep...
Add `PoolOptions::before_connect` to execute a function before creating a new connection in the pool
> How did y'all end up solving this? I see we have [#3562](https://github.com/launchbadge/sqlx/pull/3562) and [#3851](https://github.com/launchbadge/sqlx/pull/3851) that both attempted to solve this in favour of some upcoming work that will make...
+1 on that. Any progress?