From: "B. K. Oxley (binkley)" Date: 2005-04-07T23:16:42+09:00 Subject: Re: In-depth schema details in ActiveRecord Austin Ziegler wrote: > Never mind that MySQL is perhaps the crappiest SQL database that I sense a feeling of hostility. > exists that doesn't even fully conform to the ANSI SQL92 specification > and uses platform specific behaviour to determine whether tables > should be case-sensitive or not (when the ANSI SQL92 specification > clearly states that they should not, unless enclosed in double > quotes). Where might I find a good comparison of the level of support of AR for each of the various supported databases? I have a particular interest in sqlite(2/3) for unit testing and have been toying (literally, toy code) with sqlite3 for exploring Rails, but do not want to box myself into only knowing the ins/outs of just one backend database. Cheers, --binkley