surrealpatch/lib/src/fnc
2023-02-21 17:27:35 +00:00
..
script Rename JavaScript string::length() function to string::len() 2023-02-21 17:27:35 +00:00
util Ensure SQL http functions decode JSON responses correctly 2023-02-11 17:22:09 +00:00
args.rs Add SQL array::insert() function (#1504) 2022-12-17 21:03:13 +00:00
array.rs Add SQL array::all(), array::any(), array::min(), and array::max() functions 2023-01-17 09:00:30 +00:00
cast.rs Miscellaneous performance optimizations and code cleanup (#240) 2022-09-23 00:54:53 +01:00
count.rs Refactor function dispatch (#125) 2022-09-21 01:57:33 +01:00
crypto.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
duration.rs Add duration functions for calculating durations as integers (#257) 2022-09-23 00:48:49 +01:00
geo.rs Use Chamberlain Duquette geo algorithm to calculate geometry areas 2022-11-01 00:23:58 +00:00
http.rs Replace surf with reqwest (#1512) 2022-12-08 18:39:46 +00:00
is.rs Add SQL is::datetime() function 2023-01-09 09:52:21 +00:00
math.rs Add SQL math::pow() function and ** operator (#1239) 2022-12-18 14:56:07 +00:00
meta.rs Refactor function dispatch (#125) 2022-09-21 01:57:33 +01:00
mod.rs Rename SQL string::length() function to string::len() 2023-02-18 21:07:37 +00:00
not.rs Fix Error import (#1560) 2022-12-30 12:57:47 +00:00
operate.rs Add SQL math::pow() function and ** operator (#1239) 2022-12-18 14:56:07 +00:00
parse.rs Add parse::url::scheme function for parsing a url protocol/scheme 2022-10-04 00:28:30 +01:00
rand.rs Update clippy linting tests 2023-02-03 11:47:07 +00:00
session.rs Refactor function dispatch (#125) 2022-09-21 01:57:33 +01:00
string.rs Rename SQL string::length() function to string::len() 2023-02-18 21:07:37 +00:00
time.rs Update 3rd party dependencies 2023-01-17 09:00:30 +00:00
type.rs Refactor function dispatch (#125) 2022-09-21 01:57:33 +01:00