-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature: trigger にエイリアスを追加する #64
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なんかわからんが動いてないということはわかった。コメントのとこ直したらいけたりするのかな。多分無理っぽいが
Returns: | ||
Optional[int]: trigger が含まれている行番号 | ||
""" | ||
trigger_columns = ["trigger", "alias01", "alias01"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここ
["trigger", "alias01", "alias02"]
かな?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これはおれもさっき思いました
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
["trigger", "alias01", "alias02"]
に直した上でローカルで試してみたらalias01カラムは反応したが、alias02カラムは反応しなかった。
報告いたします。
#63 の対応