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

The following create table statement should parse `create table t(pk int not null auto_increment, UNIQUE KEY pk (pk));`

bug
sql
correctness

The dolt logo is inspired by a commit hash `d01t`. It would be cool if we had an option to have a dolt initial commit be rerolled until the first...

good first issue
feature

`CREATE TABLE status(pk int)` throws the following error: ``` Error parsing SQL syntax error at position 20 near 'status' ```

bug
1hr

- SHOW BINARY LOGS - SHOW BINLOG EVENTS - SHOW CREATE EVENT - SHOW CREATE FUNCTION - SHOW CREATE PROCEDURE - SHOW CREATE USER - SHOW ERRORS - SHOW FUNCTION...

feature

As part of a Dolt->Snowflake data export, I wanted to use a SaaS connector tool to avoid needing to write my own ETL. Since Dolt aims to be MySQL compatible,...

Steps to reproduce: ``` dolttest> select hash from dolt_branches group by hash; +----------------------------------+ | hash | +----------------------------------+ | tiv6bkuqdt3e9g6bhd857u7br9k7g0t2 | | hqr7jvi2urkf4vhpicu7nt69tl2fvp5t | +----------------------------------+ dolttest> select name, hash from dolt_branches...

feature

This is used by some clients (especially the mysql C API) to load result rows after a com_stmt_prepare and com_stmt_execute. It requires storing the result set in server memory. It's...

enhancement
sql

Attempting to use Dolt on the Raspberry Pi causes a segfault both in the latest release and the latest commit. Between both tests, I completely removed the go installation in...

Git allows users to run `git clone` with GitHub URLs, but `dolt clone` doesn't support specifying a url, only the `/` format. To follow Git's semantics, `dolt clone` should support...

enhancement

Dolt supports a wide variety of system tables that offer version control features via the SQL interface. These are tables that are queried consistently but may or may not have...