Brad Zacher

Results 390 comments of Brad Zacher

You can create a pretty simple wrapper for the JM resolve function. IIRC this should cause JM to essentially kill the query before it even starts. Note that because graphql...

i mean building out that is.. er.. simple enough. :) the question is how you'd like to handle the other properties on the junction object in regards to the multiple...

it would be the other way round - the last one in the `hyperJunction` array would have to be a double. ```JS hyperJunction: [ { sqlTable: 'album_track', sqlJoins: [ fn()...

Unfortunately no, I forked and started learning the code base, but had to sideline it for now. Partly because I figured out it wasn't a straightforward job, mostly because my...

whilst pretty much any DB layer supports it, yes, join-monster doesn't support generating it yet.

that's the reason this issue is left open. because right now join monster works by generating a base sql statement + joins. In the case of `where`s based on query...

JM does generate its [own AST](https://github.com/stems/join-monster/blob/master/src/query-ast-to-sql-ast/README.md) before passing this to a builder to generate the SQL as per your configured implementation. Right now the supported implementations are (at least..) [MySQL,...

Yup - v5 of ts-eslint will support it fully, but that won't be released until ESLint v8 releases (as we're waiting until all of the v8 breaking changes have settled...

As an example - the typescript-eslint now has a playground that also has support for showing the AST: https://typescript-eslint.io/play#ts=4.5.2&sourceType=module&showAST=true&code=C4TwDgpgBAKlC8UCMBuAUBAHmA9gJ2ClEigG9YoBfdIA&rules=N4XyA&tsConfig=N4XyA Which makes astexplorer.net obsolete for ts-estree