..
args.go
Add ‘purge’ SQL function
2018-04-20 21:34:54 +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
Error when accessing table with undefined param
2018-09-25 09:43:04 +01: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
Ensure SQL functions return interface{} types
2018-08-08 08:47:41 +01:00
email_test.go
Ensure SQL functions return interface{} types
2018-08-08 08:47:41 +01:00
fnc.go
Add SQL functions time.wday() and time.yday()
2018-09-20 12:55:45 +01:00
fnc_test.go
Add ‘fncs’ package for all sql function commands
2017-11-16 20:31:20 +00:00
geo.go
Ensure SQL functions return interface{} types
2018-08-08 08:47:41 +01:00
geo_test.go
Ensure SQL functions return interface{} types
2018-08-08 08:47:41 +01: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
json.go
Add ‘fncs’ package for all sql function commands
2017-11-16 20:31:20 +00:00
json_test.go
Add ‘fncs’ package for all sql function commands
2017-11-16 20:31:20 +00:00
math.go
Ensure SQL functions return interface{} types
2018-08-08 08:47:41 +01:00
math_test.go
Fix bug in math.spread() SQL function
2018-04-29 14:42:49 +01:00
model.go
Error when accessing table with undefined param
2018-09-25 09:43:04 +01: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
Error when accessing table with undefined param
2018-09-25 09:43:04 +01:00
table_test.go
Add ‘fncs’ package for all sql function commands
2017-11-16 20:31:20 +00:00
thing.go
Error when accessing table with undefined param
2018-09-25 09:43:04 +01: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