Ellis Whitehead
Ellis Whitehead
Commandpost doesn't allow the user to pass a root option AFTER the subcommand. For example, if I have a root option `--user` and a subcommand `download`, then it needs to...
node-postgres returns Bigint columns as strings instead of numbers (by default), because they can be larger than javascript numbers. Could you please modify schemats to use "string" for bigint columns...
Could you please add support for the types `date-time`, `date`, and `time`?
Following the README instruction creates an installation with a various random errors when trying to read messages. However, when I downloaded your code and built the docker image from scratch,...
Could you please add support for the `YYYY-MM-DD` date format and 24h time? In an international team, it's important that dates be unambiguous, and `YYYY-MM-DD` is the ISO standard and...
Here is sample code for v5.1.1 that demonstrates the skipped day: ```ts import { CronExpressionParser } from 'cron-parser'; var interval = CronExpressionParser.parse("0 2 * * *", {tz: "America/New_York", currentDate: "2020-03-08T03:01:00.000-04:00"});...
### Describe the bug When pg-schema-diff generates a plan, functions defined with `RETURNS SETOF "MyTable"` are scheduled before the referenced table. The dependency exists in PostgreSQL's `pg_depend`, so the information...