-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]Feature/revert #13
Conversation
d5bd70a
to
353b11e
Compare
Coverage decreased (-1.7%) to 94.679% when pulling 353b11ee77f76445ee62823297b743711fe59531 on feature/revert into 892dcd2 on master. |
353b11e
to
f90433a
Compare
Coverage decreased (-1.7%) to 94.6% when pulling f90433a934fe8aad900497224a442b3f98ebd39d on feature/revert into 892dcd2 on master. |
Coverage decreased (-1.04%) to 95.298% when pulling d47bfc8624e81cb6d8f8a9ec1e4abb5fc05dccb1 on feature/revert into 892dcd2 on master. |
@@ -0,0 +1,7 @@ | |||
import { ReactiveDBException } from './Exception' | |||
|
|||
export const tokenMustBeSymbol = (token: any) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tokenTypeError
src/exception/revert.ts
Outdated
import { ReactiveDBException } from './Exception' | ||
|
||
export const tokenMustBeSymbol = (token: any) => | ||
new ReactiveDBException(`Param must be symbol, but got ${ typeof token }: ${ token }`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Symbol type expected, but got `` ...
src/exception/revert.ts
Outdated
new ReactiveDBException(`Param must be symbol, but got ${ typeof token }: ${ token }`) | ||
|
||
export const clauseMissingError = () => | ||
new ReactiveDBException('Clause must be specified when passed revertController to delete') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when reverControoler is passed to delete method ?
Coverage decreased (-1.2%) to 95.142% when pulling 15b6a783ca345c5914eefee72cfc6c396f02fa44 on feature/revert into 892dcd2 on master. |
…ables, prepare for Association query
feat(utils): use built-in assign chore: use lodash in tests style(Database): rename buildAssoTablesDef to buildTablesStructure
…ad of passing Predicate
15b6a78
to
e853646
Compare
Minor Change
resolve #2