"Mike Bayer" writes:
> On Thu, Feb 16, 2023, at 7:16 AM, Lele Gaifax wrote:
>>
>> TL;DR
>>
>> Why is the sqlalchemy.ext.hybrid.Comparator.property explicitly
>> raising a NotImplementedError?
>
> the .property attribute in the base PropComparator refers to an ORM
> instrumented attribute, w
On Thu, Feb 16, 2023, at 7:16 AM, Lele Gaifax wrote:
> Hi all,
>
> while testing one of my tools[1] against SA2 I found that one test is
> failing, and couldn't figure out a proper workaround.
>
> TL;DR
>
> Why is the sqlalchemy.ext.hybrid.Comparator.property explicitly
> raising a NotImpl
Hi all,
while testing one of my tools[1] against SA2 I found that one test is
failing, and couldn't figure out a proper workaround.
TL;DR
Why is the sqlalchemy.ext.hybrid.Comparator.property explicitly
raising a NotImplementedError?
The tool is a generic data loader, and the failing test
I am using sqlacodegen to generate Python class models from an existing
PostgreSQL database. However, when I run the command, the generated output
file contains only metadata and no tables. I have verified that I am using
the correct database URL, and that I have the required privileges to acc