Michael Karg
Michael Karg
This sprint's focus is the evaluation of HRR as a DB abstraction. The result should implement the domain API as per specs for Tenant, User and Role data types, encompassing...
Currently, the template `INSERT INTO table (a, b) VALUES (?, UNIX_TIMESTAMP(?))` fails in formatError with the message "foo". Obviously, the regex used in formatError can't match the the '?' characters...
Take actual parsing or regex matching out of the equation for extracting substitution groups from query templates. Makes substitution groups more permissive wrt. to MySQL functions and removes pcre-light dependency.
!! DO NOT MERGE !! This branch / PR is used to trigger CI builds + caching for arbitrary git revisions.
I'm currently working on a project using haskell-relational-record (hrr) on top of a Postgres DB. The DB schema inlcudes Postgres arrays (type text[]) and enums; after generating Haskell types with...
# Description Node CI for UTxO-HD, as required for benchmarking. # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages - [ ] New tests...
# Description This PR provides package version bumps for the new tracing system aimed at Node 10.3 release. Furthermore, it adds / changes the following features: **cardano-node** / **trace-dispatcher** --...