Gossamer Forum
Quote Reply
Insert Bug
Alex,

Seems to be a bug with 'insert'.

Specifically, I'm working with modifying the Search Logger. On 'insert' the reference to a string ie: \"NOW()" is not apparantly being passed or acted upon properly. The date is set to 0000-00-00 until a second search, when the UPDATE function does set the date.

I can get around it with a single primary non-date key, such as 'Term', by immediately UPDATING the INSERTed record, but when the primary key is "Term/Date" it won't work.

I've tried playing with it, but can't seem to figure anything else out but that.

The problem I have is that I have a multiple primary key that includes the date, and unless the Insert works properly, I can't follow it with an 'update' to overcome the bug. I'd have to restructure the table, and use an AutoIncrement field, which might actually be "better" since for the sake of one wasted field, you can use the Links shorthands -- get/add.

But, You might want to address this. Seems to be a problem only with INSERT.

BTW: if I use the Unix time, and assign the dates before using Insert, it works fine. Seems to be with passing the reference to a string.



PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.

Last edited by:

pugdog: Dec 27, 2001, 12:01 AM
Subject Author Views Date
Thread Insert Bug pugdog 2075 Dec 26, 2001, 11:49 PM
Post Re: [pugdog] Insert Bug
Alex 1986 Dec 27, 2001, 9:46 AM