Kamil Listopad

Results 26 comments of Kamil Listopad

Update on: *Making `lit` depend on the backend* There's an implementation on the `scope-as-backend` branch. **Features:** - `lit` can be used to handle both old `lit` and `litPG` cases -...

I think adding MySQL should be possible, hopefully without changing the general backend-agnostic part of the code. Ideally MySQL and other backends should be separate purescript packages e.g. `purescript-selda-mysql`, would...

`Lit` typeclass is pure optional convenience - just provide `litMySQL` similar to `litPG` and ignore adding it to `Lit`. The problem with this extensibility just proves that current solution is...

Would setting [ANSI_QUOTES](https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html#sqlmode_ansi_quotes) resolve this problem without changing `showColumnName`?

Yes, that would be nice to have, but it's a bit problematic right now as it requires quite a bit of work. I don't have enough time to implement it...