Eric Peterson
Eric Peterson
Is the use of login-path on the roadmap for a future release? Unless you have a way of using some sort of encrypted passwords on a linux system?
Is there a way to enable logging? I'd like to get an output of the migration. For example with the following, I'd like to look in a log and see...
**Expecting:** 50 years 10 months 11 days (18,578 days) **Actual:** 619 mos 8 days (18,578 days) The calculation for years seems to be off. ``` ruby irb> require 'date' =>...
in ~/.myclirc file I have ``` [favorite_queries] q1 = '''SOURCE /Users/eric/InWork/sql/q1.sql;''' ``` Then attempting to list and run it, I get error 1064. Any ideas if the SOURCE command is...