I have a few tests i wanted to migrate to ramsql. They make use of a create command: CREATE DATABASE <test_name> to leverage tests parallelism, but it got error: "Parsing error near ". Looking at the code this seems to be implemented yet. Is there any specific reason?
If not, I could have a deeper look and open a PR!
I have a few tests i wanted to migrate to ramsql. They make use of a create command:
CREATE DATABASE <test_name>to leverage tests parallelism, but it got error: "Parsing error near ". Looking at the code this seems to be implemented yet. Is there any specific reason?If not, I could have a deeper look and open a PR!