Subject Re: [firebird-support] All Caps?
Author Ivan Prenosil
> I am new to firebird so excuse the dumb question. I assumed that
> 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?

Unless you use quoted identifiers, Firebird is case insensitive,
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