Neil Conway wrote:
> This entry is plainly wrong:
> 
>      * Cause FETCH 1 to return the current cursor row, or zero if at
>        beginning/end of cursor, per SQL spec (Bruce)
> 
> FETCH 0 is what actually returns the current cursor row, and returning
> "zero" when a row value is expected wouldn't make much sense. I've
> changed it to just say:

I now see where I was wrong.  It should be:

>      * Cause FETCH 1 to return the next cursor row, or zero if at
                                     ----
>        beginning/end of cursor, per SQL spec (Bruce)

Updated.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to