Pekka Enberg
|
6ffb03216f
|
core/datetime: Simplify error handling
|
2024-08-02 16:15:22 +03:00 |
|
Pekka Enberg
|
3412b65b8a
|
core/datetime: Remove TimeUnit
...it's not used for anything much.
|
2024-08-02 16:04:09 +03:00 |
|
Pekka Enberg
|
763bf17c9e
|
core/datetime: Use "cfg(test)" annotation for tests
|
2024-08-02 16:03:53 +03:00 |
|
Pekka Enberg
|
f8492c85ae
|
core/datetime: Remove trace calls
We should trace in high-level code like VDBE interpreter loop, but not
in error handling path of specific SQL functions.
|
2024-08-02 16:03:46 +03:00 |
|
sonhmai
|
789ae4becf
|
feat: add time() scalar function partial support without modifier #158
|
2024-08-01 13:06:07 +07:00 |
|
Pekka Enberg
|
351242561d
|
Kill anyhow usage
Switch anyhow to explicit `LimboError` type using thiserror crate, which
lets us make error handling more structured.
|
2024-07-25 17:15:08 +03:00 |
|
jussisaurio
|
588ab1af06
|
Run formatting and enforce formatting in CI
|
2024-07-23 23:14:36 +03:00 |
|
gandeevanr
|
dc01fa4a6f
|
added support for parsing timezones
|
2024-07-23 09:19:17 -07:00 |
|
gandeevanr
|
871fae3286
|
Implement the Date() method
|
2024-07-23 09:19:08 -07:00 |
|