graphql-python / graphql-python/graphene-sqlalchemy

All columns are selected by default?

Aperta
#100 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
985
Fork
223
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.