Charles Pritchard

Results 41 issues of Charles Pritchard

encode_data should check if a field is optional, and if it is, if the value is set to the default as described by the schema. If these conditions hold, the...

It would be helpful to create a /root/.pgpass file when DB_USER= DB_PASS are set in the run command, as the postgresql conf is set to md5 and peer, and the...

This appears to be broken on Mac because when it runs the "cm" tool it does not set the working directory correctly in process execution. Using zsh to get around...

enhancement
macOS

I'd like to be able to pass bit precision, such as 30, so I can return something that'll fit in a signed int without the added bit fiddling.

Alpine is a special friend, but not that fun to support. I'm looking into building wheels with https://github.com/JayH5/alpine-pypy so as to support a nice and easy pull from the built...

Teradata Presto release appears to be deserializing the timestamp column incorrectly in ORC files with time zone information. (ORC written from Hive 1.2.1) Note the query returns correctly in standard...

Using findOneAndUpdate with returnNewDocument may return the current version of a document as updated by another call - it should return the document as modified by the current request. We...

Lost some time before understanding that persist="file" needs load("file"); I suggest a unified function that covers both with appropriate toggles. store("json.file"), store({read: "json.file", write: "json2.file"}) or something of that nature....

This logic will fail when `{ limit: 1, fields: undefined }` because well, that's what it'll do. Suggest checking for `!(fields in args)`. lib/collection.js ``` case "object,object,function": //sniff for a...

Apparently this can lead to many "/var/osquery/osquery.em.*" files and attempts address in use errors. This may only happen if the script is terminated unexpectedly (not sure).