Dhruv Sringari

Results 21 issues of Dhruv Sringari

The `sql.JsonDocument` `ToString` method uses `json.Marshall`. This returns a string without any extraneous whitespace. MySQL on the other hand uses whitespaces for legibility: ``` mysql> CREATE TABLE t1 (c1 JSON);...

good first issue

The mysql client likes to read table names and column names on startup to enable autocompletion: ```bash > mysql -h"some_url" Reading table information for completion of table and column names...

bug
sql-server

Repro: ```bash dolt init dolt sql

bug
merge
good-repro

fails here: ```golang func TestDecodeOverflows(tt *testing.T) { t := func(p interface{}, n float64, ts string) { assertDecodeErrorMessage(tt, types.Float(n), p, fmt.Sprintf("Cannot unmarshal from: Float to: %s details: (%g does not fit...

bug
testing

Are we planning to add support for 1.18 generics? Would a PR adding generics be accepted?

Fixes #4975 Fix dropping and creating the same database on dolt sql-server. We were caching doltdb's using a singleton and at the manifest cache level which lead to problems.

https://www.dolthub.com/repositories/dolthub/bug-repro/jobs/92959642-55da-48f0-a8dd-c3561b0f634a?refName=main

bug
new format (__DOLT__)

https://github.com/dolthub/dolt/blob/f6acf21637de8d945706a18bc0eb182122937a67/go/libraries/doltcore/doltdb/root_val.go#L385 headRoot might need to be passed here. Needs a thorough investigation and tests.

merge

https://git-scm.com/docs/git-bisect

enhancement
feature
cli

Customer ran into a schema conflict on a JSON column that defines a default value. The repro is still being investigated.

bug
no-repro