Travis Athougies
Travis Athougies
The latest commit there should be 377596e
You'll need to resolve conflicts too to get CI working.
Hmm... this one is weird. Have you tried setting the constraint-solver-iterations higher (as the error says)? My guess is that this is a GHC configuration issue.
Hello! You are right, there ought to be manipulation functions for date/time types. Unfortunately, SQL is has a comparatively rich date, time and interval type set compared to haskell, and...
Ian, With regards to 'DELETE ... FROM ... RETURNING', that syntax isn't supported yet, but it actually shouldn't be difficult to add, if you're willing to put some work in....
Are you interested in developing a new backend?
Hello! [`beam-firebird`](https://github.com/gibranrosa/beam-firebird) uses ODBC. I have a fork of it, where i've been trying to update it, but I don't know much about ODBC. I am happy to answer questions...
This is an interesting point, which I admittedly haven't thought of yet. Off the top of my head, the only way around is to redefine it. Alternatively, you can parameterize...
What were the errors you received? Were they on latest master (not hackage or stackage, as parameterized Beamable support is new)
The issue is that [here](https://github.com/Znack/beam-migration-issue/blob/master/src/Schema/Migrations/V0002ExampleBlog.hs#L68) you call preserve on a table taken from a database schema created with `defaultMigratableDbSettings`. You need to get rid of `currentDb` and instead use `preserve`...