graphql-python / graphql-python/graphene-sqlalchemy

All columns are selected by default?

オープン
#100 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
985
フォーク
223
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。