Chuma Takahiro
Chuma Takahiro
# Expected Behavior I'd like to have `tkn eventlistener logs ` less verbose, only related to something specific. For the moment, [changing loglevel](https://tekton.dev/docs/triggers/troubleshooting/#configuring-debug-logging-for-eventlisteners) can be ok, but does `kubectl patch`...
Hi, I just hit an AUTO INCREMENT id conversion issue. PostgreSQL has syntax sugar `serial`, `bigserial` just for `CREATE TABLE`. psqldef issues `ALTER TABLE ... ALTER COLUMN ... TYPE bigserial`,...
psqldef gets panic on parsing online VIEWs with nested CASE. This is split from #454, as they have different causes. ## Platform * OS: Linux * RDBMS: PostgreSQL * Version:...
Hi, I hit into 2 cases of psqldef parse error on VIEW. And, I extracted reproducible DDL for each one. They may look meaningless, but taken from actual use cases....
Hi, I got errors at startup as follows: ``` Exception in thread "main" java.lang.NumberFormatException: For input string: "tcp://10.27.241.91:80" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at JettyLauncher.getPort(JettyLauncher.java:165) at JettyLauncher.main(JettyLauncher.java:74) ``` I...