graphene-sqlalchemy icon indicating copy to clipboard operation
graphene-sqlalchemy copied to clipboard

All columns are selected by default?

Open abawchen opened this issue 7 years ago • 0 comments

When I print out the raw sql command, I found that all columns are selected. Does it make sense?

I think only those specified from the frontend should be included. The following command is how I get the raw sql.

print(query.statement.compile(compile_kwargs={"literal_binds": True}))

Thanks.

abawchen avatar Dec 08 '17 03:12 abawchen