Minor fixes for command parsing and tab completion
- Tab completion will no longer break after using a quoted argument with a space
- Arguments which take a consuming value will now be passed the entire value including quotation marks
- Remove check for if a SQL ResultSet object is already closed when attempting to close since it would throw an error on older servers