just another standards question

From: Michael Meskes <meskes(at)topsystem(dot)de>
To: pgsql-hackers(at)postgresql(dot)org (PostgreSQL Hacker)
Subject: just another standards question
Date: 1998-03-23 14:09:23
Message-ID: 199803231409.PAA19067@gauss.topsystem.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm about finished with indicator variables. They seem to work well with
output variables as well as with input variables in insert statements.

Now the one question: Informix and Sybase have three different settings for
indicator variables:

-1 means value is null
0 means value is okay
> 0 means value is okay, but string was truncated to n bytes

I tried Oracle but apparently they just use 0 and -1. Does the standard say
anything about this?

BTW is this SQL standard on-line anywhere? A WWW page maybe?

Michael
--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-03-23 14:28:18 Re: [HACKERS] perl/perl5
Previous Message Michael Meskes 1998-03-23 14:06:34 Re: [HACKERS] Profile of current backend