Results 83 comments of Richard Musiol

I'd like to have something like React's shallow rendering, see https://facebook.github.io/react/docs/test-utils.html#shallow-rendering. Such testing is easy to reason about, tests only one component at a time, requires no DOM and thus...

I couldn't get this to work. The best I could manage was: ``` select [call_id, timestamp, business_hours, direction, type, from_ = s"`from`", to_ = s"`to`", peer] ``` I couldn't get...

In the playground you get: ``` SELECT call_id, timestamp, business_hours, direction, type, from AS from_, to AS to_, peer FROM employees ``` This is not valid SQL, at least not...