Bugfix
This commit is contained in:
@@ -386,8 +386,6 @@ export default function sqlGenerator<
|
||||
|
||||
orderSrt += ` ${orderFields.join(", ")} ${genObject.order.strategy}`;
|
||||
|
||||
console.log("orderSrt", orderSrt);
|
||||
|
||||
queryString += ` ${orderSrt}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user