IntelLabs / vdms

VDMS: Your Favorite Visual Data Management System
MIT License
84 stars 31 forks source link

Query with syntax error shuts down VDMS #58

Closed mwahle closed 5 years ago

mwahle commented 5 years ago

Granted, the query text has a bug in it but still VDMS shouldn't shut down...

db.query([
    {
        'FindEntity':
         {
             'class': 'Study',
             'constraints': {'AccssnNmbr': '123234345'},
             'results': {'count': ''},
            '_ref': 1
         }
     }
])
luisremis commented 5 years ago

Thanks, will check (and fix this soon).