taozhi8833998 / node-sql-parser

Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
https://taozhi8833998.github.io/node-sql-parser/
Apache License 2.0
780 stars 174 forks source link

fix: auto generated types #1868

Closed DemonHa closed 4 months ago

DemonHa commented 4 months ago

Also one more thing, doesn't it make more sense for this auto generated file to be .d.ts?

DemonHa commented 4 months ago

@taozhi8833998 Can you have a look at this PR?

taozhi8833998 commented 4 months ago

@DemonHa I will review it today, Sorry for the late review.

taozhi8833998 commented 4 months ago

Also one more thing, doesn't it make more sense for this auto generated file to be .d.ts?

yes, you are right, I will make it happen in the future.

DemonHa commented 4 months ago

@taozhi8833998 Can you have another look at the changes?

taozhi8833998 commented 4 months ago

@DemonHa Thanks for the great pr, merge it.