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

Update to sql-bricks 3.0 #18

Merged
merged 2 commits into from
Mar 31, 2022
Merged

Update to sql-bricks 3.0 #18

merged 2 commits into from
Mar 31, 2022

Conversation

prust
Copy link
Contributor

@prust prust commented Mar 30, 2022

@Suor: This pull request updates sql-bricks-postgres to use the newly-published sql-bricks 3.0. The main advantage of 3.0 is that it removes the underscore dependency (it was depending on an old version that had security vulnerabilities).

v3.0 is much less ambitious than originally planned. The main thing done (besides the removal of Underscore) is the removal of the mini-templating language, in favor of Javascript's built-in template literals. This required some changes to sql-bricks-postgres (included in this pull request).

I got the sql-bricks-postgres tests all passing and I have one project that depends on it and verified that its tests are all passing. That said, if you have any projects that depend on sql-bricks-postgres, it'd be comforting to know that their tests pass with these changes before publishing this to npm (perhaps as version 1.0.0 or 0.6.0?)

@Suor
Copy link
Owner

Suor commented Mar 31, 2022

Thanks.

@Suor Suor merged commit a2da64b into Suor:master Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants