Hi James,

James Bennett wrote:
> On 7/17/06, Geert Vanderkelen <[EMAIL PROTECTED]> wrote:
..
> 1) The features common to all the RDBMS products it can be used with.
> 2) A way to manually tweak its SQL output to take advantage of
> features which only apply to one database.

Well, my 'manually' tweak is to inherit from models.Model, make my own 
ModelMyISAM with the db_table_option = 'ENGINE=MYISAM' set to the META and 
use it in my projects. (I know there are more issues to this..)
My patch would make it easier to allow this.

This goes for most other DBMS which have table options like this. This 
storage engine option is just an example, but most important for MySQL.

..
> Do you have a proposal for dealing with the complex snarl of options
> we'd end up with if we went down this road?

None. It's a simple string to be added to the the META data as
db_table_options, which will just put in the CREATE TABLE statement.

Cheers,

Geert

-- 
Geert Vanderkelen
http://some-abstract-type.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to