Closed beckyjackson closed 2 years ago
@jamesaoverton do the comments (description) need to be escaped? SQLAlchemy is adding quotes around some of them.
I can see how the comments would cause problems. We can omit them.
Omit the comments from the escaping, or omit them entirely from the output?
I'm fine with omitting the comments entirely from the generated SQL.
You showed me the general approach, and I made a couple more changes. Thanks!
Resolves #19