Here's a question on INTEGER PRIMARY KEY. I would like use IP addresses (converted to an unsigned number to man them monotonically increasing) for INTEGER PRIMARY KEY however I can't determine from the online docs whether if I supply an unsigned integer in PHP 5:

$uip = sprintf("%u", ip2long($ip));

to sqlite 3. Is this possible or do I have to either use text (yuk) or split the ips (yuk)

TIA,

Tom

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to