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

Bump PGlite version and fix tests #2079

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

samwillis
Copy link
Contributor

This bumps the version of PGlite to fix failing tests. Also changes use of affectedRows, this is not the number of rows returned, but the number of rows modified by the query, rows.length is the correct way to check the returned number of rows.

Materialized views and setting timezone are currently not supported by PGlite, related bugs here: electric-sql/pglite#62 & electric-sql/pglite#63

@AndriiSherman AndriiSherman merged commit c032cbd into drizzle-team:feature/pglite Mar 28, 2024
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.

None yet

2 participants