Results 3 comments of Victor LEVIEUX

I had this problem it seems that self.database_object.get_table_by_name(table_name).equivalences in parser.py:711&806 can be NoneType. You can avoid the bugs by adding these two lines above: ```python if self.database_object.get_table_by_name(table_name).equivalences is None: continue...

It seems to be a problem by reading the thesaurus dictionary. In the [paper](https://github.com/FerreroJeremy/ln2sql/blob/master/docs/fr2sql_recital_2015_paper.pdf), they indicated: >Ainsi si la table regroupant les informations des étudiants a par exemple pour nom...

Thank you, for your answer @mar0x . I hope to see this feature implemented in future updates. You were exactly right. If I only use 1 process, the process becomes...