FerreroJeremy / ln2sql

A tool to query a database in natural language
GNU General Public License v3.0
510 stars 200 forks source link

Caveat Empetor: Postgresql #63

Open aitoehigie opened 3 years ago

aitoehigie commented 3 years ago

I think a huge sign should be placed in the readme file to inform users that this doesn't work with Postgres databases. I spent hours trying to figure out why I was getting this traceback: "AttributeError: 'NoneType' object has no attribute 'group'"

before going through the issues to discover that Postgres isn't supported.