hackinghat / cl-mysql

Common Lisp MySQL library
http://hackinghat.com/index.php/cl-mysql
53 stars 17 forks source link

How to store byte arrays in BLOB columns using QUERY function #17

Open kraison opened 7 years ago

kraison commented 7 years ago

cl-mysql makes it easy to retrieve bytes from a BLOB column, but it isn't obvious how to properly construct a query using the QUERY function that will store a Lisp byte array in a BLOB column.