Song X. Gao
Song X. Gao
**Describe the bug** NotExpression is not parsed correctly. **To Reproduce** Steps to reproduce the behavior: 1. `CCJSqlParserUtil.parseCondExpression("not not 1 = 1")` generates following objects: `NotExpression ( EqualsTo ( NotExpression (...
I am using samples\ODBC\SqlODBC as my project template. In line 62 of SqlODBC.pq, Config_UseParameterBindings is set to false, thus these lines (287 - 289) should set SQL_API_SQLBINDPARAMETER to false as...
I want connect to Postgres ODBC data source with direct query enabled. So I took this sample project, https://github.com/Microsoft/DataConnectors/tree/master/samples/ODBC/SqlODBC, point Config_DriverName variable to "PostgreSQL Unicode(x64)" (name of my psqlODBC driver,...
**Is your feature request related to a problem? Please describe.** One JDBC driver can be used to connect to different versions of the same database, or even different database kinds...
**Describe the bug** Relative issue: #1147 We added external/custom OAuth config support based on the doc [tableau.github.io/connector-plugin-sdk/docs/oauth](https://tableau.github.io/connector-plugin-sdk/docs/oauth). It works in Tableau Desktop but not in Tableau Prep. The problem is...
**Is your feature request related to a problem? Please describe.** Quote from https://tableau.github.io/connector-plugin-sdk/docs/oauth: > However in both cases, at least one embedded config is still required. For Starburst Enterprise and...
I tried to add a custom OAuth config per this doc https://tableau.github.io/connector-plugin-sdk/docs/oauth#create-site-oauth-client-20231. Tableau server (2023.1) shows "change saved" after clicking the "save" button. However, the OAuth config is not showing...
I tried the same lib in C++ 20, but there seems to be a bug that `date::current_zone()` does not work on Windows 2016/2019. So I have to downgrade my project's...
**Describe the bug** Per the doc https://tableau.github.io/connector-plugin-sdk/docs/example: > Starting in Tableau 2021.1 a connector using [Connection Dialog V2](https://tableau.github.io/connector-plugin-sdk/docs/mcd) can let the system determine at runtime the correct connection-normalizer by not...
**About You:** Name: Song Gao Company: Starburst Data Inc. **Your question:** Our custom connector is built upon a JDBC driver. When establishing a connection from Tableau Desktop, Tableau not only...