SQLite Forum

Division by decimals wrongly returning a rounded int result (works fine when casting to real)
Login
Seriously?

Django won't let you state a query like this:

```
SELECT (a * 1.0) / b FROM t;
```

?

If so, invest your time in another framework asap.