Conversation
|
as this pr is a collection of fixes, i added some things i noticed while doing #114, namely:
|
|
I'm going to add a few more commits here which should take care of some of the chnages which weren't included from #104 |
which was broken for "once-connection-type" re Wulf@cc0ecf2
diesel does not have "diesel::PgConnection", only in "::prelude" or "::pg"
fixes mismatch between a tables imports and the directory structure
…ig and binary help
|
rebased on latest main, and added the as for |



This PR is a small collection of fixes from #104, but refactored to current state dsync and separate from the other changes and not being based on #103, in more detail:
type ConnectionTypebe public (was broken foronce-connection-type)serde::instead of requiring it to be imported (was broken foronce-common-structs)these things would likely be catched earlier if the tests would actually be compile tested