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

Repro: ```shell dolt sql -q "CREATE table t (pk int, commit text);" dolt sql -q "INSERT INTO t VALUES (1, 'hi');" dolt commit -am "initial" ``` Table data: ```shell dolt...

bug

Hi, please support: - MultiLineString - MultiPolygon - MultiPoint - GeometryCollection With this geometries Dolt should have all the basic types, except the empty geometry, need to confirm this. Thx...

enhancement
spatial-types

There are subtle differences to how we manage session state between these two constructs. We need to unify them so they work identically.

bug

``` test-working-set-cli-server-interaction $ dolt init Successfully initialized dolt data repository. test-working-set-cli-server-interaction $ dolt sql -q "create table test (pk int, c1 int, primary key(pk))" test-working-set-cli-server-interaction $ dolt commit -am "made...

bug
sql-server

It would be a cool feature to be able to change the log level for a running server by setting the appropriate system variable.

feature
sql-server

I am exploring dolt but I am observing one feature missing: how to redact data already committed? How to change an existing commit to remove sensitive data which has been...

feature

``` 2022-06-07T09:54:31-07:00 WARN [conn 9] error running query {connectTime=2022-06-07T09:54:31-07:00, connectionDb=getting_started, error=panic in ExchangeIterPartitionRows: unknown message id M, query=SELECT column_name as column_name FROM information_schema.statistics WHERE table_schema = 'getting_started' AND table_name =...

1hr

Are there plans to sign a changeset with a private key of some kind (SSH, GPG, etc.) so that a change to the data can be non-repudiable via the corresponding...

enhancement

See this comment for an example: https://github.com/dolthub/dolt/blob/c52a258f83a90a72b5fbb9b6fa32171de4e0aff7/go/libraries/doltcore/sqle/enginetest/dolt_queries.go#L1702-L1745

bug
sql
system-tables
diff

Dolt does not operate correctly under Windows Subsystem for Linux 2. If you plan to use WSL with Dolt, we recommend using WSL 1. Known issues: * Piping files into...

wontfix