php schedule tool
David Bandel
david.bandel
Sun Oct 9 07:35:54 PDT 2005
On 10/8/05, Man-wai Chang <mwchang at i-cable.com> wrote:
> > If you insist on shooting yourself in the foot (twice, once with PHP
> > and once with MySQL), then I suggest webcalendar.
> > shame on you, burn me twice, shame on me). And MySQL is not ACID, so
> > expect corrupted db tables (I've had them, also no fun).
>
> php4 has got transactions. Problem is not all php packages used the feature,
MySQL doesn't have transactions and is not ACID. Add-on packages
don't count when users can bypass them and corrupt tables directly.
MySQL does not have referential integrity.
There are also just too many necessary features missing as well. I
have no idea how folks can get along without things like left outer
joins (unless they're only using one big table, then why bother with
SQL?). I can't think of a single db app I've written that doesn't use
both transactions and outer joins. The work around for one outer join
clause is a union of two join clauses (talk about _slooooow_ ). Folks
pick MySQL based only on speed which is gone the first time you have
to use the two clause kludge.
Ciao,
David A. Bandel
--
Focus on the dream, not the competition.
- Nemesis Air Racing Team motto
More information about the Linux-users
mailing list