John Fawcett
John Fawcett
Weird. I didn't even get an error. Any thoughts on using the Web Audio API rather than the audio element?
Definitely prefer to keep some utility functions within mongo-sql. I've definitely been in that situation. Something like `mergeConditions(conditionA, conditionB[, conditionC[, ...[, resolverFn]]])` ```javascript mergeConditions( { a: 1 }, { a:...
This is perfect! And it made me remember some things that will make it more robust. So, this lib needs to be refactored. There's too many concepts: - Query Types...
Whomp. Looks like the service is not healthy. I'll look into it tonight
Hey, @Meaglin I've been on vacation for the past week, so I'm just getting to my notifications. When you say defining an index when creating a table, do you mean...
Interesting. That actually shouldn't be too bad to support
Very good idea! My initial idea that you could implement without waiting on a mongo-sql version publish is to do something like this: http://mosql.j0.hn/#/snippets/8i ``` javascript { type: 'select' ,...
Me, too. I'd like to see more rigidity in the API so there's never ambiguity during introspection (e.g. looking up columns in a query, but not knowing if someone used...
It currently cannot. Adding the functionality would actually be fairly easy, though. Please see https://github.com/goodybag/mongo-sql/issues/119 I also want to say there's a way to put MySQL into a mode where...
Unfortunately, you'll need to register a conditional helper seen here http://mosql.j0.hn/#/snippets/ae I'd happily accept a PR to add `$notLike` and `$notILike` to the built-in conditional helpers :) Otherwise, I can...