Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [RedRum] Update User Table

Quote Reply
Re: [RedRum] Update User Table In reply to
Hi,

The \"Hits +1" is because if you just do Hits => "Hits + 1", that turns into Update Links Set Hits = 'Hits + 1' and not Update Links Set Hits = Hits + 1.

Basically if you escape something it tells GT::SQL not to quote it.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Update User Table jwalter 6079 Oct 16, 2001, 12:08 PM
Thread Re: [jwalter] Update User Table
Paul 5911 Oct 16, 2001, 12:14 PM
Thread Re: [RedRum] Update User Table
jwalter 5916 Oct 16, 2001, 12:34 PM
Thread Re: [jwalter] Update User Table
Paul 5932 Oct 16, 2001, 12:39 PM
Thread Re: [RedRum] Update User Table
Alex 5991 Oct 16, 2001, 1:03 PM
Post Re: [Alex] Update User Table
Paul 5925 Oct 16, 2001, 1:13 PM
Thread Re: [RedRum] Update User Table
jwalter 5960 Oct 16, 2001, 1:21 PM
Thread Re: [jwalter] Update User Table
Paul 5892 Oct 16, 2001, 1:40 PM
Thread Re: [RedRum] Update User Table
jwalter 5938 Oct 16, 2001, 2:09 PM
Post Re: [jwalter] Update User Table
Matt G 5900 Oct 16, 2001, 9:04 PM
Thread Re: [jwalter] Update User Table
pugdog 5916 Oct 17, 2001, 11:24 AM
Thread Re: [pugdog] Update User Table
jwalter 5886 Oct 17, 2001, 2:25 PM
Post Re: [jwalter] Update User Table
pugdog 5886 Oct 17, 2001, 3:11 PM
Thread Re: [jwalter] Update User Table
Matt G 5856 Oct 17, 2001, 3:17 PM
Thread Re: [mglaspie] Update User Table
Alex 5923 Oct 17, 2001, 3:19 PM
Post Re: [Alex] Update User Table
jwalter 5895 Oct 18, 2001, 10:33 AM