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: sql.js v1.2+ don't support undefined parameters #6698

Merged
merged 1 commit into from Sep 11, 2020

Commits on Sep 11, 2020

  1. bugfix: sql.js v1.2+ don't support undefined parameters

    before sql.js 1.2 it seems undefined were treated as if they were null,
    but as of 1.2 they cause a query error & fail to execute
    
    this change swaps out any undefined parameters with `null`s
    
    closes typeorm#5720
    imnotjames committed Sep 11, 2020
    Copy the full SHA
    d44b284 View commit details
    Browse the repository at this point in the history