datasette/immutabase
Simon Willison bc9871c935 gt/lt/gte/lte now treat numeric arguments as numeric
This now works:

    https://immutabase-dlmggyoepw.now.sh/northwind-40d049b/Products?UnitsInStock__gt=100

Previously the input value of 100 would be treated as a string.

Also fixed a bug where filter arguments had stopped working entirely.

Refs #23
2017-11-09 08:09:55 -08:00
..
static Now using bootstrap 4 beta 2017-11-05 18:49:07 -08:00
templates Use rowid if no primary key available 2017-11-09 06:39:50 -08:00
__init__.py Renamed project to immutabase 2017-11-05 18:32:13 -08:00
app.py gt/lt/gte/lte now treat numeric arguments as numeric 2017-11-09 08:09:55 -08:00
cli.py Added --reload argument to 'immutabase serve' command 2017-11-09 06:14:26 -08:00