We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04234e commit 423bc7fCopy full SHA for 423bc7f
lib/discovery.js
@@ -195,7 +195,7 @@ function mixinDiscovery(MySQL, mysql) {
195
${table ? ' AND c.table_name = ' + mysql.escape(table) : ''}
196
`,
197
'c.table_name, c.ordinal_position',
198
- {}
+ {},
199
);
200
} else {
201
sql = paginateSQL(
@@ -236,7 +236,7 @@ function mixinDiscovery(MySQL, mysql) {
236
${table ? ' AND columns.table_name = ' + mysql.escape(table) : ''}
237
238
'columns.table_name, columns.ordinal_position',
239
240
241
}
242
if (options.orderBy) {
0 commit comments