Closed stoch closed 5 years ago
fixes #270
Coverage increased (+0.3%) to 48.43% when pulling 4bba8e899383b4765fc4e7212b9b329652007c12 on cluster_queries into c88500034920cebaf7eb8b855b0e1807f987afa9 on master.
@c-bik This did not work for me. Does it for you?
-type stmt_class() :: "P"|"C"|"L"|"R"|"PC"|"RC".
btw. It should be
-type stmt_class() :: "P"|"C"|"L"|"R"|"CP"|"RP".
fixes #270