Open garyvdm opened 2 years ago
Hi,
Hopefully it's not hard to get this information.
Can we just treat these as expressions and place them in the expressions
list?
Forgot to ping @zzzeek in the above question
these would be expressions, sure.
ok, so the only thing to add would be the actual reflection of these
Describe the use case
Postgress allows for creating GIST indexes with opperators, such as inet_ops:
I would like to make sqlalchemy correctly reflect these indexes.
Databases / Backends / Drivers targeted
Postgress database, all postgres drivers
Example Use
Additional context
If I can get this fixed, I'm hoping I can use it to fix https://github.com/sqlalchemy/alembic/issues/1098