Travis Athougies

Results 73 comments of Travis Athougies

Interesting... I don't think placeholders are allowed in general for DDL in SQLite.

So here's the thing with runBeam*, et al... they have a bracketed IO action in there which doesn't compose nicely with MonadIO. You need MonadBaseControl, but this too suffers from...

Which examples don't work? I can go through them.

I've been experimenting with INLINEing which actually reduces the code by getting rid of some of the intermediate representations in the core. I'll have to run some benchmarks though.

Which types in particular? You should be able to get away with the various debug functions in `DatabasePredicate`.

This looks like an artifact of GHC's ill-documented and unfortunately sometimes unintuitive type inference. My guess is that both would work if you simply provided a type signature: ```haskell modelize...

Oh no, that's very wrong. I'll take a look

oh sorry, I'll admit I didn't fully read the code, but yeah, the default action providers do not check for renames. I'm not sure of any way to distinguish a...

Which backend is this? How are you running the migration?