Uh oh!
There was an error while loading. Please reload this page.
feat: add date.to_text for MySQL, Postgres, MSSQL and Clickhouse + doc - #3955
Conversation
65860fe to
3b5f1d8CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
3b4bfd7 to
bd1dfcbCompare3b5f1d8 to
1ac93f1Comparesnth
commented
Dec 18, 2023
On the language design aspect (should this comment go in #366 or here since that issue is closed?), when we created Therefore should this function be called |
PrettyWood
commented
Dec 18, 2023
@snth We discussed this matter recently #3913 (comment) and |
max-sixty
commented
Dec 18, 2023
I was the primary advocate for the On reflection, I think that was:
So I wouldn't really advocate for it here, and happy to align on (OK, @PrettyWood just commented, I'll still post this but echoing his sentiment) |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
snth
commented
Dec 18, 2023
I think our earlier discussion on The list in #3913 (comment) is impressive but are those languages aiming at the same kind of users as us? I would argue they are more aimed at developers while we are targeting Data Analysts who often come from a less computer science heavy background. I keep coming back to Power Query M Language because I think it's a great example of a language that's aimed at the same kind of data munging that we target. Power Query M Language has a Text module and in the Date module there are Date.FromText and Date.ToText functions. Pandas and Polars both use a I'm -1 on |
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
for more information, see https://pre-commit.ci
date.to_text for MySQL, Postgres, MSSQL and Clickhouse + docPrettyWood
commented
Dec 19, 2023
@max-sixty I let you decide if you want to merge for the release or not |
max-sixty
commented
Dec 19, 2023
For sure! I was waiting for you to hit the button but happy to ofc |
tackles most of #366