Skip to content Skip to sidebar Skip to footer

Binary Data Inserted For `string` Type On Column `remote_ip`?

What is the meaning of Binary data inserted forstringtype on column ...? When loggin remote ip addresses in a SQLite table, there is a message in debug console: Started GET '/test

Solution 1:

It means that your Ruby strings are tagged with some non-default encoding:
(see https://github.com/luislavena/sqlite3-ruby/issues/45)


Post a Comment for "Binary Data Inserted For `string` Type On Column `remote_ip`?"