vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

databaseconnect.describe_table() not working #196

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Describe the bug Screenshot from 2020-05-30 00-19-28

To Reproduce Steps to reproduce the behavior:

  1. python cleardb.py
  2. Choose any option.
  3. Describing table creates an SQL syntax error.

Expected behavior Tables should be cleared without errors

Additional context PostgreSQL syntax is different from the earlier implemented MySQL syntax.

chttrjeankr commented 4 years ago

Fixed in #197