Re: Conf: argue !
Manuel Holtgrewe <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi >> domain::id and setting::id are primary keys, setting::id is numeric, >> domain::id is a short, english string value (max 20 chars) and the >> module name. domain::description and setting::description is a >> '#translateable string#'. > > > where is setting? Oh, typo. It should read "property" everywhere I have setting. <snip> > Trees aren't that hard, but I agree that in this case they seem excessive. They are bad and ineffective in SQL because - The implementation of the relational model SUCKS - There is the need for a generic "EXPLODE" command to get a tree from the table rows (tuples) within the database. But we all know that my attitude to SQL is a bit biased ;) Manuel