Closed aboveyunhai closed 2 years ago
can we modify the from and to key in the input data structure,
from
to
from is sensitive/reserved keyword in sql langauge, to is way too general. Both should be avoided in general. Sql cannot compute this data structure directly due to the naming.
I had tried: https://www.chartjs.org/docs/latest/general/data-structures.html#object-using-custom-properties, but it seems like this lib doesn't support similar behavior.
options { parsing: { key: `new_key` } }
can we modify the
from
andto
key in the input data structure,from
is sensitive/reserved keyword in sql langauge,to
is way too general. Both should be avoided in general. Sql cannot compute this data structure directly due to the naming.I had tried: https://www.chartjs.org/docs/latest/general/data-structures.html#object-using-custom-properties, but it seems like this lib doesn't support similar behavior.