- Ctrl-C (SIGINT) at the command prompt now simply returns to the command
prompt without doing anything, instead of exiting sqlcmd. Thanks to James
William Pye (x /at/ jwp.name) for the suggestion.
- Added .echo command
- Added ability to specify an on-connect script for each database listed
in the configuration file. sqlcmd runs the on-connect script, immediately
after connecting to the database.
- Moved WrappingLogFormatter to Grizzled API (grizzled.log module).
- Moved str2bool() function to Grizzled API (grizzled.misc module).
---------------------------------------------------------------------------