[Firebird-docs] LangRef 2.5beta1 - a few suggestions

2016-03-10 Thread Aage Johansen
I may be way too late, or others may have noted these already. This is a few suggestions that I collected in February: == Document version: 0.901 P.13Integer Data Types BIGINT is defined as 64-bit integer, INTEGER is defined as

[Firebird-docs] LangRef 2.5beta1 - a few more suggestions /4

2016-04-06 Thread Aage Johansen
== p.87 Maybe a few words on the naming of "unnamed" constraints. create table TEST ( ID integer not null primary key ) The user might like to know that 2 constraints are created, called INTEG_n (f.ex. INTEG_157 (for "not null") and

[Firebird-docs] LangRef 2.5beta1 - a few more suggestions /5

2016-04-10 Thread Aage Johansen
I'll have mostly non-Firebird things on my mind the next week, so I'm just unloading my latest comments now! == p.117 Add a sentence to make it clear when the trigger is fired: For mutation events, does the trigger fire at commit or at individual

[Firebird-docs] LangRef 2.5beta1 - a few suggestions /2b

2016-03-20 Thread Aage Johansen
A few more: p.53 (top) [ ] ( ) | ^ - + * % _ ? { No "}" (terminating brace) ? [:ALPHA:]: Latin letters a..z and A..z. Should be: a..z and A..Z ? p.57 Existential Predicates ... Existential