surrealpatch/util/fncs
2021-05-13 01:28:13 +01:00
..
args.go Parse strings as time if needed 2019-05-09 20:37:22 +01:00
args_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
array.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
array_test.go Add SQL function for creating an array 2017-12-12 00:54:18 +00:00
batch.go Improve database speed 2019-11-20 13:20:27 +00:00
batch_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
bcrypt.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
bcrypt_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
count.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
count_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
either.go Add SQL either function for simplified IF ELSE clauses 2018-03-18 19:03:14 +00:00
either_test.go Add SQL either function for simplified IF ELSE clauses 2018-03-18 19:03:14 +00:00
email.go Simplify built-in database field types 2018-10-18 00:39:09 +01:00
email_test.go Simplify built-in database field types 2018-10-18 00:39:09 +01:00
fnc.go Add geometry contains + inside database functions 2021-05-13 01:28:13 +01:00
fnc_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
geo.go Add geometry contains + inside database functions 2021-05-13 01:28:13 +01:00
geo_test.go Fix failing tests 2021-03-22 21:28:48 +00:00
get.go Simplify and improve internal SQL AST structures 2018-08-20 00:21:35 +01:00
get_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
hash.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
hash_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
http.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
http_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
if.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
if_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
is.go Simplify built-in database field types 2018-10-18 00:39:09 +01:00
is_test.go Simplify built-in database field types 2018-10-18 00:39:09 +01:00
math.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
math_test.go Fix failing tests 2021-03-22 21:28:48 +00:00
model.go Improve database speed 2019-11-20 13:20:27 +00:00
model_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
purge.go Add ‘purge’ SQL function 2018-04-20 21:34:54 +01:00
purge_test.go Add ‘purge’ SQL function 2018-04-20 21:34:54 +01:00
rand.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
rand_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
regex.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
regex_test.go Enable specifying a regex using a function 2017-12-11 17:49:58 +00:00
scrypt.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
scrypt_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
sets.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
sets_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
string.go Add SQL function string.slug 2018-09-11 13:28:45 +01:00
string_test.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
table.go Improve database speed 2019-11-20 13:20:27 +00:00
table_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
thing.go Improve database speed 2019-11-20 13:20:27 +00:00
thing_test.go Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
time.go Add SQL functions time.wday() and time.yday() 2018-09-20 12:55:45 +01:00
time_test.go Add SQL functions time.wday() and time.yday() 2018-09-20 12:55:45 +01:00
url.go Ensure SQL functions return interface{} types 2018-08-08 08:47:41 +01:00
url_test.go Add SQL functions for parsing urls 2017-12-04 10:06:01 +00:00