Add PostgreSQL database support #2807
Annotations
11 errors and 1 warning
|
Compile the tests:
src/commons/queue.rs#L542
unresolved imports `crate::queue`, `crate::Backend`, `crate::Namespace`, `crate::ReadStore`, `crate::Scope`, `crate::Segment`
|
Compile the tests:
src/commons/queue.rs#L535
unresolved import `kvx_macros`
|
Compile the tests:
src/commons/queue.rs#L536
unresolved import `kvx_types`
|
Compile the tests:
src/ta/mod.rs#L44
unresolved imports `crate::commons::eventsourcing::namespace`, `crate::commons::eventsourcing::Namespace`
|
Compile the tests:
src/upgrades/mod.rs#L1326
unresolved import `kvx`
|
Compile the tests:
src/commons/eventsourcing/mod.rs#L430
cannot find macro `namespace` in this scope
|
Compile the tests:
src/commons/eventsourcing/mod.rs#L386
cannot find macro `namespace` in this scope
|
Compile the tests:
src/commons/storage/store.rs#L289
cannot find type `SegmentBuf` in this scope
|
Compile the tests:
src/commons/storage/store.rs#L351
failed to resolve: use of undeclared type `Segment`
|
Compile the tests:
src/commons/storage/store.rs#L454
failed to resolve: use of undeclared type `Segment`
|
Compile the tests:
src/commons/queue.rs#L540
unused import: `Queue`
|
Loading