dolthub / doltgresql

DoltgreSQL - Version Controlled PostgreSQL
Apache License 2.0
1.12k stars 25 forks source link

[auto-bump] [no-release-notes] dependency by jycor #911

Closed coffeegoddd closed 3 weeks ago

coffeegoddd commented 3 weeks ago

:coffee: An Automated Dependency Version Bump PR :crown:

Initial Changes

The changes contained in this PR were produced by `go get`ing the dependency.

```bash go get github.com/dolthub/[dependency]/go@[commit] ```

jycor commented 3 weeks ago

bump is here: https://github.com/dolthub/doltgresql/pull/909

github-actions[bot] commented 3 weeks ago
Main PR
Total 42090 42090
Successful 12877 12873
Failures 29213 29217
Partial Successes[^1] 4893 4896
Main PR
Successful 30.5940% 30.5845%
Failures 69.4060% 69.4155%

${\color{red}Regressions}$

foreign_key

QUERY:          insert into pp values(12);
RECEIVED ERROR: duplicate primary key given: [12] (errno 1062) (sqlstate HY000)

insert_conflict

QUERY:          insert into cities values ('Las Vegas', 2.583E+5, 2174) on conflict do nothing;
RECEIVED ERROR: An ignorable error should never be printed (errno 1105) (sqlstate HY000)
QUERY:          insert into selfconflict values (1,1), (1,2) on conflict do nothing;
RECEIVED ERROR: An ignorable error should never be printed (errno 1105) (sqlstate HY000)
QUERY:          insert into selfconflict values (2,1), (2,2) on conflict do nothing;
RECEIVED ERROR: An ignorable error should never be printed (errno 1105) (sqlstate HY000)
QUERY:          insert into selfconflict values (3,1), (3,2) on conflict do nothing;
RECEIVED ERROR: An ignorable error should never be printed (errno 1105) (sqlstate HY000)
QUERY:          select * from selfconflict;
RECEIVED ERROR: expected row count 3 but received 0

${\color{lightgreen}Progressions}$

rules

QUERY: insert into rule_and_refint_t3 values (1, 13, 11, 'row6')
  on conflict do nothing;

[^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.