mammoth icon indicating copy to clipboard operation
mammoth copied to clipboard

A type-safe Postgres query builder for TypeScript.

Results 47 mammoth issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.6.1&new-version=18.7.1)](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...

dependencies

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...

dependencies

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...

bug

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...

dependencies

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...

dependencies

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...

dependencies

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)...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=27.0.1&new-version=27.5.0)](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...

dependencies