dpikt

Results 21 comments of dpikt

Probably subjective, but I think `"meta": null` is a reasonable output for this case. It sounds like what you want is a conditional meta field, like: - https://github.com/Netflix/fast_jsonapi#conditional-attributes There's also...

Can this be closed per @nruth's comment?

I agree with your call for an explicit list of what’s *not* supported, it’s the first thing I look for with lightweight alternative libs like this.

Looking forward to this so Greenkeeper will stop bugging me about patches.

@madsruben I believe your example would be vulnerable to SQL injection. Also, I want to give a big 👍 to this enhancement idea overall. Binding parameters with queries makes it...

This is also how https://github.com/Drizin/DapperQueryBuilder works, although that's able to use string interpolation directly because it's c#.

@madsruben you're completely right - I looked at the docs again and I was misunderstanding what `sql.Literal()` did. With that being the case, the reason to use `Parameter()` over `Literal()`...

@ryanhiebert I'd be happy give it a look, although I'd like to check with the maintainer first that this is still a feature he's interested in adding (it seems like...

You can subscribe to notifications on the issue for updates @snowdream.