Marios Trivyzas

Results 131 comments of Marios Trivyzas

> I'm not really getting why this is so an big issue at all. People can always request wrong URLs. And that some pages are not available in different versions...

Thank you for you interest to contribute on this issue @DHRUV6029. Feel free to start working on it and ask for any help you might need. In the past, we...

Indeed, CrateDB doesn't support bound params for `RETURNING` clause, but for what you're trying with this example is also not possible in Postgres (you can double check with python). With...

> Wouldn't the correct way to maintain sessions over HTTP be cookies? https://en.wikipedia.org/wiki/HTTP_persistent_connection

imho, we should implement the settings solution, as the keep-alive one, is not only more complex, but can introduce issues with mishandling from client side, and resources kept open on...

> > But can introduce issues with mishandling from client side, and resources kept open on the server. > > How so? We bind sessions to the connection lifecycle anyway....

Not sure if we want to change this pattern validation for column names...

> Hey @matriv! Since you are the author of CrateDB support (#29) maybe you can suggest me how to deal with the error shown above? Thanks in advance. For sure!...

@grzegorz8 How do you get this error, is it from inside IntelliJ, or by running `mvn clean install`? If I use java11 (`$ export JAVA_HOME=/opt/java11`) and then `mvn clean install`...

@grzegorz8 You can do something like this: https://github.com/grzegorz8/flink-connector-jdbc/compare/FLINK-36271...matriv:flink-connector-jdbc:mt/fix-CRATEDB?expand=1