0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-15 11:55:21 +00:00
Files
libsql/libsql-sqlite3/test/fixtures/unhex.test
2024-05-27 12:59:10 +02:00

10 lines
220 B
Plaintext

SELECT typeof( unhex('') ), length( unhex('') );
SELECT typeof( unhex(' ', ' -') ), length( unhex('-', ' -') );
SELECT typeof(unhex(NULL))
SELECT typeof(unhex(NULL, ' '))
SELECT typeof(unhex('1234', NULL))