mammoth
mammoth copied to clipboard
A type-safe Postgres query builder for TypeScript.
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.6.1 to 18.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [pgsql-parser](https://github.com/pyramation/pgsql-parser) from 13.1.6 to 13.3.12. Commits b6691ac chore(release): publish be8286c tests 6c525de github 6591006 Merge pull request #84 from acarl005/cte e514129 refactor to use Deparser.list method 9dd4405 fix aliases...
There was a bunch of activity on Mammoth 2.x several months ago but there hasn't been any activity recently. Wondering if there's anything we can do to help. - Are...
Two expressions with slightly different nesting. ```ts await db .select(db.test.a) .from(db.test) .where(db.test.a.and(db.test.b).eq(true)); await db .select(db.test.a) .from(db.test) .where(db.test.a.and(db.test.b.eq(true))); ``` But Mammoth produces the same SQL for both: ```sql SELECT test.a FROM...
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.2.0 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @βcspotcode Only affects projects on node >=18.6.0 using --esm...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 π Changelog 2.7.0 diff π Release note 2.6.2 π Changelog 2.6.1 π Changelog 2.6.0 π Release note...
Bumps [globby](https://github.com/sindresorhus/globby) from 12.0.1 to 13.1.2. Release notes Sourced from globby's releases. v13.1.2 Make ignoreFiles option accept readonly arrays (#235) 810caae https://github.com/sindresorhus/globby/compare/v13.1.1...v13.1.2 v13.1.1 Fix duplicated result when using globstar (#231)...
Any plans when you'll publish the current version?
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.1 to 27.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...