worker-template-mysql icon indicating copy to clipboard operation
worker-template-mysql copied to clipboard

Warning: This case clause will never be evaluated [duplicate-case]

Open radicaldrew opened this issue 2 years ago • 0 comments

In driver/mysql/index.js in function convertType the switch statement for field type has 18 twice. first 18 returns parseFloat(val); second 18 returns new Date(val);

For now I have commented out the second one. Which is supposed to be?

radicaldrew avatar Jan 03 '23 20:01 radicaldrew