Subject | RE: [Firebird-Architect] Re: [Firebird-admin] New INTL |
---|---|
Author | Samofatov, Nickolay |
Post date | 2004-12-30T16:30:07Z |
Adriano,
any data is returned to the user. So it has opportunity to load right
charset driver from right module with right parameters.
Why the requirement then?
that we are supposed to extend it the ways we wish.
BTW, note that collation name for "derived" collations may be different
from collation name used in INTL driver because the former is
user-defined.
> > You mean that if you are given collation name and charset fromOk, but I don't really like it.
> > RDB$COLLATIONS you want to try opening each installed INTL
> plugin and
> > see if it provides collation or not?
> > Yes, this may work. It would be ok to load all plugins from INTL
> > directory and use them.
> >
> Yes.
> > Anyways, regarding this question I am more inclined toWhy?
> approach 1. For
> > tools and even users sometimes it is good to know which module this
> > particular charset or collation really comes from.
> > Charset/Collation name conflicts would be easier to resolve. For
> > example, Firebird user may end up in situation when he
> needs to use a
> > few small bits from two large INTL libraries which significantly
> > overlap.
> > Module names may be easily made unique by the user, but requiring
> > charset/collation names be globally unique may be a burden.
> >
> Engine should be able to load charsets with only charset name.
> This is necessary to open a database when the client isWhen somebody attaches to database it has access to system tables before
> connecting with a charset different from the server OS
> charset/codepage.
any data is returned to the user. So it has opportunity to load right
charset driver from right module with right parameters.
Why the requirement then?
> And SQL 2003 remove ability to specify external file inCREATE COLLATION definition of SQL 2003 is skeletal. My understanding is
> CREATE COLLATION.
that we are supposed to extend it the ways we wish.
BTW, note that collation name for "derived" collations may be different
from collation name used in INTL driver because the former is
user-defined.
> AdrianoNickolay