dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Dolt – Git for Data

Results 471 dolt issues
Sort by recently updated
recently updated
newest added

``` % go install ./cmd/dolt ../../../Programmation/Go/pkg/mod/gonum.org/v1/[email protected]/vg/vgpdf/vgpdf.go:12:2: package embed is not in GOROOT (/usr/lib/go-1.15/src/embed) ``` ``` % go version go version go1.15.15 linux/amd64 % go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/bortzmeyer/.cache/go-build" GOENV="/home/bortzmeyer/.config/go/env"...

Hi! Are there any plans to create a Dockerfile to build and run Dolt via Docker? Would be great to have it on Dockerhub as well.

When we first wrote merge, the git behavior was to leave the working set dirty with any merged in changes. That has since changed: the default for a non-ff merge...

Linking this issue from GMS for visibility: https://github.com/dolthub/go-mysql-server/issues/1121

bug
sql-server

When querying data from a Dolt database (version 0.40.16) using the PHP PDO library (version: PHP Version 7.2.24, PDO: mysqlnd 5.0.12-dev), I found that the float values were being rounded...

bug

The correct behavior for INSERT IGNORE INTO when a duplicate unique key is found is to skip the insert that caused the violation. Currently, inserts on a keyless table will...

bug
sql

Right now, auto increment key values are tracked on a per-branch basis in a server. So two clients issuing `INSERT` statements on the same branch will not get overlapping values,...

enhancement

In a new directory with no dolt db: ``` dolt sql # Welcome to the DoltSQL shell. # Statements must be terminated with ';'. # "exit" or "quit" (or Ctrl-D)...

Customer report that clients cannot see writes made by other transactions using the nodejs mysql library and connection pooling. Same application worked with mariadb. We should have tests of this....