HackP0!nt
HackP0!nt
` @lidavidm `Error executing SQL: parameter ordinal 1 out of range java.sql.SQLException: parameter ordinal 1 out of range at cfjd.org.apache.calcite.avatica.Helper.createException(Helper.java:60) at cfjd.org.apache.calcite.avatica.AvaticaPreparedStatement.getParameter(AvaticaPreparedStatement.java:427) at cfjd.org.apache.calcite.avatica.AvaticaPreparedStatement.getSite(AvaticaPreparedStatement.java:434) at cfjd.org.apache.calcite.avatica.AvaticaPreparedStatement.setInt(AvaticaPreparedStatement.java:174) at com.ge.core.SQLInterpreterWithParameters.setParameter(SQLInterpreterWithParameters.java:62) at com.ge.core.SQLInterpreterWithParameters.handleSqlStatements(SQLInterpreterWithParameters.java:38)...
> Is the server implementation actually returning a parameter schema? all the column names are back other than that IDK, can you point me where to look please?
> parameter_schema Seems like it's empty: The calcite oriented db ```csharp var preparedStatementResult = new ActionCreatePreparedStatementResult { DatasetSchema = schema.ToByteString(), ParameterSchema = ByteString.Empty,
> The server needs to return the schema so that the driver knows how many and what type the parameters are. We could perhaps improve the error message on the...
Same for me it's "Blank (White screen of death)" 
@majhoos I totally agree with you, but I believe they have this product for money, so the have separated the commercial version and this one. In this one they don't...
> No wonder... why the entire World is changing for React. @PedroFerr it's because they don't that react was built on angular š
@rogeralsing I've implemented this provider exactly as you did with go. Maybe should I open source it?
> @HackPoint I“d love to see both and we can decide from there. > > If it aligns with Go, that“s great. on the other hand, @DenizPiri“s version has been...
> I see what you are asking for is a DI provider, which we do not have yet out of the box. Will work on bringing it in. Can you...