Elliana May
Elliana May
@arnabanimesh what do you mean "wouldn't show any output"?
> I would do result -> print(); but it wouldn't show any output. > > Even normal cout in the first line of the program wouldn't print anything. Cout prints...
There is already a library that allows you to do this: https://fastapi-utils.davidmontague.xyz/user-guide/inferring-router/
That would break existing usage patterns, as right now you can, for example, return a dictionary, and have fastapi validate and transform it into a pydantic model. If the pattern...
I've since released version 0.7.0-rc1 with tentative compatibility with SQLAlchemy 2, once I've heard back from a couple of projects and they've had to chance to test it, I'll release...
> It is an easy fix to add, why not do it? Pull requests are welcome if you'd like to fix it?
The vtab module does have some support already: https://docs.rs/duckdb/latest/duckdb/vtab/struct.LogicalType.html#method.decimal
Where are you seeing that function used in the codepath duckdb-rs uses?
Looks good! See https://github.com/Mause/duckdb_engine/pull/747 & https://github.com/Mause/duckdb_engine/pull/746
Are you going to provide any details?