Closed Pitasi closed 2 years ago
non related q, why only true values are quoted? Non bool and non numbers should be ""
to avoid spacial chars. And bools and numbers can be un-quoted. Seems like we're doing the opposite. 🤔 ðŸ’
@DeshErBojhaa first of all I admit just copy pasted so 😛
since it's an env variable we want it to be a string, so we want "true" string not true bool
maybe k8s is smart enough to convert it from bool to string anyway but who knows
@DeshErBojhaa first of all I admit just copy pasted so 😛
since it's an env variable we want it to be a string, so we want "true" string not true bool
maybe k8s is smart enough to convert it from bool to string anyway but who knows
This release enables (behind a feature flag) the new sqlgen tool. The new queries don't overwrite fresh data with older data while the nodes are syncing!
I did some tests in dev before opening this PR.