Ivan
Ivan
Solution: `uv add --refresh cratedb-async==0.0.6`
As Mathias said this repo is for the DBAPI which will not have an async API anytime soon, since the python team doesn't consider it necessary. You could try to...
> > That it'd be able to assign a correct NUMERIC(a,b) definition to the table. > > Question is what the "correct" numeric definition would be? Infering precision/scale based on...
thanks for the thorough explanation, couldn't we make the memory allocation more efficient if we issued a `select count(*) from tbl where partition_on > partition_range.0 and partition_on < partition_range.1` ?...
I understand the intention of letting the user provide the min/max to avoid a query, but ultimately that lets the user filter by value, indirectly, as min/max is used on...
Also, if we wanted to avoid the min/max query, couldn't we just `always` send together the `min/max` query with the `count`? I'm doing that right now https://github.com/surister/conecta/blob/8b7fb945efef10e5b20966cbf608a99ff4f8eda2/conecta-core/src/source/postgres.rs#L64
I see your point, thanks for taking time to discuss things with me! I'll close this issue, we can open a new one with the issues you mentioned
> > as surname is not null, Django will ask us to back-fill it with a temporal default, to avoid null values. > > Default clause will only apply to...
> Is there a reason this is required beyond finding the LIKE variant ugly - e.g. is this used by some tools/ORMs? Technically it will never be required unless we...
Wrong place, you are using `adbc` which has nothing to do with connector-x