James Sumners
James Sumners
Not without a PR to implement such a feature. https://github.com/pinojs/pino-pretty/blob/7693cd4810ab7b9589f33364148d0cd33119dd42/lib/utils.js#L390-L405
http://getpino.io/#/docs/help?id=filter-logs Convert your starting time to milliseconds and proceed with filtering.
Go for it. At this point, I consider you and @dsnz the real maintainers of this project. I no longer use an Oracle database, so I can't even run tests.
Right. That's what I'm thinking the 2.x.x release will be for -- transitional compatibility. Eventually they will need to be removed so that there is less to maintain. The target...
What is the type of `V_RESULT_JSON`? I'm guessing it is a `varchar2`. In that case, a `clob` will very easily exceed the size boundary of `varchar2`.
Seems there are defined ranges that denote the byte width to interpret based upon the first byte read -- https://en.wikipedia.org/wiki/UTF-8#Encoding
Thank you for the PR. However, I must ask that you please target the `develop` branch. Sadly, GitHub does not provide a way to alter the destination branch, so you...
Hey @Pazus, I am definitely interested. Would you mind submitting a PR? If so, please leave out the SonarQube stuff and focus only on the unit testing.
@dsnz the idea is that when someone contributes a new feature, or a fix, then we are able to see that it doesn't break existing functionality simply by reviewing the...
Really just for this one. Pretty much just so the reader will have an idea of what to expect as overhead for bundling a script without having to do a...