Michael Karg

Results 35 comments of Michael Karg

@saurabhnanda The domain API is now up and running as described in the PR, minus the topics still open (enums, arrays, jsonb). This would be a good time for you...

I've changed HRR default mapping of PostgreSQL type `text` to Haskell's `Data.Text`. Such a custom mapping can easily be specified with HRR's db driver and is done in the module...

### JSONB and ENUM: investigation results This is the relation used by the HRR driver to get postgres type info; those will be the types considered for generating a corresponding...

Audit logging works fine for now; the logic for creating the JSON diff is in the application layer (Haskell), not on the DB. NB. for the time being, log entries...

Don't forget to create DB from scratch (schema.sql) and possibly completely eliminate .stack-work/, since I've replaced the source repo for HRR with the fork where my patch is applied.

Thanks for looking into it. B.map toLower just lowercases the template to case-insensitively search for the "values" substring (as did the regex). The original template is never affected by that;...

... also I haven't had much time... leaving for a 3 week vacation today :)

I'd be willing to implement and send you a PR; I'd just need to know if this feature is desired at all, the way I proposed it, or if it...

I just submitted PR #23, please review. - Tested: formatMany extracts substition group form template correctly - Untested: buildQuery correctly fills substitution group - Untouched: version nr. bump, formatMany comment...