jupyter-xeus / xeus-sql

Jupyter kernel for SQL databases
https://xeus-sql.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

Change day formatter to be zero-padded #44

Closed emredjan closed 3 years ago

emredjan commented 3 years ago

As discussed, changed the day part of the date formatter to be zero-padded (%d) instead of space-padded (%e).

marimeireles commented 3 years ago

Ah! Thanks for doing this @emredjan :) I'll release a new version later today.

emredjan commented 3 years ago

No, thank you for the amazing work on this.

A bit off-topic: I don't know if it was among your use-cases when you built, but this has been my go-to tool of choice for teaching SQL in my organization. Combined with a JupyterHub installation, it enabled me to provide users with an on-premise environment where they can access internal data using SQL without installing anything. Also the fact that we can just use pure SQL with proper syntax highlighting without resorting to any Python trickery is great for keeping users focused.

So yeah 🙌🏼

marimeireles commented 3 years ago

I'd say it warms my heart to read that, but it's too hot so I'll say it refreshes it hehe Thanks for the kind words :) Happy it's useful to you!

emredjan commented 3 years ago

Yeah, no heart-warming during the heatwave, sorry

emredjan commented 3 years ago

I'll release a new version later today.

😢

marimeireles commented 3 years ago

Oh! Haha I'll do it now :) Sry for that