Commit Graph

24859 Commits

Author SHA1 Message Date
Taylor Bantle
4e504a5b3a Add pointer for dolt_docs schema so it can be replaced by doltgres 2024-09-26 14:17:35 -07:00
Maximilian Hoffman
88f872a6ff [statsnoms] MCV encoding also needs to be delimiter safe (#8397) 2024-09-26 13:34:21 -07:00
Taylor Bantle
e175b89e46 Merge pull request #8391 from dolthub/taylor/info-schema
Return information_schema schema for doltgres
2024-09-26 10:59:02 -07:00
Taylor Bantle
76db2ba6da Comments 2024-09-26 10:25:55 -07:00
Nick Tobey
f24a9361e4 Implement sql.Index::CanSupportOrderBy 2024-09-26 10:24:14 -07:00
tbantle22
99087f14d0 [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-09-26 10:24:03 -07:00
Taylor Bantle
6825812fc4 Move information_schema DatabaseSchema implementation to own file 2024-09-26 10:23:24 -07:00
Taylor Bantle
f2a652a350 Fix db name 2024-09-25 16:54:16 -07:00
Taylor Bantle
3729e6c7b9 Return information_schema schema for doltgres 2024-09-25 15:38:04 -07:00
Zach Musgrave
f7384c0fe7 Merge pull request #8390 from dolthub/zachmu/reset-2
doltgres fixes for constraint violation tables
2024-09-25 13:57:51 -07:00
James Cor
8f8f08b423 Improve Error Handling for Tags (#8382) 2024-09-25 13:38:07 -07:00
Zach Musgrave
bb6cf2a50d Merge branch 'main' into zachmu/reset-2 2024-09-25 11:40:49 -07:00
Taylor Bantle
a63bf91ca4 Merge pull request #8381 from dolthub/taylor/dolt-diff
Fix diff related table functions for doltgres
2024-09-24 15:24:20 -07:00
Maximilian Hoffman
bd9581656b Stats safer encode (#8379)
* [no-release-notes] tests for varbinary stats

* bump

* bump

* mcv row types fix

* fix bats

* nick's comments

* [statsnoms] safer encode

* fix loadBoundRow

* revert testing edits

* bad merge

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* try to fix race

* revert testing change

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2024-09-24 15:12:16 -07:00
Taylor Bantle
27a3056cae Revert GetCreateTableStmt changes 2024-09-24 14:49:37 -07:00
Taylor Bantle
74c1208920 Fix dolt_commit_diff_$ 2024-09-24 14:43:54 -07:00
Taylor Bantle
d02b679415 Fix dolt_patch and dolt_schema_diff for doltgres 2024-09-24 13:53:33 -07:00
Taylor Bantle
2f79023217 Merge pull request #8380 from dolthub/taylor/fix-dolt-proc
Fix `dolt_clean` and `dolt_checkout` for doltgres
2024-09-24 13:39:39 -07:00
Taylor Bantle
7ac0e8e6b7 Fix dolt_diff_stat for doltgres 2024-09-24 12:53:39 -07:00
Taylor Bantle
be6d616a50 Fix error 2024-09-24 12:51:34 -07:00
Taylor Bantle
710d4cb612 Fix bats 2024-09-24 12:33:19 -07:00
Taylor Bantle
fe058080de Check for table in all roots for dolt_checkout 2024-09-24 12:30:00 -07:00
Taylor Bantle
38977f6a99 Fix dolt_checkout(table) for doltgres 2024-09-24 11:47:22 -07:00
Taylor Bantle
90cddbdf56 Fix dolt_clean for doltgres 2024-09-24 11:47:22 -07:00
Zach Musgrave
cf9ea04402 Merge pull request #8376 from dolthub/zachmu/reset-2
Bug fixes for dolt_reset('table') in doltgres, plus dolt_constaint_vi…
2024-09-24 11:15:13 -07:00
Aaron Son
f4c9dc4fa7 Merge pull request #8378 from dolthub/aaron/remotestorage-ioCopy-leak
go: doltcore/remotestorage: reliable: Fix leaked goroutines when the context is canceled while reading the HTTP response.
2024-09-24 20:02:54 +02:00
reltuk
4a6db7e15c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-09-24 13:59:21 +00:00
Aaron Son
a27cc9bfd6 go: doltcore/remotestorage: reliable: Fix leaked goroutines when the context is canceled while reading the HTTP response.
io.Copy into an io.PipeWriter will block until all the bytes have been
delivered or the reader is closed. reliable/http StreamingResponse was
constructed to only cancel the request context on Close(), not also clear the
Reader. The Reader should also be closed to ensure all finalization can still
happen if the Write to the PipeWriter is currently blocked when the context is
canceled.
2024-09-24 06:50:40 -07:00
Zach Musgrave
7b771cfbef Use TableName for constraint resolution 2024-09-23 17:44:33 -07:00
Zach Musgrave
b5d7b2af24 Plumbing TableName through to more places, fixes for schema names in constraint violations tables 2024-09-23 17:40:18 -07:00
zachmu
e19c58a7fc [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-09-23 23:54:19 +00:00
Zach Musgrave
92e02e57e3 Bug fixes for dolt_reset('table') in doltgres, plus dolt_constaint_violation table output for same{ 2024-09-23 16:46:00 -07:00
Dustin Brown
bf8d3e8f4d [ga-bump-dep] Bump dependency in Dolt by jycor (#8375)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-09-23 13:49:58 -07:00
Jason Fulghum
bc0770743f Merge pull request #8372 from dolthub/fulghum/doltgresql-725
Passing through schema name to fix index creation bug in Doltgres
2024-09-23 11:36:32 -07:00
Jason Fulghum
5e2c2fa339 Passing through schema name to fix index creation bug in Doltgres 2024-09-19 17:17:37 -07:00
Dustin Brown
28badac500 [ga-bump-dep] Bump dependency in Dolt by jycor (#8370)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-09-19 11:32:09 -07:00
jennifersp
88ae8c9859 update bind variable type (#8315) 2024-09-18 15:42:57 -07:00
coffeegoddd
0083a13f58 [ga-bump-release] Update Dolt version to 1.43.0 and release v1.43.0 v1.43.0 2024-09-18 19:13:32 +00:00
Eng Zer Jun
964ee23da6 Compare strings with strings.EqualFold (#8356) 2024-09-18 11:57:56 -07:00
Zach Musgrave
ae4c8c780f Merge pull request #8347 from dolthub/zachmu/reset
Bug fixes for schema names in reset operation
2024-09-18 10:13:30 -07:00
James Cor
a8dca5b0e4 mark unscoped commit index as not unique (#8367) 2024-09-18 00:29:01 -07:00
Maximilian Hoffman
747985d73a [no-release-notes] more stats tests (#8361)
* [no-release-notes] tests for varbinary stats

* bump

* bump

* mcv row types fix

* fix bats

* nick's comments

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2024-09-17 13:40:05 -07:00
Neil Macneale IV
3fa40fbaa0 Merge pull request #8363 from dolthub/macneale4/shell-edit
\edit support in `dolt sql` shell
2024-09-17 11:26:09 -07:00
macneale4
0f5041e09a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-09-17 17:19:30 +00:00
Neil Macneale IV
e02295b7ad Bring upload-artifact and download artifact version in sync 2024-09-17 10:11:03 -07:00
Neil Macneale IV
45d4a70b29 Fix test build failure 2024-09-17 09:16:11 -07:00
Neil Macneale IV
09aa3009c8 \edit support in dolt sql shell 2024-09-17 09:01:50 -07:00
Daylon Wilkins
588a663b10 Merge pull request #8362 from dolthub/Hydrocharged-3acd341e
[auto-bump] [no-release-notes] dependency by Hydrocharged
2024-09-17 04:31:54 -07:00
Daylon Wilkins
aa6021d465 Add panic log level 2024-09-17 03:57:25 -07:00
Hydrocharged
fa02e53170 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2024-09-17 10:08:28 +00:00