Re: [GENERAL] basic debugging question

2004-10-26 Thread Scott Frankel
I should have *myself* committed. Thanks for the suggestions (and OID tip)! It turned out that my script was not committing the transaction, so the insert was getting rolled-back. Thanks Scott On Oct 26, 2004, at 12:39 PM, Scott Frankel wrote: I'm attempting to debug a script that should perfor

Re: [GENERAL] basic debugging question

2004-10-26 Thread Oliver Elphick
On Tue, 2004-10-26 at 12:39 -0700, Scott Frankel wrote: > I'm attempting to debug a script that should perform a simple INSERT of > values, > but for some reason doesn't. The insert appears to occur without > error, printing > "INSERT 18015 1 upon completion." Nonetheless, no data values appear

Re: [GENERAL] basic debugging question

2004-10-26 Thread Martijn van Oosterhout
On Tue, Oct 26, 2004 at 12:39:46PM -0700, Scott Frankel wrote: > > I'm attempting to debug a script that should perform a simple INSERT of > values, > but for some reason doesn't. The insert appears to occur without > error, printing > "INSERT 18015 1 upon completion." Nonetheless, no data val

Re: [GENERAL] basic debugging question

2004-10-26 Thread Tino Wildenhain
Am Di, den 26.10.2004 schrieb Scott Frankel um 21:39: > I'm attempting to debug a script that should perform a simple INSERT of > values, > but for some reason doesn't. The insert appears to occur without > error, printing > "INSERT 18015 1 upon completion." Nonetheless, no data values appear