Micha de Vries
e77df62114
Range values ( #4506 )
2024-08-20 11:42:06 +00:00
Chiru B
4749af1ba4
feat-4429: Blake3 Hash ( #4434 )
...
Co-authored-by: itsezc <itsezc>
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-08-16 15:58:38 +01:00
Micha de Vries
ec0c28fa74
.chain()
method (#4513 )
2024-08-15 08:17:00 +00:00
David Bottiau
0069cba8a3
Add more array functions ( #4184 )
...
Co-authored-by: Micha de Vries <micha@devrie.sh>
Co-authored-by: Micha de Vries <mt.dev@hotmail.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-14 15:11:22 +00:00
Raphael Darley
5d92c7c02c
implement typed function returns ( #4475 )
...
Co-authored-by: Micha de Vries <micha@devrie.sh>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-13 17:10:13 +00:00
Micha de Vries
f8ba01a688
Fix "specific" match statement exiting early ( #4492 )
2024-08-12 09:05:12 +00:00
Micha de Vries
c5a6e08225
Method chaining ( #4469 )
2024-08-08 11:43:35 +00:00
Micha de Vries
6d2f4a9833
Improve string::is::datetime
and string::is::uuid
, Add string::is::record
( #4462 )
2024-08-05 14:46:08 +00:00
Dave MacLeod
27e17d7cdd
Add array::windows() function ( #4445 )
2024-08-02 12:50:40 +00:00
Micha de Vries
07610d9411
Fix flaky test ( #4397 )
2024-07-20 13:21:01 +00:00
Micha de Vries
70c682987c
Allow generating ulid and uuid based on a timestamp ( #4384 )
2024-07-19 11:11:55 +00:00
Mees Delzenne
5706c9b368
Fix clippy tests, eliminate globals, remove unused function return variant. ( #4303 )
2024-07-05 09:34:43 +00:00
Mees Delzenne
07a88383fa
Minor lib improvements ( #4261 )
2024-07-05 09:19:04 +00:00
David Bottiau
fa66779e43
fix: check args for array::clump
( #4167 )
2024-06-13 06:42:15 +00:00
David Bottiau
9ffe94a02f
Add html functions ( #4155 )
...
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-06-12 09:18:00 +00:00
Emmanuel Keller
2913917284
[Feat] aligns DEFINE resource creation (already exists) ( #4148 )
2024-06-07 16:24:55 +00:00
Emmanuel Keller
9c196fa154
[Feat] Implements a few math functions ( #4132 )
2024-06-05 15:21:49 +00:00
Obei Sideg
876f281be5
Add string functions for IP ( #4111 )
...
Signed-off-by: Obei Sideg <obei.sideg@gmail.com>
2024-05-30 20:15:08 +00:00
David Bottiau
97ce910832
Add array::shuffle
function ( #3993 )
2024-05-15 08:56:46 +00:00
Mees Delzenne
6375bd45a6
Feature: Add type::range
function ( #3748 )
...
Co-authored-by: Rushmore Mushambi <rushmore@webenchanter.com>
2024-04-03 12:05:29 +00:00
Tobie Morgan Hitchcock
b03aeca08c
Cleanup a few things in the code ( #3793 )
...
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2024-04-03 09:54:12 +00:00
Rushmore Mushambi
2fbb4f4617
Add #[non_exhaustive]
to core structs and enums ( #3781 )
2024-04-02 20:12:08 +00:00
Rushmore Mushambi
f93f4999ed
Refactor Cargo features to use separate core library versions ( #3688 )
...
Co-authored-by: Mees Delzenne <mees.delzenne@gmail.com>
2024-03-15 11:21:32 +00:00
Dave MacLeod
b34cfc72fc
Fix string::is::longitude regex, more test coverage ( #3684 )
2024-03-14 14:51:03 +00:00
Mees Delzenne
9ff0fade50
Bugfix: Fix a panic when invalid builtin function names are passed to the executor ( #3454 )
2024-02-07 15:13:40 +00:00
Rushmore Mushambi
2ee33e7bdb
Revert breaking changes from sql1
( #3433 )
2024-02-05 16:21:23 +00:00
Gerard Guillemas Martos
618a4d1b42
Fix: Panic invoking parameters and functions without a database ( #3297 )
2024-01-10 17:56:13 +00:00
Mees Delzenne
2755f572fc
Introduce new experimental parser ( #2885 )
...
Co-authored-by: Raphael Darley <raphael@raphaeldarley.com>
2024-01-10 16:43:56 +00:00
Mees Delzenne
a7f186424e
Bugfix: Prevent overflow in math::power
( #3162 )
2023-12-15 21:50:34 +00:00
Micha de Vries
6e7c22e3b0
Optional function arguments should be optional ( #3036 )
2023-11-27 21:38:05 +00:00
Micha de Vries
81d82c6110
Basic object::
functions ( #3033 )
2023-11-27 19:14:41 +00:00
Micha de Vries
aa8591c7f4
Implement type::is::none()
function ( #3011 )
2023-11-21 09:03:06 +00:00
Emmanuel Keller
6efd3e3d87
Feat: Analyzers to support functions ( #2974 )
...
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
2023-11-20 18:36:21 +00:00
Micha de Vries
38e0aa4aa9
Ability to cast string to a Thing/Record ID ( #2834 )
2023-10-26 13:18:49 +00:00
Emin Fedar
e6a8f598fe
feat: improve time module ( #2800 ) ( #2801 )
2023-10-08 00:46:40 +00:00
Mees Delzenne
d9fa31f745
Fix clippy warnings in tests and clippy check tests in CI ( #2779 )
2023-10-04 09:51:34 +00:00
Micha de Vries
a0072cf133
Improve type::is::record()
method ( #2736 )
2023-09-22 19:44:28 +00:00
Micha de Vries
22c36b80c8
move is::*
-> string::is::*
, add new type::is::*
fncs ( #2603 )
2023-09-04 16:10:18 +00:00
Mees Delzenne
48a2bb52ac
Provide existing context to functions called from scripting functions ( #2605 )
2023-09-04 12:12:24 +00:00
Salvador Girones Gil
bdac1fae72
[security] Introduce "allow-guests". Deny all caps by default ( #2547 )
2023-08-30 18:01:30 +00:00
Mees Delzenne
daf6743c4e
Miscellaneous parser improvements ( #2515 )
2023-08-29 11:50:00 +01:00
Tobie Morgan Hitchcock
a31d25d3c5
Support arbitrary number of arrays in array::concat()
( #2526 )
2023-08-27 11:40:49 +01:00
Salvador Girones Gil
998b263517
[iam] RBAC and multiple root users ( #2176 )
...
Co-authored-by: Przemyslaw Hugh Kaznowski <hughkaznowski@protonmail.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2023-07-29 18:47:25 +00:00
hchockarprasad
432a6cc5b8
Add time::min & time::max function ( #2320 )
2023-07-23 08:19:28 +00:00
Mees Delzenne
cacd9a1de9
Add tests for http functions ( #2286 )
2023-07-20 12:46:11 +00:00
hchockarprasad
88bcc87d39
Add array::at function ( #2294 )
2023-07-20 08:27:04 +00:00
hchockarprasad
eef9b755cb
Add first, last functions to array ( #2285 )
2023-07-19 14:23:07 +00:00
Emmanuel Keller
98a482e471
Implements additional function for vectors ( #2266 )
2023-07-16 13:04:22 +00:00
Eduardo Pereira de Sousa
b3a1b39236
Feature: Add additional functions for comparing strings for similarity. ( #1904 )
...
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2023-07-14 20:37:52 +00:00
Tim
b83cd86f9d
Feature: 1903 Basic Vector Functions ( #1907 )
...
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Emmanuel Keller <emmanuel.keller@surrealdb.com>
2023-07-14 18:00:07 +00:00