ActiveData icon indicating copy to clipboard operation
ActiveData copied to clipboard

We should be able to query cardinality

Open klahnakoski opened this issue 6 years ago • 2 comments

...even if it is null

{
    "from": "meta.columns",
    "select": "cardinality",
    "where": {
        "and": [
            {
                "eq": {
                    "table": "fx-test"
                }
            },
            {
                "eq": {
                    "name": "result.ok"
                }
            }
        ]
    }
}

klahnakoski avatar Oct 30 '18 10:10 klahnakoski

added test https://github.com/mozilla/ActiveData/pull/103/commits/fc857e7a74f94991f080cee4a2c0a61fbce77a56#diff-139eb3bb045bdea04c4eb4287087e781R187

klahnakoski avatar Nov 06 '18 15:11 klahnakoski

bad test, still broken

klahnakoski avatar Nov 06 '18 18:11 klahnakoski