Numeric does not accept a scale parameter

Issue #1154 resolved
Former user created an issue

The docs say that Numeric takes "precision" and "scale" as parameters (http://www.sqlalchemy.org/docs/04/types.html#types_standard_numeric). But the code does only use "precision" and "length".

Comments (1)

  1. Log in to comment