Andrii Nikolaienko
Andrii Nikolaienko
I suppose this project is dead :(
What's your query? My returns correctly in cursor.description
Hi @mgalindor , sorry for taking a long time to reply. I'm preparing a new release 2.0.0 with upgraded Pydantic 2.* and SQLAlchemy 2.* versions. As well as some fixes.
Hi @ericPavone, Thank you for reporting the issue. Sorry for taking a long time to reply. I'm looking into it and try to reproduce. Meanwhile if you have a working...
Thanks @ericPavone , I'll try your code. Still would be amazing if you showed a unit test or just a runnable code sample, in which current code fails. For any...
Hi @v-kandur , sorry for taking a long to reply. I'm preparing a 2.0.0 release now that will support latest Pydantic.
This is by design. Implicit mapping of fields between different `levels` can be very confusing and produce unpredictable behaviour. Use explicit mapping as described in your example. E.g. ```python from...
I don't have specific test cases for this and not sure should this should work without producing unexpected behaviour.