You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insert # at the beginning of each line of spooled SQL ( grep -v "^#" FILENAME can extract only CSV data )
Fix for go-readline-ny v0.10.1 ( The return values of Coloring interface methods are changed from int to readline.ColorSequence )
Enabled automatic rollback by default on errors except for Oracle (Previously, when using PostgreSQL, we used to roll back. The point is, when the number of supported DBs increases in the future, which one will be the default)
On error, contain "(%T)" (type of error) into error message
Implemented automatic rollback of a transaction on 'exit', 'quit', or EOF