Commit Graph

8378 Commits

Author SHA1 Message Date
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
Taylor Bantle be13489a55 Merge pull request #1272 from dolthub/taylor/workspace-refs
Create, list, delete workspace refs [no-release-notes]
2021-02-01 13:28:17 -07:00
Taylor Bantle 2a5df90e00 Fix comments 2021-02-01 12:38:05 -07:00
Taylor Bantle 40dceed623 WithDdb -> OnDB 2021-02-01 12:38:05 -07:00
Taylor Bantle 5d0c90c3a0 Remove workspace command 2021-02-01 12:38:05 -07:00
Taylor Bantle 330a43750a Format repo 2021-02-01 12:38:05 -07:00
Taylor Bantle f61bebe9d0 Add workspace name check with bats and refactor create branch/workspace so it can be easily used by dolthubapi 2021-02-01 12:38:05 -07:00
Taylor Bantle 74715cd654 Add bats tests for workspaces 2021-02-01 12:38:05 -07:00
Taylor Bantle 55625535b4 Successfully create, list, delete workspaces 2021-02-01 12:38:05 -07:00
Aaron Son 08445fb3c8 Merge pull request #1280 from dolthub/aaron/table-editor-config-flush-size
o/libraries/doltcore/table/editor: Add ability to configure map editor flush interval with environment variables.
2021-02-01 11:34:42 -08:00
Aaron Son 7570f49e42 o/libraries/doltcore/table/editor: Add ability to configure map editor flush interval with environment variables. 2021-02-01 07:34:34 -08:00
Vinai Rachakonda 68331035e4 Fix bug where batched inserts containing subqueires chose non flushing option.. (#1267)
This pr fixes a problem where subqueries in insert were not denoted as non batch insert.
2021-01-29 22:47:57 -05:00
Dustin Brown 3943e01b6e Merge pull request #1277 from dolthub/db/fix-col-bug
Fix col collection bug
2021-01-29 17:11:51 -08:00
Andy Arthur b86c8464dd copy AUTO_INCREMENT value on schema change (index/column add/drop/modify) 2021-01-29 16:14:42 -08:00
Dustin Brown abd84bfbfc /go/libraries/doltcore/schema/col_coll.go: fix bug breaking bounty scoreboard 2021-01-29 14:54:44 -08:00
Andy Arthur 467e7de026 bats repro for auto_increment bug 2021-01-29 09:29:22 -08:00
Dustin Brown 333bd4d83b Merge pull request #1271 from dolthub/db/logictest-csv
Enable sqllogictest runner to parse results to csv
2021-01-28 14:33:06 -08:00
Dustin Brown 668a1c4b46 /go/libraries/doltcore/sqle/logictest/main/main.go: use -r instead of environment variable 2021-01-28 14:06:50 -08:00
Brian Hendriks 056195db2b Implement StatisticsTable interface to provide table statistics to the analyzer. (#1269) 2021-01-28 13:54:15 -08:00
Dustin Brown 73a30bc154 Merge pull request #1266 from dolthub/db/skip-test
[no-release-notes] /go/store/blobstore/blobstore_test.go: skip flaky windows test
2021-01-28 13:44:34 -08:00
Dustin Brown d452ef9792 /go/libraries/doltcore/sqle/logictest/main: add csv option 2021-01-28 13:04:41 -08:00
Dustin Brown 5e397f5047 Merge pull request #1262 from dolthub/db/fix-repo-fmt
[no-release-notes] /go/store/store_test.go: fix formatting
2021-01-28 07:25:43 -08:00
Brian Hendriks 37d58c1f46 adds ability to redirect stdin from a file (#1264) 2021-01-27 17:55:38 -08:00
Dustin Brown f8dbfbad68 /go/store/blobstore/blobstore_test.go: skip flaky windows test 2021-01-27 17:05:44 -08:00
Zach Musgrave 1547f36536 Merge pull request #1263 from dolthub/zachmu/delete-release-note-gen
Deleted release notes script in favor of its new standalone repo dolthub/release-notes-generator [no-release-notes]
2021-01-27 11:12:51 -08:00
Zach Musgrave ec86af775b Merge pull request #1248 from dolthub/zachmu/in-place-typechange
Hidden command for changing the type of a column in place.
2021-01-27 11:02:09 -08:00
Zach Musgrave 44ed7281cc Deleted release notes script in favor of its new standalong repository dolthub/release-notes-generator 2021-01-27 09:35:21 -08:00
Zach Musgrave 5abad68fbf Fixes for merging master, changed doltdocs.DoltDocsSchema to doltdocs.Schema 2021-01-27 09:14:09 -08:00
Zach Musgrave f1b2e507b7 Merge master 2021-01-27 09:05:59 -08:00
Dustin Brown c91a4f2e7f /go/store/store_test.go: fix formatting 2021-01-27 08:07:03 -08:00
Zach Musgrave 8a0d5d2bef Formatting 2021-01-26 18:25:08 -08:00
Zach Musgrave fc91da34ba Removed unused error params from col_coll.go 2021-01-26 18:24:35 -08:00
Zach Musgrave 2f672c0958 NewColCollection no longer returns an error 2021-01-26 17:44:11 -08:00
Dustin Brown 4b11d7ee41 Merge pull request #1259 from dolthub/db/update-emails
[no-release-notes] Update emails for performance reports
2021-01-26 16:52:42 -08:00
Zach Musgrave 242edda60b Added a failsafe validation for schemas about to be written to disk. 2021-01-26 16:51:24 -08:00
Zach Musgrave 4f7a0afbf7 Restored previously deleted test case. It should be impossible to trigger on the SQL path, but better safe than sorry. 2021-01-26 16:47:36 -08:00
Zach Musgrave 0dfd25304c Formatting 2021-01-26 16:42:24 -08:00
Zach Musgrave 70fc8756ae Enforce valid schema in various import jobs 2021-01-26 16:41:37 -08:00
Dustin Brown f4197c4e63 /.github/workflows/{ci-performance-benchmarks-release.yaml, ci-performance-benchmarks.yaml}: update emails, allow actor to specify email on workflow dispatch trigger 2021-01-26 16:41:07 -08:00
Zach Musgrave 821f59b880 Added test for importing table with duplicate column name in schema 2021-01-26 16:40:34 -08:00