On Tue, 27 Nov 2018 14:40:16 -0700 (MST)
legrand legrand <legrand_legrand@hotmail.com> wrote:
…
> List all the Datatypes, object types you are using with Firebird,
…
Shorter: Pg is SQL standards compliant, mysql/mariadb are not.
Check: create a table with a 10 characters varchar and insert a
"whatever length text but > 10 chars" into it, it'll gladly accept it
without complaining - IIRC, this is a direct violation of SQL99…
Jean-Yves