On Jul 13, 2008, at 9:49 AM, Alberto Valverde wrote:

>
> Hi,
>
> I'm not sure if this is really a bug but at least it's not  
> intuitive... :)
> I'm trying to determine if the primary key for a table will be
> autogenerated by the database or not by peeking into
> Column.autoincrement, however, the following unit test fails:

"autoincrement" just defaults to True.  It isn't consulted for a  
String-based column during DDL generation.  The docstring for Column  
describes its behavior in more detail.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to