Results 63 issues of Naoki Takezoe

## Description Make it possible to pushdown functions that take varargs to connectors. ## Additional context and related issues ## Release notes ( ) This is not user-visible or is...

cla-signed

AmaterasModeler uses XStream for serialize/deserialize diagrams but it requires the following option to avoid Java module access restriction. ``` --add-opens=java.desktop/java.beans=ALL-UNNAMED ``` We should find a replacement but with backward compatibility...

## Description PostgreSQL JDBC driver can take `options` property to send connection initialization parameters to the PostgreSQL server which allows clients to specify the statement timeout, etc. It would be...

cla-signed