On 3/23/10 11:33 , Tobias wrote:
Hi,

I just found out that the default parameters for
sqlalchemy.types.Numeric changed in 0.6.

0.6beta2:
http://www.sqlalchemy.org/docs/reference/sqlalchemy/types.html#sqlalchemy.types.Numeric

0.5:
http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/types.html#sqlalchemy.types.Numeric


Is this change intended?

Quoting from http://www.sqlalchemy.org/trac/wiki/06Migration:

  The default "precision" and "scale" arguments of Numeric and Float
  have been removed and now default to None. NUMERIC and FLOAT will be
  rendered with no numeric arguments by default unless these values are
  provided.

Wichert.

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

Reply via email to