Subject | Re: [firebird-support] All Caps? |
---|---|
Author | Ivan Prenosil |
Post date | 2005-03-22T08:28:32Z |
> I am new to firebird so excuse the dumb question. I assumed thatUnless you use quoted identifiers, Firebird is case insensitive,
> Firebird is case sensitive that is why it didn't work before but are
> you required in Firebird to name objects in all caps or are the
> tools just assuming that objects will be in all caps?
but you are not required to name objects in all caps.
It is exactly the same as e.g. with Delphi - although Pascal
is case insensitive too, most Pascal programmers happily
use identifiers like MyVariable.
The only small problem you can encounter is when you
reverse-engineer the database, because case-insensitive identifiers
are stored in uppercase in system tables.
Ivan