connector:issue deprecates --database, --table and --time-column options#114
connector:issue deprecates --database, --table and --time-column options#114
Conversation
now `--database` and `--table` is obsolete
|
Discussion at #67 includes an idea to include database and table names in @muga Do you think it's better to set db and table names at cmdline argument? |
lib/td/command/list.rb
Outdated
There was a problem hiding this comment.
This change is not backward compatible. This makes existent automated shell scripts failed which are using --database and --table options.
There was a problem hiding this comment.
Sorry. I'll fix it.
|
I fixed following items.
|
|
Thank you for your working:-) The fix requires platform side change. Please talk about it later. |
Because, we recommend to write to config file these options.
|
I removed argument option(database, table) . Because, these options should write to configuration file. |
now
--databaseand--tableis obsoleteref #67