You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sqlite-driver): Fixed table schema parsing: support for escape characters (#289). Thanks to @philippefutureboy!
* fix(SqliteDriver.js): Fixed table schema parsing
#1 .match on line 52 returned null => fixed by removing the EOL character
#2 The describe table returns the name of the field between square brackets => fixed by removing the square brackets
* Added support for all escape symbols ((\[|`|")?)
Fix now supports all escape symbols and absence of escape symbol.
+ Refactored the `tables.map.reduce` to `tables.reduce` instead.
0 commit comments