Commit Graph

24309 Commits

Author SHA1 Message Date
Taylor Bantle
71f6737ea7 Merge pull request #8130 from dolthub/tbantle22-23b06569
[auto-bump] [no-release-notes] dependency by tbantle22
2024-07-17 17:00:57 -07:00
tbantle22
6946050275 [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-07-17 22:25:22 +00:00
coffeegoddd
6a517cc9d2 [ga-bump-release] Update Dolt version to 1.42.1 and release v1.42.1 v1.42.1 2024-07-17 18:44:46 +00:00
Maximilian Hoffman
654dd3712d cache table list (#8127)
* [stats] session caches tables on table list hash

* invalid character as table list separator

* edit hash dependency

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

* test more aggressive caching, with write-time trade-off

* comment

* better name

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2024-07-17 11:27:24 -07:00
Jason Fulghum
0ea32ea374 Merge pull request #8128 from dolthub/fulghum/bugfix
Bug fix: `dolt_reset()` should commit the active transaction
2024-07-17 11:10:44 -07:00
Jason Fulghum
4759351d94 Ensuring dolt_reset commits the active transaction 2024-07-17 10:24:51 -07:00
coffeegoddd
8c43b2e409 [ga-bump-release] Update Dolt version to 1.42.0 and release v1.42.0 v1.42.0 2024-07-16 17:50:37 +00:00
Neil Macneale IV
27f1cb52ae Merge pull request #8116 from dolthub/macneale4/empty-dolt-tables
Return empty dolt_procedures and dolt_schemas tables when we previously returned an error.

In addition, no longer allow user updates to these tables. For this reason, this is a breaking change.
2024-07-16 10:14:46 -07:00
Neil Macneale IV
25d1c98d84 One more rev to fix a test 2024-07-16 09:44:34 -07:00
Neil Macneale IV
7be3a1a0ae Update go/libraries/doltcore/sqle/tables.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2024-07-16 09:35:05 -07:00
Neil Macneale IV
88813997f5 Late bind the schema on the wrapper object for dolt_schemas table 2024-07-16 09:24:47 -07:00
Neil Macneale IV
5524d82ee8 Fix a golang test related to dolt_schema migration 2024-07-15 16:51:28 -07:00
Neil Macneale IV
779bc92581 Bring back dolt_schemas table migration for the sql-mode column which is post v1.0 2024-07-15 16:26:08 -07:00
Neil Macneale IV
739a98f2dc WIP 2024-07-15 15:21:33 -07:00
Jason Fulghum
4b9f10ccc4 Merge pull request #8122 from dolthub/fulghum-3d70c263
[auto-bump] [no-release-notes] dependency by fulghum
2024-07-15 15:12:38 -07:00
Neil Macneale IV
89ea4e487d Fix mysql workbench tests 2024-07-15 11:46:04 -07:00
Neil Macneale IV
4bade522b4 Allow the conflicts table to be generated 2024-07-15 11:45:59 -07:00
fulghum
a2af449810 [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-07-15 18:07:53 +00:00
macneale4
a228d1e9af [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-07-12 22:11:40 +00:00
Neil Macneale IV
34b142ea99 More test fixes for the change in behavior of dolt_schema 2024-07-12 15:04:01 -07:00
Neil Macneale IV
626fc01840 Remove the dolt_schema migration code and test 2024-07-12 10:24:41 -07:00
Neil Macneale IV
e99bcda5d2 fixed schema test 2024-07-12 09:44:38 -07:00
Neil Macneale IV
d0a715180d Allow for the 'deletion' of fake tables 2024-07-12 09:44:38 -07:00
macneale4
cdbbfba7bc [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-07-12 09:44:38 -07:00
Neil Macneale IV
ea77bb00c6 return empty dolt_schemas table when appropriate 2024-07-12 09:44:38 -07:00
macneale4
8f0e582395 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-07-12 09:44:38 -07:00
Neil Macneale IV
42bfc90979 More complete imple of empty dolt_procedures.
'dolt diff' works again
2024-07-12 09:44:38 -07:00
Neil Macneale IV
af09e309bc Return empty dolt_procedures table if one hasn't been materialized 2024-07-12 09:44:38 -07:00
coffeegoddd
3745baa07c [ga-bump-release] Update Dolt version to 1.41.4 and release v1.41.4 v1.41.4 2024-07-11 23:42:02 +00:00
Dustin Brown
bef8c79d8e Merge pull request #8118 from dolthub/db/fix-dockerhub
[no-release-notes] /docker/{Dockerfile,serverDockerfile}: change dolt installation to use install script which can determine platform
2024-07-11 16:00:07 -07:00
coffeegoddd
db2efff9ce /docker/{Dockerfile,serverDockerfile}: change dolt installation to use install script which can determine platform 2024-07-11 15:53:51 -07:00
Jason Fulghum
dfd9b53fed Merge pull request #8119 from dolthub/fulghum-9d40038e
[auto-bump] [no-release-notes] dependency by fulghum
2024-07-11 15:45:02 -07:00
fulghum
0d111700b0 [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-07-11 22:09:41 +00:00
Nick Tobey
00add7184c Merge pull request #8107 from dolthub/nicktobey/json-set
Optimize JSON_SET and JSON_REPLACE on `IndexedJsonDocument`
2024-07-10 16:41:05 -07:00
Jason Fulghum
586ef394c2 Merge pull request #8115 from dolthub/fulghum-a2f9636b
[auto-bump] [no-release-notes] dependency by fulghum
2024-07-10 16:26:15 -07:00
fulghum
bfae45a47b [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-07-10 22:53:20 +00:00
Taylor Bantle
2753e1b20f Merge pull request #8113 from dolthub/tbantle22-d096364c
[auto-bump] [no-release-notes] dependency by tbantle22
2024-07-10 09:21:05 -07:00
tbantle22
2c9d4cbb0a [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-07-09 23:10:03 +00:00
Taylor Bantle
563e6079da Merge pull request #8112 from dolthub/tbantle22-10da4b78
[auto-bump] [no-release-notes] dependency by tbantle22
2024-07-09 15:28:48 -07:00
tbantle22
4c2765c3bc [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-07-09 21:36:54 +00:00
Taylor Bantle
e60da105ee Merge pull request #8108 from dolthub/tbantle22-2c7d9503
[auto-bump] [no-release-notes] dependency by tbantle22
2024-07-09 09:44:24 -07:00
tbantle22
56f5accd54 [ga-bump-dep] Bump dependency in Dolt by tbantle22 2024-07-08 23:32:15 +00:00
Nick Tobey
d7cb8747e9 Add support for JSON_SET and JSON_REPLACE 2024-07-08 16:00:46 -07:00
Nick Tobey
6a4134c21a Add indexed json tests for JSON_REPLACE and JSON_SET 2024-07-08 15:56:27 -07:00
Daylon Wilkins
2652db071d Merge pull request #8106 from dolthub/daylon/integration-workflow-update
[no-release-notes] Update integration workflow
2024-07-08 15:47:00 -07:00
Daylon Wilkins
d702af0618 Update integration workflow 2024-07-08 15:41:30 -07:00
Nick Tobey
094ba06f7d Merge pull request #8103 from dolthub/nicktobey/json-remove
Optimize JSON_REMOVE on `IndexedJsonDocument`
2024-07-08 15:28:40 -07:00
Nick Tobey
716d65deba Respond to PR feedback. 2024-07-08 14:52:52 -07:00
coffeegoddd
a43c7b43d0 [ga-bump-release] Update Dolt version to 1.41.3 and release v1.41.3 v1.41.3 2024-07-04 00:32:10 +00:00
Jason Fulghum
3db313f351 Merge pull request #8104 from dolthub/fulghum-beee66e2
[auto-bump] [no-release-notes] dependency by fulghum
2024-07-03 16:58:06 -07:00