-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: add temporality #428
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Run report for a0d25961Total time: 0ms | Comparison time: 0s | Estimated loss: 0ms (100.0% slower)
Touched files
|
Mode async:
|
23a673a
to
9df4ddb
Compare
Mode sync:
|
Mode sync:
|
Mode async:
|
9df4ddb
to
68724ce
Compare
Mode sync:
|
68724ce
to
569843e
Compare
Mode async:
|
Vars: map[string]any{ | ||
"account": fmt.Sprintf("accounts:%d", counter.Add(1)), | ||
}, | ||
//script := controllers.Script{ |
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.
Remove this code
}, | ||
} | ||
|
||
// script := controllers.Script{ |
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.
Remove this code
|
||
--statement | ||
CREATE TABLE IF NOT EXISTS "VAR_LEDGER_NAME_v2_0_0".logs_v2 ( | ||
create table "VAR_LEDGER_NAME_v2_0_0".logs_v2 ( |
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.
Keef "if not exists"
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.
Useless, it can hide a real problem.
At this step, the table must not exists.
Mode async:
|
Mode sync:
|
Link to formancehq/ledger#340 |
Mode sync:
|
Mode async:
|
Mode sync:
|
Mode async:
|
Mode async:
|
Mode sync:
|
Mode sync:
|
Mode async:
|
Mode sync:
|
Mode sync:
|
Mode async:
|
6148ab9
to
175d757
Compare
Mode async:
|
Mode sync:
|
refactor so many things for this feature...