Filip Wiesner

Results 2 issues of Filip Wiesner

Does Kamel support GIFs (animated image)? I couldn't find any mention of it in README or using repository search.

enhancement

### Dialect PostgreSQL ### Failing SQL ```sql SELECT EXTRACT(ISODOW FROM date) FROM table; -- No column found with name ISODOW SELECT date_part('isodow', date) FROM table; -- Unknown function date_part ```...

bug