Skip to content

First Prisma Changes: version number consistency + binary boolean encoding#2340

Open
NathanGabrielson wants to merge 1 commit intomainfrom
nathan/prismaV1
Open

First Prisma Changes: version number consistency + binary boolean encoding#2340
NathanGabrielson wants to merge 1 commit intomainfrom
nathan/prismaV1

Conversation

@NathanGabrielson
Copy link
Contributor

First batch of changes to fix some issues I noticed when trying to set up Prisma with Doltgres.

Makes version numbers consistent to 15.5.

Adds a case to encode booleans in binary properly as well.

@github-actions
Copy link
Contributor

Main PR
covering_index_scan_postgres 566.04/s 561.86/s -0.8%
index_join_postgres 123.39/s 123.67/s +0.2%
index_join_scan_postgres 176.89/s 176.39/s -0.3%
index_scan_postgres 11.42/s 11.05/s -3.3%
oltp_point_select 2396.91/s 2347.74/s -2.1%
oltp_read_only 1716.72/s 1696.84/s -1.2%
select_random_points 110.30/s 111.16/s +0.7%
select_random_ranges 417.88/s 417.36/s -0.2%
table_scan_postgres 11.17/s 11.00/s -1.6%
types_table_scan_postgres 5.17/s 5.16/s -0.2%

@github-actions
Copy link
Contributor

Main PR
Total 42090 42090
Successful 17571 17571
Failures 24519 24519
Partial Successes1 5585 5585
Main PR
Successful 41.7463% 41.7463%
Failures 58.2537% 58.2537%

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

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.

1 participant

Comments