msgpack-postgres
msgpack-postgres copied to clipboard
MessagePack implementation for PostgreSQL / msgpack.org[PostgreSQL]
Results
2
msgpack-postgres issues
Sort by
recently updated
recently updated
newest added
I've got an issue with the Cyrillic symbols with the length greater than 16 ``` select msgpack_decode(msgpack_encode(jsonb_build_object( 'name', 'йцуке нгш щзхъфыв' ))); ``` Interesting, but if you remove just one...
I ported the the encoding of floats to float64 from https://github.com/feross/ieee754