mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02:00
An open source multi-tool for exploring and publishing data
https://datasette.io
- Python 85.8%
- HTML 7.9%
- JavaScript 4.5%
- CSS 1.4%
- Shell 0.2%
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
|
||
|---|---|---|
| immutabase | ||
| .gitignore | ||
| .travis.yml | ||
| Dockerfile | ||
| LICENSE | ||
| MANIFEST.in | ||
| setup.cfg | ||
| setup.py | ||
| test_helpers.py | ||