Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

[Tableau] - default db name cannot be an empty string #488

Closed
kuba-- opened this issue Oct 22, 2018 · 1 comment
Closed

[Tableau] - default db name cannot be an empty string #488

kuba-- opened this issue Oct 22, 2018 · 1 comment
Assignees
Labels
feature hacktoberfest Ready to pick for Hacktoberfest

Comments

@kuba--
Copy link
Contributor

kuba-- commented Oct 22, 2018

So far a default database name in an empty string. Tableau requires non-empty db names to populate UI. We should pick some non-empty, default db name and implement support for that.

@kuba-- kuba-- added hacktoberfest Ready to pick for Hacktoberfest feature labels Oct 22, 2018
@kuba--
Copy link
Contributor Author

kuba-- commented Oct 22, 2018

Moreover we should extra support following related queries:

DROP TABLE `#Tableau_01_sid_00000001_1_Connect`
SELECT CONNECTION_ID()
show variables like 'collation_server'
SELECT `table_name`, `column_name`\nFROM `information_schema`.`columns`\nWHERE `data_type`='enum' AND `table_schema`=''
SHOW DATABASES LIKE '%'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature hacktoberfest Ready to pick for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant