Results 15 issues of Grant Bakker

Fixes https://github.com/projectdelphai/panorama-tab-groups/issues/206

**Describe the problem feature solves** [Support for JSON/JSONB](https://github.com/SoftwareBrothers/admin-bro/issues/668) in version 3.3 seems to only supports explicit columns. While this is useful in some situations, there are JSONBs that contain arbitrary...

enhancement

When running in a scheduled github job, this action fails with the error: `reviewdog: post failed for eslint: failed to create check: POST https://api.github.com/repos///check-runs: 404 Not Found []` ```yaml on:...

connectionHandle.js is far too large and should be split into multiple files to be more easy to manage

Currently there are no tests. I did test most of the code while writing it, but there still may be issues, especially in the FrameParser and FrameSerializer.

The frame parser and serializer were designed to work only on valid data. The user data should be validated. Some of the validation requirements for method arguments may need to...

When using parameters with `deepObject` and `explode`, the parameters are only partially escaped. ### Q&A (please complete the following information) - OS: linux mint 20.3 - Environment: node v14.19.2 -...

When dropping and restoring tables, the restore fails for tables with id sequences. This only happens for tables with capital letters. ``` db=# CREATE TABLE "MarketplaceAccounts" (id SERIAL); CREATE TABLE...

bug

Previously in https://github.com/pgMemento/pgMemento/pull/91 a few of the configuration parameters were adjusted to work correctly with the more strict requirements in postgres 14. However, there are still incompatible parameters that prevent...

bug