Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(SqliteDriver.js): Fixed table schema parsing #289

Merged
merged 2 commits into from
Dec 14, 2019
Merged

fix(SqliteDriver.js): Fixed table schema parsing #289

merged 2 commits into from
Dec 14, 2019

Commits on Dec 12, 2019

  1. 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
    philippefutureboy authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    eaf3af6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. 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.
    philippefutureboy authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    58ae3e0 View commit details
    Browse the repository at this point in the history