[jira] [Commented] (CALCITE-1308) Implement remaining DatabaseMetaData operations in RemoteMeta

2023-03-27 Thread Julian Hyde (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17705787#comment-17705787
 ] 

Julian Hyde commented on CALCITE-1308:
--

No news. Contributions welcome.

> Implement remaining DatabaseMetaData operations in RemoteMeta
> -
>
> Key: CALCITE-1308
> URL: https://issues.apache.org/jira/browse/CALCITE-1308
> Project: Calcite
>  Issue Type: Bug
>  Components: avatica
>Reporter: Josh Elser
>Assignee: Josh Elser
>Priority: Critical
>
> Noticed in CALCITE-1291: sqlline normally highlights the column(s) which are 
> (part of the) primary key. Running a debugger over it quickly, showed that no 
> keys were returned over the DatabaseMetaData.getPrimaryKeys call.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CALCITE-1308) Implement remaining DatabaseMetaData operations in RemoteMeta

2023-03-27 Thread Magnus Mogren (Jira)


[ 
https://issues.apache.org/jira/browse/CALCITE-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17705677#comment-17705677
 ] 

Magnus Mogren commented on CALCITE-1308:


Any news on this one? Would really be helpful if the connection could return a 
useful java.sql.DatabaseMetaData

> Implement remaining DatabaseMetaData operations in RemoteMeta
> -
>
> Key: CALCITE-1308
> URL: https://issues.apache.org/jira/browse/CALCITE-1308
> Project: Calcite
>  Issue Type: Bug
>  Components: avatica
>Reporter: Josh Elser
>Assignee: Josh Elser
>Priority: Critical
>
> Noticed in CALCITE-1291: sqlline normally highlights the column(s) which are 
> (part of the) primary key. Running a debugger over it quickly, showed that no 
> keys were returned over the DatabaseMetaData.getPrimaryKeys call.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CALCITE-1308) Implement remaining DatabaseMetaData operations in RemoteMeta

2016-07-08 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/CALCITE-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15368396#comment-15368396
 ] 

Josh Elser commented on CALCITE-1308:
-

{code}
getAttributes(ConnectionHandle, String, Pat, Pat, Pat)
getBestRowIdentifier(ConnectionHandle, String, String, String, int, boolean)
getClientInfoProperties(ConnectionHandle)
getColumnPrivileges(ConnectionHandle, String, String, String, Pat)
getCrossReference(ConnectionHandle, String, String, String, String, String, 
String)
getExportedKeys(ConnectionHandle, String, String, String)
getFunctionColumns(ConnectionHandle, String, Pat, Pat, Pat)
getFunctions(ConnectionHandle, String, Pat, Pat)
getImportedKeys(ConnectionHandle, String, String, String)
getIndexInfo(ConnectionHandle, String, String, String, boolean, boolean)
getPrimaryKeys(ConnectionHandle, String, String, String)
getProcedureColumns(ConnectionHandle, String, Pat, Pat, Pat)
getProcedures(ConnectionHandle, String, Pat, Pat)
getPseudoColumns(ConnectionHandle, String, Pat, Pat, Pat)
getSuperTables(ConnectionHandle, String, Pat, Pat)
getSuperTypes(ConnectionHandle, String, Pat, Pat)
getTablePrivileges(ConnectionHandle, String, Pat, Pat)
getUDTs(ConnectionHandle, String, Pat, Pat, int[])
getVersionColumns(ConnectionHandle, String, String, String)
{code}

The methods on Meta which need reviewing (and potentially, implementations)

> Implement remaining DatabaseMetaData operations in RemoteMeta
> -
>
> Key: CALCITE-1308
> URL: https://issues.apache.org/jira/browse/CALCITE-1308
> Project: Calcite
>  Issue Type: Bug
>Reporter: Josh Elser
>Assignee: Josh Elser
>Priority: Minor
> Fix For: avatica-1.9.0
>
>
> Noticed in CALCITE-1291: sqlline normally highlights the column(s) which are 
> (part of the) primary key. Running a debugger over it quickly, showed that no 
> keys were returned over the DatabaseMetaData.getPrimaryKeys call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)