File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ require (
6161 github.com/dolthub/dolt-mcp v0.2.2
6262 github.com/dolthub/eventsapi_schema v0.0.0-20250915094920-eadfd39051ca
6363 github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2
64- github.com/dolthub/go-mysql-server v0.20.1-0.20251202220822-4462fa0c6550
64+ github.com/dolthub/go-mysql-server v0.20.1-0.20251202232759-d8c980a04a5d
6565 github.com/dolthub/gozstd v0.0.0-20240423170813-23a2903bca63
6666 github.com/edsrzf/mmap-go v1.2.0
6767 github.com/esote/minmaxheap v1.0.0
Original file line number Diff line number Diff line change @@ -197,6 +197,8 @@ github.com/dolthub/go-icu-regex v0.0.0-20250916051405-78a38d478790 h1:zxMsH7RLiG
197197github.colasdn.workers.dev/dolthub/go-icu-regex v0.0.0-20250916051405-78a38d478790 /go.mod h1:F3cnm+vMRK1HaU6+rNqQrOCyR03HHhR1GWG2gnPOqaE =
198198github.colasdn.workers.dev/dolthub/go-mysql-server v0.20.1-0.20251202220822-4462fa0c6550 h1:vbcyxdYGXiVd+tPFr6rXymmAW5KKvmKm0AQVHjFQDF8 =
199199github.colasdn.workers.dev/dolthub/go-mysql-server v0.20.1-0.20251202220822-4462fa0c6550 /go.mod h1:pD0T+xZWBDO5yxHAY9FUqArKvhvw6KYqxRmEk3NfQNw =
200+ github.com/dolthub/go-mysql-server v0.20.1-0.20251202232759-d8c980a04a5d h1:h+Z/Rr5l5orrdYk/LFESByUXzwYw+vM/vFZ7GyCP3mY =
201+ github.com/dolthub/go-mysql-server v0.20.1-0.20251202232759-d8c980a04a5d /go.mod h1:pD0T+xZWBDO5yxHAY9FUqArKvhvw6KYqxRmEk3NfQNw =
200202github.colasdn.workers.dev/dolthub/gozstd v0.0.0-20240423170813-23a2903bca63 h1:OAsXLAPL4du6tfbBgK0xXHZkOlos63RdKYS3Sgw/dfI =
201203github.colasdn.workers.dev/dolthub/gozstd v0.0.0-20240423170813-23a2903bca63 /go.mod h1:lV7lUeuDhH5thVGDCKXbatwKy2KW80L4rMT46n+Y2/Q =
202204github.colasdn.workers.dev/dolthub/ishell v0.0.0-20240701202509-2b217167d718 h1:lT7hE5k+0nkBdj/1UOSFwjWpNxf+LCApbRHgnCA17XE =
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ var logTableSchema = sql.Schema{
177177 & sql.Column {Name : "commit_hash" , Type : types .Text },
178178 & sql.Column {Name : "committer" , Type : types .Text },
179179 & sql.Column {Name : "email" , Type : types .Text },
180- & sql.Column {Name : "date" , Type : types .Datetime },
180+ & sql.Column {Name : "date" , Type : types .Datetime3 },
181181 & sql.Column {Name : "message" , Type : types .Text },
182182 & sql.Column {Name : "commit_order" , Type : types .Uint64 },
183183}
Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ func BasicSelectTests() []SelectTest {
793793 & sql.Column {Name : "hash" , Type : gmstypes .Text },
794794 & sql.Column {Name : "latest_committer" , Type : gmstypes .Text },
795795 & sql.Column {Name : "latest_committer_email" , Type : gmstypes .Text },
796- & sql.Column {Name : "latest_commit_date" , Type : gmstypes .Datetime },
796+ & sql.Column {Name : "latest_commit_date" , Type : gmstypes .Datetime3 },
797797 & sql.Column {Name : "latest_commit_message" , Type : gmstypes .Text },
798798 & sql.Column {Name : "remote" , Type : gmstypes .Text },
799799 & sql.Column {Name : "branch" , Type : gmstypes .Text },
You can’t perform that action at this time.
0 commit comments