Dear List,

I've made a patch against sqlbox-standalone to implement the meta_data
stuff from Alex's Patch into sqlbox (Standalone). I think it may work
against the built-in SQLBox as well, but didn't tried myself. It only
changes sqlbox_mysql.c and sqlbox_pgsql.c so it's a simple mod in
fact.

The patch adds an extra TEXT column "meta_data" to send_sms and
sent_sms. If you're using sqlbox already, you must add the column
yourself or drop the tables and sqlbox will create the new ones at
boot time.

Note: I've used TEXT instead of VARCHAR(255) since 255 chars may fall
short if you're using many TLV's at the same time. I don't see any
performance gain in using varchars anyway.

Regards,

Alejandro

-- 
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/
LinkedIn: http://www.linkedin.com/in/aguerrieri

Attachment: sqlbox-standalone-tlvpatch.diff
Description: Binary data

Reply via email to