Closed m-church closed 7 years ago
Introducting a new method in the Model to parse a line from the command prompt and determine whether the command is complete.
For example - altsql> select * from film where title = "; ";
This failed because it stops at the end of the line even though we are inside quotation marks.
As part of the Cpan Pull Request Challenge.
Introducting a new method in the Model to parse a line from the command prompt and determine whether the command is complete.
For example - altsql> select * from film where title = "; ";
This failed because it stops at the end of the line even though we are inside quotation marks.