Dustin Brown
|
f4f772b238
|
Merge pull request #1325 from dolthub/db/update-perf-queries
[no-release-notes] /.github/scripts/performance-benchmarking: update performance queries
|
2021-02-12 12:35:29 -08:00 |
|
Dustin Brown
|
c98fc3cfd1
|
/.github/scripts/performance-benchmarking: update performance queries
|
2021-02-12 12:00:11 -08:00 |
|
Brian Hendriks
|
a7d952656d
|
race condition fix (#1323)
|
2021-02-10 16:55:23 -08:00 |
|
Vinai Rachakonda
|
6a862db215
|
Vinai/dolt merge Part 1. Just Fast Forward Merge (#1299)
This PR adds DOLT_MERGE functionality that only works with FFs.
|
2021-02-10 11:19:14 -08:00 |
|
Daylon Wilkins
|
e425ec40b5
|
Type change tests and bug fixes
|
2021-02-10 11:06:27 -08:00 |
|
Daylon Wilkins
|
bedfdcf488
|
Baseline implementation of ALTER TABLE MODIFY allowing type changes
|
2021-02-10 11:06:27 -08:00 |
|
Brian Hendriks
|
96a3fd23a1
|
disable query diff (#1321)
|
2021-02-10 10:40:28 -08:00 |
|
Dustin Brown
|
633d20bb87
|
Merge pull request #1316 from dolthub/db/fix-bats
[no-release-notes] /{.github,bats}: pin runner, add timeouts
|
2021-02-09 17:52:37 -08:00 |
|
Tim Sehn
|
d71d37fc48
|
Merge pull request #1317 from dolthub/tim/remove-erroneous-diff_go
Removed extraneous diff.go file
|
2021-02-09 16:55:37 -08:00 |
|
Dustin Brown
|
1867135f7f
|
/bats/sql.bats: fix command, check status code
|
2021-02-09 16:38:15 -08:00 |
|
Tim Sehn
|
a701817e4d
|
Removed extraneous diff.go file
|
2021-02-09 16:19:05 -08:00 |
|
Dustin Brown
|
3db95f43e5
|
/bats/sql-delimiter.expect: add failed condition
|
2021-02-09 16:11:29 -08:00 |
|
Dustin Brown
|
0444b052c9
|
/{.github,bats}: pin runner, add timeouts
|
2021-02-09 16:00:11 -08:00 |
|
Tim Sehn
|
ed18a61545
|
Merge pull request #1312 from dolthub/tim/bats-rename-pk-panic
bats tests for primary key column change diff panic
|
2021-02-09 14:34:41 -08:00 |
|
Timothy Sehn
|
914cccd736
|
Unskip because it works in HEAD of master. Still worth the explicit test.
|
2021-02-09 13:38:46 -08:00 |
|
Timothy Sehn
|
f617b01498
|
Skipped bats tests for primary key column change diff panic
|
2021-02-09 13:30:29 -08:00 |
|
AndyA
|
9c8ae0de51
|
Merge pull request #1309 from dolthub/andy/skipped-bats-bugs
added two skipped bats
|
2021-02-09 09:08:28 -08:00 |
|
Andy Arthur
|
aa5bb5ac19
|
added two skipped bats
|
2021-02-09 08:21:20 -08:00 |
|
Daylon Wilkins
|
7dcc54b630
|
Check constraints on commit
|
2021-02-09 01:12:52 -08:00 |
|
Aaron Son
|
c22de45cee
|
Merge pull request #1303 from dolthub/aaron/bump-go-mysql-server
go/go.mod: Bump go-mysql-server
|
2021-02-08 11:20:35 -08:00 |
|
Aaron Son
|
6ea01c5c5f
|
Bump go-mysql-server.
|
2021-02-08 10:23:02 -08:00 |
|
Aaron Son
|
16021e8d10
|
Update bats/sql.bats simple join test for IndexedJoin.
|
2021-02-08 10:22:09 -08:00 |
|
Aaron Son
|
217899c164
|
repoformat.
|
2021-02-08 09:27:30 -08:00 |
|
Aaron Son
|
c5fb623bd2
|
go/go.mod: Bump go-mysql-server
|
2021-02-08 09:21:29 -08:00 |
|
Daylon Wilkins
|
e7c1a29fc2
|
Added DELIMITER support to the dolt shell
|
2021-02-08 00:54:20 -08:00 |
|
Dustin Brown
|
4ccc96e4c0
|
Merge pull request #1297 from dolthub/db/bats-windows
[no-release-notes] /.github/workflows/ci-bats-tests-windows.yaml: iterating on bats windows
|
2021-02-05 14:24:17 -08:00 |
|
Dustin Brown
|
fece44cb62
|
Jenkinsfile: kill jenkyboi
|
2021-02-05 13:58:33 -08:00 |
|
Dustin Brown
|
9b5634a66f
|
/{bats,.github}: run bats on windows github actions
|
2021-02-05 13:57:45 -08:00 |
|
Dustin Brown
|
faf146b7a3
|
Merge pull request #1302 from dolthub/db/fix-benchmark-actor
[no-release-notes] /.github/scripts/performance-benchmarking/run-benchmarks.sh: lowercase actor
|
2021-02-05 13:45:17 -08:00 |
|
Dustin Brown
|
df3347dfef
|
/.github/scripts/performance-benchmarking/run-benchmarks.sh: lowercase actor
|
2021-02-05 13:41:37 -08:00 |
|
Dustin Brown
|
8f10b7bac1
|
Merge pull request #1301 from dolthub/db/remove-test-file
[no-release-notes] /.github/workflows/test.yaml: remove test file
|
2021-02-05 09:39:09 -08:00 |
|
Dustin Brown
|
e4e7f92b45
|
/.github/workflows/test.yaml: remove test file
|
2021-02-05 09:37:33 -08:00 |
|
Brian Hendriks
|
7e08b4de3c
|
change table projection implementation (#1298)
* change table projection implementation
* update gms
* disable a plan test
|
2021-02-04 16:17:05 -08:00 |
|
Vinai Rachakonda
|
7b53ccb79f
|
Implement SQL dolt_checkout function (#1287)
This pr adds in DOLT_CHECKOUT functionality for the sql cli.
|
2021-02-04 16:16:01 -08:00 |
|
Brian Hendriks
|
09c3c3e4ec
|
Insertion optimizations (#1293)
|
2021-02-04 14:44:01 -08:00 |
|
Dustin Brown
|
1dfe1cdc25
|
Merge pull request #1294 from dolthub/db/fix-test
[no-release-notes] /.github/workflows/test.yaml: fix quoting
|
2021-02-04 12:28:07 -08:00 |
|
Dustin Brown
|
b778e9f121
|
/.github/workflows/test.yaml: fix quoting
|
2021-02-04 12:27:03 -08:00 |
|
Dustin Brown
|
d367b01108
|
Merge pull request #1292 from dolthub/db/test-release-update
[no-release-notes] /.github/workflows/test.yaml: testing release bumping
|
2021-02-04 12:19:01 -08:00 |
|
Dustin Brown
|
283e6ff475
|
/.github/workflows/test.yaml: testing release bumping
|
2021-02-04 10:19:40 -08:00 |
|
Zach Musgrave
|
f6bf6ec93a
|
Merge pull request #1289 from dolthub/zachmu/debuglog-env
Added DOLT_SQL_DEBUG_LOG and DOLT_SQL_DEBUG_LOG_VERBOSE environment vars
|
2021-02-04 09:15:42 -08:00 |
|
AndyA
|
d00a37fbd6
|
Merge pull request #1278 from dolthub/andy/auto-inc-fix
Andy/auto inc fix
|
2021-02-03 18:04:19 -08:00 |
|
Andy Arthur
|
d9fd93d11c
|
PR feedback: use tbl.UpdateSchema() over doltdb.NewTable
|
2021-02-03 17:36:07 -08:00 |
|
Zach Musgrave
|
e28e856e9c
|
Added env vars for SQL analyzer debug printing
|
2021-02-03 14:26:06 -08:00 |
|
Zach Musgrave
|
ddd7358ab0
|
Added another skip for divergent query plan
|
2021-02-02 20:24:13 -08:00 |
|
Vinai Rachakonda
|
d8b3cdd9c3
|
Vinai/update dolt sql session variables (#1283)
This pr fixes a bug where session variables were not being properly handled between commit and reset.
|
2021-02-02 18:51:34 -05:00 |
|
Zach Musgrave
|
32c4598d29
|
Merge pull request #1285 from dolthub/zachmu/gms-buggy-query
Upgraded to latest go-mysql-server, and added a skip for a new query plan test
|
2021-02-01 20:41:22 -08:00 |
|
Zach Musgrave
|
c6d9763f01
|
Update bats test with new query plan wording
|
2021-02-01 20:14:16 -08:00 |
|
Brian Hendriks
|
6833faf1d1
|
fix projected columns with single partition indexes (#1284)
|
2021-02-01 19:08:14 -08:00 |
|
Zach Musgrave
|
69ba925958
|
Ugraded to latest gms
|
2021-02-01 18:38:33 -08:00 |
|
Zach Musgrave
|
9daba4f399
|
Skipped a newly added query plan test, and changed a TODO to be less shouty and more informative
|
2021-02-01 18:36:30 -08:00 |
|