Technical information on this site may be out of date : no updates since 2015

Drupal Schema API has problems

June 22 2009 : posted under php drupal sql orm schema api

An interesting post from Lullabot today on problems with Drupal’s Schema API and the Twitpocalypse

It turns out that the Schema API doesn’t properly understand the difference between different types of integers

I was already concerned that Schema API lacks the ’time’ and ‘date’ type

I don’t really understand why the Drupal team has decided to try and roll it’s own database abstraction layer, and make it a core part of the system in the current state.

There seem to be quite a few bugs