Hey 👋
Handling of date-like columns in SQLite is currently broken.
Affinity is correctly calculated based on the documented heuristics - numeric. But once you input a value similar to the date values in the column, Studio tries to coerce it to number and this results in NaN.
We need to investigate what other products do for such columns and align OR one up them if possible.
Hey 👋
Handling of date-like columns in SQLite is currently broken.
Affinity is correctly calculated based on the documented heuristics -
numeric. But once you input a value similar to the date values in the column, Studio tries to coerce it to number and this results inNaN.We need to investigate what other products do for such columns and align OR one up them if possible.