> On 11 Mar 2015, at 12:10pm, Jason Vas Dias <jason.vas.dias at gmail.com> 
> wrote:
> 
> I have a table:
> 
> CREATE TABLE hosts
> (
>    ip          INTEGER  NOT NULL ,
>    name        TEXT     NOT NULL
> );
> 
> My application does:
> 
> BEGIN TRANSACTION;
> INSERT INTO hosts
>       VALUES ( "a.proper.host.name", 2886748296)
> ; COMMIT;

Erm ... aren't those the wrong way around ?  Is that just an error in your 
email message or is it in your code ?

Simon.

Reply via email to