surrealpatch/util
Tobie Morgan Hitchcock 529ddbbec2 Encode all numbers as float64
All numbers in encoded keys are now encoded into float64, ensuring that decimal numbers are sorted alongside integers.

The maximum number able to be stored as a float64, without losing precision, is now (1<<53 - 1) - the same maximum number possible in javascript.
2016-09-10 00:21:58 +01:00
..
build Change name of 'vers' util package package 2016-02-28 19:20:22 +00:00
cert Add certificate extractor tests 2016-07-04 09:08:18 +01:00
conv Add functionality to database defined fields 2016-07-21 22:48:32 +01:00
cryp Update tests 2016-08-28 09:29:31 +01:00
data Add ability to get object keys and object values 2016-09-09 18:55:25 +01:00
item Update item manipulation code 2016-09-06 14:35:38 +01:00
keys Encode all numbers as float64 2016-09-10 00:21:58 +01:00
pack Add utility package for data encoding and decoding 2016-09-06 12:41:03 +01:00
rand Return byte slice not string 2016-05-23 14:08:32 +01:00
snap Don't attempt encoding/decoding on empty []byte 2016-05-30 10:58:51 +01:00
uuid Move tests to inside package 2016-05-17 22:35:36 +01:00