MaxTyutyunnikov / django-firebird

Automatically exported from code.google.com/p/django-firebird
0 stars 0 forks source link

Error running django tests suite #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running django tests suite, it raises this error

django.db.utils.DatabaseError: (-842, u'isc_dsql_prepare: \n  Dynamic SQL 
Error\n  SQL error code = -842\n  Precision must be from 1 to 18 -- CREATE 
TABLE "MODEL_FIELDS_BIGD" (\n    "ID" integer NOT NULL PRIMARY KEY,\n    "D" 
decimal(38, 30) NOT NULL\n)\n;')

Perhaps we will never have this working :(

Original issue reported on code.google.com by maxirobaina on 14 Jul 2012 at 2:31

GoogleCodeExporter commented 9 years ago
Ok,It's time to have our own tests  :P

Original comment by maxirobaina on 14 Jul 2012 at 2:40