Reinier Koops
Reinier Koops
Please see #188
This module is dropped in favor of maintainability.
Closing this as I believe the issues mentioned need to be re-evaluated with regards to the order of importance. Please feel free to add your comments here #209
@markdregan thanks for your contribution in https://github.com/ing-bank/probatus/pull/220
Is this still a feature that we want to work on @gverbock @anilkumarpanda ?
Tables.json > "useracct" should be "user account" for table_names (not for table_names_original)
Another query: "SELECT T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T2.age = ( SELECT max(age) FROM Dogs )" This is a select statement...
tables.json: baseball_1: - has no primary key's defined. This file contains a list of all tables and if they have a primary key (or not), I would guess that for...
If you change the variable `DISABLE_VALUE = True` to `False` in evaluation.py, you should see that the Exact-Match score is 0. I think this is because enabling allows the evaluation...