Commit Graph

19495 Commits

Author SHA1 Message Date
coffeegoddd 2b519441fb /docker/{Dockerfile, serverDockerfile}: install ca-certificates 2023-06-01 10:56:26 -07:00
fulghum 505e6df504 [ga-bump-release] Update Dolt version to 1.2.2 and release v1.2.2 v1.2.2 2023-06-01 00:15:05 +00:00
Jason Fulghum 38cb584e88 Merge pull request #6070 from dolthub/Hydrocharged-59a1d3af
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-05-31 17:08:03 -07:00
Jason Fulghum 3bfe9abd8a Merge pull request #6068 from dolthub/fulghum/parquet
Add support for parquet as an output format for `dolt sql`
2023-05-31 17:05:38 -07:00
Jason Fulghum 8c004ef391 Changing to use parquet as the command line argument (instead of pq) 2023-05-31 15:43:36 -07:00
Hydrocharged e88dde7540 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2023-05-31 22:29:06 +00:00
Jason Fulghum 98ac2471ac Adding support for parquet as an output format for dolt sql 2023-05-31 14:31:40 -07:00
James Cor 698c9ce223 Merge pull request #6066 from dolthub/JCOR11599-8c0bb33a
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-05-31 13:17:19 -07:00
JCOR11599 f08d7cf1f7 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-31 18:37:26 +00:00
James Cor 5a7c5845de Merge pull request #6061 from dolthub/daylon/reworked-implicit-pk-fk
[no-release-notes] Dolt implementation of implicit PK in FK
2023-05-31 11:36:08 -07:00
Hydrocharged 81d66087fc [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-31 13:22:45 +00:00
Daylon Wilkins d43131314e Dolt implementation of implicit PK in FK 2023-05-31 06:12:55 -07:00
James Cor 77ff1e438f Merge pull request #6054 from dolthub/JCOR11599-baa9f55d 2023-05-30 13:54:53 -07:00
JCOR11599 c90d7fdb54 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-30 17:52:03 +00:00
fulghum 14f5a05b99 [ga-bump-release] Update Dolt version to 1.2.1 and release v1.2.1 v1.2.1 2023-05-26 23:49:43 +00:00
Jason Fulghum 54c7cf8903 Merge pull request #6041 from dolthub/fulghum/merge-check-fix
Fix for bug when evaluating check constraints during merge
2023-05-26 16:38:53 -07:00
Jason Fulghum 66a2b46a76 Merge branch 'main' into fulghum/merge-check-fix 2023-05-26 15:03:21 -07:00
Tim Sehn d629f51fb9 Missed a fi 2023-05-26 14:58:10 -07:00
Jason Fulghum fb8897d2a6 Merge branch 'main' into fulghum/merge-check-fix 2023-05-26 14:56:40 -07:00
Tim Sehn 4626a24697 Missed a Dolt env call 2023-05-26 14:52:07 -07:00
Jason Fulghum 84e8718b8f Merge branch 'main' into fulghum/merge-check-fix 2023-05-26 14:36:46 -07:00
Tim Sehn c841788fb0 Merge pull request #6039 from dolthub/aaron/optimize-findOffsets
Storage optimization: Optimize GetMany operations when table files are very large.
2023-05-26 13:13:48 -07:00
Zach Musgrave 4a35dfd771 Merge pull request #6033 from dolthub/zachmu/replication-errors
Changed replication configuration errors to log warnings, rather than stop the server from starting
2023-05-26 13:02:57 -07:00
Tim Sehn b6e330ea3e Merge pull request #6042 from dolthub/tim/go-test-on-defaults
Go test on only Dolt defaults (`__DOLT__` format with chunk journal on)
2023-05-26 13:02:38 -07:00
Tim Sehn 157d5db924 Merge pull request #6043 from dolthub/tim/fix-sql-server-tests
SQL Server integration tests only on Dolt defaults
2023-05-26 13:02:26 -07:00
Tim Sehn 6a43462912 SQL Server integration tests only on Dolt defaults 2023-05-26 12:36:29 -07:00
Tim Sehn e77d514a79 Update ci-go-tests.yaml 2023-05-26 12:21:48 -07:00
Jason Fulghum 31ad65ee73 Fix for bug when evaluating check constraints during merge on tables where primary key cols are not the first cols 2023-05-26 12:15:44 -07:00
Tim Sehn 7851870693 Merge pull request #6040 from dolthub/tim/only-bats-with-chunk-journal
Only bats with chunk journal
2023-05-26 12:15:34 -07:00
zachmu f5faad42e0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-26 19:09:41 +00:00
Tim Sehn 16655d2517 Got rid of all format and chunk journal code 2023-05-26 12:07:08 -07:00
Tim Sehn 62f26569cf Only bats with chunk journal 2023-05-26 11:58:50 -07:00
Aaron Son f1eda2b3e8 go/store/nbs: table_reader: Pick up binary search for index lookup in the getMany path as well. 2023-05-26 11:41:03 -07:00
stephanie c301e74a73 Merge pull request #6036 from dolthub/steph/dolt-5813
add php mysql integration test
2023-05-26 11:30:23 -07:00
Zach Musgrave 42c45380cf Fixed more tests 2023-05-26 11:25:57 -07:00
Zach Musgrave c509181d05 More test fixes 2023-05-26 11:14:02 -07:00
Zach Musgrave 3820832239 consolidated replication hook logic more, made more things warnings instead of errors 2023-05-26 10:59:49 -07:00
Tim Sehn 8cfa956211 Merge pull request #6034 from dolthub/zachmu-4047c408
[auto-bump] [no-release-notes] dependency by zachmu
2023-05-26 09:57:49 -07:00
Stephanie You 1cba57d290 add php pdo mysql client integration test 2023-05-26 09:54:51 -07:00
Zach Musgrave 64aeb9c3c1 Merge branch 'zachmu/replication-errors' of github.com:dolthub/dolt into zachmu/replication-errors 2023-05-25 19:40:05 -07:00
Stephanie You 4b6a42a90e add php mysql client integration test 2023-05-25 18:57:30 -07:00
Zach Musgrave 64d1f42c1e Remove obsolete error handling tests 2023-05-25 16:27:45 -07:00
zachmu d4af2d264a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-25 23:05:48 +00:00
zachmu baa2ed1853 [ga-bump-dep] Bump dependency in Dolt by zachmu 2023-05-25 22:58:04 +00:00
Zach Musgrave f01a5e0068 New bats test for replication errors 2023-05-25 15:56:05 -07:00
Zach Musgrave 7927c0790e Made errors in replication config never prevent server startup 2023-05-25 15:37:36 -07:00
fulghum 281c6240e3 [ga-bump-release] Update Dolt version to 1.2.0 and release v1.2.0 v1.2.0 2023-05-25 21:16:52 +00:00
Dustin Brown 0207e5c600 [auto-bump] [no-release-notes] dependency by JCOR11599 (#6032) 2023-05-25 14:08:53 -07:00
James Cor 2f64900058 Merge pull request #6028 from dolthub/james/json-table
[no-release-notes] adding JSON_TABLE prepared tests
2023-05-25 10:48:29 -07:00
Nick Tobey ce81109c6f Merge pull request #6026 from dolthub/nicktobey/no-more-ld1
Remove __LD_1__ from CI
2023-05-25 09:36:55 -07:00