Jacek Gębal
Jacek Gębal
There definitely is a problem with muti-byte characters. I'm not sure if the fix solves them all. @lukashov-artem - I've tried applying you fix on my `AL32UTF8` databases and encountered...
Hello @wolframhaussig I'm afraid I cannot fully understand and reproduce your problem. Can you say in simple words what is it that you expect / don't expect to get in...
An example with some dummy packages would be really helpful
Hi @wolframhaussig Thank you for providing details of this issue. It looks like a regression error introduced in version 3.1.11 with removal of [this line of code](https://github.com/utPLSQL/utPLSQL/pull/1079/files#diff-22606311f9893fdb706f5074e4da7e133914262d5f4fc5c6fb31306edf644266L150) I checked a...
I suspect that the problem is related to fact that you have 20 db-schemas in your repository. When you run a set of tests, the coverage will be gathered on...
Can you paste the aggregate function code. and point out lines that are not exetcuted?
My suspicion is that there is nothing wrong and the simple query you provided isn't executing all aggregate interfaces. Aggregarte merge is for parrallel processing. If data is ordered in...
I am afraid we will not be able to tests in separate threads as we would need to rework how we gather coverage. Each thread would need to get coverage...
I would call it `--%timeout` and either allow for two formats without decimal places - `--%timeout(1s)` - `--%timeout(15ms)` or use one numeric format (seconds) with fixed nls (using dot as...
@hkyle That is a nice idea. It is related to #151 It not trivial to implement, if we want to get it done right. Definitely worth doing.