Subject | Re: [Firebird-Java] Database Introspection with Jaybird |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-02-07T13:18:01Z |
> I always create my tables in lowercase. The only time I am actuallyCheck the
> using mixed case quoted is when I use a tool called xplain2sql, which
> generates quoted identifiers.
>
> I have run the following tests:
CREATE TABLE mytable( id AS INTEGER);
and then using the "mytable" string get the columns for the table. But
this is quite legitimate test case.
Roman