Re: Choice of DB
Bzzzz <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Organization | Anyone, anywhere BUT in banana demokratik republik of france. |
| Message-ID | <[email protected]> |
On Tue, 27 Nov 2018 14:40:16 -0700 (MST) legrand legrand <[email protected]> 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