pedrocarlo
|
58cf453d2a
|
strftime compatibility issue solved
|
2025-01-26 17:01:08 -03:00 |
|
pedrocarlo
|
a316ab51ac
|
feature: implement strftime function
|
2025-01-25 16:22:53 -03:00 |
|
Jorge López
|
218a2e6dda
|
syntactic changes: remove unneeded mut, lifetimes,references that get instantaneously dereferenced and casts
|
2025-01-18 18:43:47 +01:00 |
|
Jorge López
|
86a4714711
|
syntactic changes: remove unneeded paths when the type is already imported
|
2025-01-18 18:29:12 +01:00 |
|
Pekka Enberg
|
20ea8fb941
|
Make Clippy happy
|
2025-01-16 15:57:08 +02:00 |
|
PThorpe92
|
abb3fda19f
|
Fix all the flaky datetime tests
|
2025-01-13 19:51:34 -05:00 |
|
sonhmai
|
46eba6cc77
|
fix: flaky test in datetime because compare pre-init now.
'now' is covered in other test so it should be fine.
|
2025-01-11 16:15:58 +07:00 |
|
PThorpe92
|
345107ce21
|
Fix precision issue in datetime tests
|
2025-01-07 09:57:19 -05:00 |
|
PThorpe92
|
ca428b3dda
|
Julianday function and additional tests/comments
|
2025-01-04 10:42:34 -05:00 |
|
PThorpe92
|
7c4a780cc2
|
Add DateTime func and support more modifiers
|
2025-01-04 08:41:03 -05:00 |
|
Kacper Madej
|
19ae42dfa3
|
Implement json_array
|
2024-12-20 11:15:48 +01:00 |
|
김선우
|
28884181be
|
Fix clippy
|
2024-09-15 16:23:27 +09:00 |
|
jussisaurio
|
b6e88ca883
|
cargo clippy --fix --allow-dirty && cargo fmt
|
2024-09-15 09:35:39 +03:00 |
|
sonhmai
|
9cc965186f
|
core: support modifiers in date function
|
2024-09-03 14:28:07 +07:00 |
|
Rajiv Harlalka
|
0b5b0a426d
|
remove redundant comment
Signed-off-by: Rajiv Harlalka <rajivharlalka009@gmail.com>
|
2024-08-30 20:28:37 +05:30 |
|
Rajiv Harlalka
|
1de974253b
|
add support for custom date time value as first parameter
Signed-off-by: Rajiv Harlalka <rajivharlalka009@gmail.com>
|
2024-08-30 20:27:59 +05:30 |
|
Rajiv Harlalka
|
6684fb46e4
|
FEAT: Implement the unixepoch function
Signed-off-by: Rajiv Harlalka <rajivharlalka009@gmail.com>
|
2024-08-30 20:27:58 +05:30 |
|
sonhmai
|
c32bb91dd5
|
core: support modifiers in time function
|
2024-08-24 18:31:34 +07:00 |
|
sonhmai
|
c104e50a66
|
core: add datetime modifiers helpers.
Building the helpers for integrating with supporting datetime Functions modifiers later.
|
2024-08-07 13:43:51 +07:00 |
|
sonhmai
|
0e7bd95e4e
|
core: fix clippy
|
2024-08-03 20:14:26 +07:00 |
|
Pekka Enberg
|
0affdada2a
|
core: Move datetime.rs to vdbe/
The file contains SQL functions invoked by the VDBE so let's move the
file there.
|
2024-08-02 17:34:10 +03:00 |
|