Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,3 @@ require (
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/dolthub/dolt/go => github.com/codeaucafe/dolt/go v0.0.0-20260112072202-5155e81a0941
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ github.com/cockroachdb/redact v1.0.6 h1:W34uRRyNR4dlZFd0MibhNELsZSgMkl52uRV/tA1x
github.com/cockroachdb/redact v1.0.6/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg=
github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 h1:IKgmqgMQlVJIZj19CdocBeSfSaiCbEBZGKODaixqtHM=
github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2/go.mod h1:8BT+cPK6xvFOcRlk0R8eg+OTkcqI6baNH4xAkpiYVvQ=
github.com/codeaucafe/dolt/go v0.0.0-20260112072202-5155e81a0941 h1:97xLoYXXXgsPUk0EpUF97VxISn16kEWwnpld+X2Srjc=
github.com/codeaucafe/dolt/go v0.0.0-20260112072202-5155e81a0941/go.mod h1:JqA5M1sKCGWpeXiLaap4JUGRloJ8KGVec6C6A2K6ZrY=
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM=
github.com/colinmarc/hdfs/v2 v2.1.1/go.mod h1:M3x+k8UKKmxtFu++uAZ0OtDU8jR3jnaZIAc6yK4Ue0c=
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
Expand Down Expand Up @@ -230,6 +228,8 @@ github.com/dolthub/aws-sdk-go-ini-parser v0.0.0-20250305001723-2821c37f6c12 h1:I
github.com/dolthub/aws-sdk-go-ini-parser v0.0.0-20250305001723-2821c37f6c12/go.mod h1:rN7X8BHwkjPcfMQQ2QTAq/xM3leUSGLfb+1Js7Y6TVo=
github.com/dolthub/dolt-mcp v0.2.2 h1:bpROmam74n95uU4EA3BpOIVlTDT0pzeFMBwe/YRq2mI=
github.com/dolthub/dolt-mcp v0.2.2/go.mod h1:S++DJ4QWTAXq+0TNzFa7Oq3IhoT456DJHwAINFAHgDQ=
github.com/dolthub/dolt/go v0.40.5-0.20260108000424-ed62ee89285b h1:2DTDLbZwltHrge1NSe8EWkv9f+oCs4QCAE1OVVEF1gw=
github.com/dolthub/dolt/go v0.40.5-0.20260108000424-ed62ee89285b/go.mod h1:z5e06zwixH1wM1gOwBsp4yMllZyZ8PnmXKdnjTf1Vcs=
github.com/dolthub/eventsapi_schema v0.0.0-20250915094920-eadfd39051ca h1:BGFz/0OlKIuC6qHIZQbvPapFvdAJkeEyGXWVgL5clmE=
github.com/dolthub/eventsapi_schema v0.0.0-20250915094920-eadfd39051ca/go.mod h1:CoDLfgPqHyBtth0Cp+fi/CmC4R81zJNX4wPjShdZ+Bw=
github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2 h1:u3PMzfF8RkKd3lB9pZ2bfn0qEG+1Gms9599cr0REMww=
Expand Down
1 change: 0 additions & 1 deletion server/tables/dtables/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
// Init handles initialization of all Postgres-specific and Doltgres-specific Dolt system tables.
func Init() {
adapters.DoltTableAdapterRegistry.AddAdapter(doltdb.StatusTableName, DoltgresDoltStatusTableAdapter{}, DoltgresDoltStatusTableName)
adapters.DoltTableAdapterRegistry.AddAdapter(doltdb.StatusIgnoredTableName, DoltgresDoltStatusIgnoredTableAdapter{}, DoltgresDoltStatusIgnoredTableName)

// Table names
doltdb.GetBranchesTableName = getBranchesTableName
Expand Down
145 changes: 0 additions & 145 deletions server/tables/dtables/status_ignored.go

This file was deleted.

20 changes: 0 additions & 20 deletions testing/go/pgcatalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4318,7 +4318,6 @@ func TestPgTables(t *testing.T) {
{"public", "dolt_remotes"},
{"public", "dolt_schema_conflicts"},
{"public", "dolt_status"},
{"public", "dolt_status_ignored"},
{"public", "dolt_tags"},
{"public", "dolt_workspace_t1"},
{"public", "dolt_workspace_t2"},
Expand All @@ -4342,7 +4341,6 @@ func TestPgTables(t *testing.T) {
{"dolt", "remote_branches"},
{"dolt", "remotes"},
{"dolt", "status"},
{"dolt", "status_ignored"},
},
},
},
Expand Down Expand Up @@ -5700,7 +5698,6 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{"dolt", "remote_branches", "postgres", nil, "f", "f", "f", "f"},
{"dolt", "remotes", "postgres", nil, "f", "f", "f", "f"},
{"dolt", "status", "postgres", nil, "f", "f", "f", "f"},
{"dolt", "status_ignored", "postgres", nil, "f", "f", "f", "f"},
{"public", "dolt_branches", "postgres", nil, "f", "f", "f", "f"},
{"public", "dolt_column_diff", "postgres", nil, "f", "f", "f", "f"},
{"public", "dolt_commit_ancestors", "postgres", nil, "f", "f", "f", "f"},
Expand All @@ -5714,7 +5711,6 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{"public", "dolt_remotes", "postgres", nil, "f", "f", "f", "f"},
{"public", "dolt_schema_conflicts", "postgres", nil, "f", "f", "f", "f"},
{"public", "dolt_status", "postgres", nil, "f", "f", "f", "f"},
{"public", "dolt_status_ignored", "postgres", nil, "f", "f", "f", "f"},
{"public", "dolt_tags", "postgres", nil, "f", "f", "f", "f"},
{"s1", "dolt_branches", "postgres", nil, "f", "f", "f", "f"},
{"s1", "dolt_column_diff", "postgres", nil, "f", "f", "f", "f"},
Expand All @@ -5734,7 +5730,6 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{"s1", "dolt_remotes", "postgres", nil, "f", "f", "f", "f"},
{"s1", "dolt_schema_conflicts", "postgres", nil, "f", "f", "f", "f"},
{"s1", "dolt_status", "postgres", nil, "f", "f", "f", "f"},
{"s1", "dolt_status_ignored", "postgres", nil, "f", "f", "f", "f"},
{"s1", "dolt_tags", "postgres", nil, "f", "f", "f", "f"},
{"s1", "dolt_workspace_t1", "postgres", nil, "f", "f", "f", "f"},
{"s1", "t1", "postgres", nil, "t", "f", "f", "f"},
Expand Down Expand Up @@ -5766,7 +5761,6 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{341706375, "dolt_remotes", 2200, "r"},
{3210116770, "dolt_schema_conflicts", 2200, "r"},
{1060579466, "dolt_status", 2200, "r"},
{1523309269, "dolt_status_ignored", 2200, "r"},
{1807684176, "dolt_tags", 2200, "r"},
{1763579892, "dolt_branches", 1634633383, "r"},
{1212681264, "dolt_column_diff", 1634633383, "r"},
Expand All @@ -5786,7 +5780,6 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{373092098, "dolt_remotes", 1634633383, "r"},
{225426095, "dolt_schema_conflicts", 1634633383, "r"},
{3554775706, "dolt_status", 1634633383, "r"},
{1227149778, "dolt_status_ignored", 1634633383, "r"},
{3246414078, "dolt_tags", 1634633383, "r"},
{1640933374, "dolt_workspace_t1", 1634633383, "r"},
{2849341124, "t1", 1634633383, "r"},
Expand All @@ -5804,7 +5797,6 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{148630507, "remote_branches", 1882653564, "r"},
{1670572237, "remotes", 1882653564, "r"},
{3431637196, "status", 1882653564, "r"},
{3418072419, "status_ignored", 1882653564, "r"},
},
},
},
Expand Down Expand Up @@ -5929,21 +5921,13 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{1212681264, "diff_type", 25, 8, "t", "f", "f"},
{1218627310, "table", 25, 1, "t", "f", "f"},
{1218627310, "num_conflicts", 20, 2, "t", "f", "f"},
{1227149778, "table_name", 25, 1, "t", "f", "f"},
{1227149778, "staged", 16, 2, "t", "f", "f"},
{1227149778, "status", 25, 3, "t", "f", "f"},
{1227149778, "ignored", 16, 4, "t", "f", "f"},
{1322753784, "table", 25, 1, "t", "f", "f"},
{1322753784, "num_violations", 20, 2, "t", "f", "f"},
{1384122262, "name", 25, 1, "t", "f", "f"},
{1384122262, "stash_id", 25, 2, "t", "f", "f"},
{1384122262, "branch", 25, 3, "t", "f", "f"},
{1384122262, "hash", 25, 4, "t", "f", "f"},
{1384122262, "commit_message", 25, 5, "f", "f", "f"},
{1523309269, "table_name", 25, 1, "t", "f", "f"},
{1523309269, "staged", 16, 2, "t", "f", "f"},
{1523309269, "status", 25, 3, "t", "f", "f"},
{1523309269, "ignored", 16, 4, "t", "f", "f"},
{1555944102, "commit_hash", 25, 1, "t", "f", "f"},
{1555944102, "parent_hash", 25, 2, "t", "f", "f"},
{1555944102, "parent_index", 23, 3, "t", "f", "f"},
Expand Down Expand Up @@ -6039,10 +6023,6 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
{3390577184, "pk", 23, 3, "t", "f", "f"},
{3390577184, "v1", 23, 4, "f", "f", "f"},
{3390577184, "violation_info", 114, 5, "f", "f", "f"},
{3418072419, "table_name", 25, 1, "t", "f", "f"},
{3418072419, "staged", 16, 2, "t", "f", "f"},
{3418072419, "status", 25, 3, "t", "f", "f"},
{3418072419, "ignored", 16, 4, "t", "f", "f"},
{3422698383, "pk", 23, 1, "t", "f", "f"},
{3422698383, "v1", 23, 2, "f", "f", "f"},
{3422698383, "commit_hash", 25, 3, "t", "f", "f"},
Expand Down
1 change: 0 additions & 1 deletion testing/go/sequences_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,6 @@ ORDER BY 1,2;`,
{"public", "dolt_remotes", "table", "postgres"},
{"public", "dolt_schema_conflicts", "table", "postgres"},
{"public", "dolt_status", "table", "postgres"},
{"public", "dolt_status_ignored", "table", "postgres"},
{"public", "dolt_tags", "table", "postgres"},
{"public", "dolt_workspace_call", "table", "postgres"},
{"public", "dolt_workspace_user", "table", "postgres"},
Expand Down