John Nunemaker
John Nunemaker
@dotcom900825 thanks for pointing that out. I'll close this since it seems to be fixed. Let me know if I'm misunderstanding.
@richkniles ha. Sorry. I guess I am confused too. I thought @dotcom900825 was saying it was fixed, but maybe I read that wrong?
I'm 100% open to a PR with a test for this. I don't need/use this, so I am not sure off hand what people are wanting for a fix. If...
It does feel really wrong to turn body into query string stuff. I can't for the life of me remember why it would be that way. I'd be open to...
Forgive my ignorance, because I know nothing about this, but is it a common thing or specification to do this?
@wxwang33 the only thing we need on this now is specs. Can you get me an example file that has two certs like this? I can help wire up the...
We only use MySQL so that is our aim for github-ds. That said, I don't think we are opposed to a solid, well-tested PR for postgres support if it doesn't...
Its worth noting that GitHub::SQL pretty much works out of the box. See this gist for getting cast operators to work. https://gist.github.com/jnunemaker/123be8db3d95d8386fc258f99e7fd99a Also, I have a pg kv implementation sitting...
Here is the postgres kv version. https://gist.github.com/jnunemaker/f3954a1b82ac97750979389a37c573f2 I used jsonb to make it possible to query within the serialized value.
Merged the documentation update for this.