14 May
2006
14 May
'06
5:56 p.m.
On 14 May 2006, at 5:08 PM, Khalid B wrote:
If we realize that we can no longer optimize for a specific engine without losing portability,
What's wrong with doing : db_create_table('blah' // etc. if ($globals['db_type'] == 'type') { // optimise the table for that db type. } It's still a lot less code than duplicating every single line of every single schema for every single db type. When we look at our usage patterns up to now, that ends up being the exception and not the rule. -- Adrian Rossouw Drupal developer and Bryght Guy http://drupal.org | http://bryght.com