"Registry of values" for ANSI X3.135 and ISO/IEC 9075 SQL Standards
am 23.04.2007 23:37:20 von Tim.Bunce
I wonder if someone can help me with this...
In the DBI docs it refers to the range of values that are officially
registered for use by the Perl DBI in the International Standards:
=item C (array-ref, read-only)
Returns a reference to an array of integer values for each
column. The value indicates the data type of the corresponding column.
The values correspond to the international standards (ANSI X3.135
and ISO/IEC 9075) which, in general terms, means ODBC. Driver-specific
types that don't exactly match standard types should generally return
the same values as an ODBC driver supplied by the makers of the
database. That might include private type numbers in ranges the vendor
has officially registered with the ISO working group:
ftp://sqlstandards.org/SC32/SQL_Registry/
Where there's no vendor-supplied ODBC driver to be compatible with,
the DBI driver can use type numbers in the range that is now
officially reserved for use by the DBI: -9999 to -9000.
All possible values for C should have at least one entry in the
output of the C method (see L).
=cut
The sqlstandards.org ftp server isn't accepting anonymous ftp access
any more and I'd like to get a copy of the current registry.
Doesn't anyone know where I could get a copy?
Or alternatively, could someone send me Jim Melton's current email address?
(He was the maintainer of the Registry back in 1998. He worked at
Sybase at the time and later at Oracle.)
Tim.
Re: "Registry of values" for ANSI X3.135 and ISO/IEC 9075 SQL Standards
am 23.04.2007 23:59:15 von jim.melton
Tim,
I did not know that I was on the dbi-users@perl.org distribution
list, but I must be because I got this message.
My email addresses all appear in the signature block at the end of
this message, in case you want to contact me privately.
I am still the maintainer of the SQL Registry, such as it is. There
have been very, very few changes to the Registry in several years,
which suggests to me that (almost) everybody who needs to register
some SQL-related value and is aware of the Registry's existence has
probably already done it.
For your convenience, I will send you a copy of the Registry by
separate message (I don't want to clutter everybody's In box with the
file unless they actively want it).
Hope this helps,
Jim
P.S., The reason that the SQL standards archives no longer accept
anonymous FTP is for security reasons. Our work is, of course, not
secret, and anybody interested in participating is more than welcome
to do so. But, before we put the password protection, the server was
hacked and was being used to store and distribute pirated software!
At 4/23/2007 03:37 PM, Tim Bunce wrote:
>I wonder if someone can help me with this...
>
>In the DBI docs it refers to the range of values that are officially
>registered for use by the Perl DBI in the International Standards:
>
>=item C (array-ref, read-only)
>
>Returns a reference to an array of integer values for each
>column. The value indicates the data type of the corresponding column.
>
>The values correspond to the international standards (ANSI X3.135
>and ISO/IEC 9075) which, in general terms, means ODBC. Driver-specific
>types that don't exactly match standard types should generally return
>the same values as an ODBC driver supplied by the makers of the
>database. That might include private type numbers in ranges the vendor
>has officially registered with the ISO working group:
>
> ftp://sqlstandards.org/SC32/SQL_Registry/
>
>Where there's no vendor-supplied ODBC driver to be compatible with,
>the DBI driver can use type numbers in the range that is now
>officially reserved for use by the DBI: -9999 to -9000.
>
>All possible values for C should have at least one entry in the
>output of the C method (see L).
>
>=cut
>
>The sqlstandards.org ftp server isn't accepting anonymous ftp access
>any more and I'd like to get a copy of the current registry.
>
>Doesn't anyone know where I could get a copy?
>
>Or alternatively, could someone send me Jim Melton's current email address?
>(He was the maintainer of the Registry back in 1998. He worked at
>Sybase at the time and later at Oracle.)
>
>Tim.
============================================================ ============
Jim Melton --- Editor of ISO/IEC 9075-* (SQL) Phone: +1.801.942.0144
Co-Chair, W3C XML Query WG; F&O (etc.) editor Fax : +1.801.942.3345
Oracle Corporation Oracle Email: jim dot melton at oracle dot com
1930 Viscounti Drive Standards email: jim dot melton at acm dot org
Sandy, UT 84093-1063 USA Personal email: jim at melton dot name
============================================================ ============
= Facts are facts. But any opinions expressed are the opinions =
= only of myself and may or may not reflect the opinions of anybody =
= else with whom I may or may not have discussed the issues at hand. =
============================================================ ============
Re: "Registry of values" for ANSI X3.135 and ISO/IEC 9075 SQL Standards
am 25.04.2007 00:56:01 von Tim.Bunce
On Mon, Apr 23, 2007 at 03:59:15PM -0600, Jim Melton wrote:
> Tim,
>
> I did not know that I was on the dbi-users@perl.org distribution
> list, but I must be because I got this message.
You're not on the list. I BCC'd you using the old email address I had.
I'm sorry for not pointing that out, or emailing you separately.
> My email addresses all appear in the signature block at the end of
> this message, in case you want to contact me privately.
Thanks.
> I am still the maintainer of the SQL Registry, such as it is. There
> have been very, very few changes to the Registry in several years,
> which suggests to me that (almost) everybody who needs to register
> some SQL-related value and is aware of the Registry's existence has
> probably already done it.
>
> For your convenience, I will send you a copy of the Registry by
> separate message (I don't want to clutter everybody's In box with the
> file unless they actively want it).
>
> Hope this helps,
> Jim
It does. Thanks Jim.
Tim.
> P.S., The reason that the SQL standards archives no longer accept
> anonymous FTP is for security reasons. Our work is, of course, not
> secret, and anybody interested in participating is more than welcome
> to do so. But, before we put the password protection, the server was
> hacked and was being used to store and distribute pirated software!
>
> At 4/23/2007 03:37 PM, Tim Bunce wrote:
> >I wonder if someone can help me with this...
> >
> >In the DBI docs it refers to the range of values that are officially
> >registered for use by the Perl DBI in the International Standards:
> >
> >=item C (array-ref, read-only)
> >
> >Returns a reference to an array of integer values for each
> >column. The value indicates the data type of the corresponding column.
> >
> >The values correspond to the international standards (ANSI X3.135
> >and ISO/IEC 9075) which, in general terms, means ODBC. Driver-specific
> >types that don't exactly match standard types should generally return
> >the same values as an ODBC driver supplied by the makers of the
> >database. That might include private type numbers in ranges the vendor
> >has officially registered with the ISO working group:
> >
> > ftp://sqlstandards.org/SC32/SQL_Registry/
> >
> >Where there's no vendor-supplied ODBC driver to be compatible with,
> >the DBI driver can use type numbers in the range that is now
> >officially reserved for use by the DBI: -9999 to -9000.
> >
> >All possible values for C should have at least one entry in the
> >output of the C method (see L).
> >
> >=cut
> >
> >The sqlstandards.org ftp server isn't accepting anonymous ftp access
> >any more and I'd like to get a copy of the current registry.
> >
> >Doesn't anyone know where I could get a copy?
> >
> >Or alternatively, could someone send me Jim Melton's current email address?
> >(He was the maintainer of the Registry back in 1998. He worked at
> >Sybase at the time and later at Oracle.)
> >
> >Tim.
>
> ============================================================ ============
> Jim Melton --- Editor of ISO/IEC 9075-* (SQL) Phone: +1.801.942.0144
> Co-Chair, W3C XML Query WG; F&O (etc.) editor Fax : +1.801.942.3345
> Oracle Corporation Oracle Email: jim dot melton at oracle dot com
> 1930 Viscounti Drive Standards email: jim dot melton at acm dot org
> Sandy, UT 84093-1063 USA Personal email: jim at melton dot name
> ============================================================ ============
> = Facts are facts. But any opinions expressed are the opinions =
> = only of myself and may or may not reflect the opinions of anybody =
> = else with whom I may or may not have discussed the issues at hand. =
> ============================================================ ============