Commit Graph

8016 Commits

Author SHA1 Message Date
Dustin Brown beb96d51b3 /MySQLDockerfile: peg version to match Gemfile.lock BUNDLED WITH 2020-12-10 14:38:42 -08:00
AndyA 3ee6b95e98 Merge pull request #1103 from dolthub/andy/keyless-feature-flag
/go/cmd/dolt: added feature flag for keyless schemas
2020-12-10 14:19:27 -08:00
Andy Arthur a8f4475974 added feature flag for keyless schemas 2020-12-10 12:57:02 -08:00
AndyA 89796feadb Merge pull request #1102 from dolthub/andy/table-refactor
go/libraries/doltcore/{doltdb,table}: remove row access methods from doltdb.Table

This refactor is in preparation for keyless tables. Keyless tables have different row storage semantics than keyed tables, and row access must account for this.
2020-12-09 17:35:33 -08:00
Andy Arthur e31a5994d1 remove row access methods from doltdb.Table 2020-12-09 16:35:27 -08:00
Taylor Bantle ec22026acc Merge pull request #1098 from dolthub/taylor/json-import-support
Export NewJSONReader to use in dolthubapi
2020-12-09 10:19:59 -08:00
AndyA d8cb7e4041 Merge pull request #1093 from dolthub/andy/poly-table
go/libraries/doltcore/table/editor: Convert TableEditor to interface
2020-12-09 09:35:15 -08:00
Andy Arthur 2dc11609ff pr feedback 2020-12-09 09:22:02 -08:00
AndyA 6ac9242f0a Merge pull request #1084 from dolthub/andy/keyless-spec
bats/: keyless spec
2020-12-08 20:21:14 -08:00
Taylor Bantle efae92de8b Export NewJSONReader to use in dolthubapi 2020-12-08 18:54:03 -08:00
Andy Arthur f01fb8cee0 fix duplicate test names 2020-12-08 18:09:05 -08:00
Andy Arthur 685f9e3296 consolidated tests to keyless.bats 2020-12-08 18:05:30 -08:00
Andy Arthur 907525a14c pr feedback 2020-12-08 18:04:36 -08:00
Andy Arthur b3f363bbfe converted internal uses of TableEditor to interface 2020-12-08 14:33:42 -08:00
Andy Arthur 4f8f37397a consolidated indexEditor tests 2020-12-08 12:54:54 -08:00
Andy Arthur b1bf842d2e converted external uses of TableEditor to interface 2020-12-08 12:50:18 -08:00
AndyA 5a7046e957 Merge pull request #1085 from dolthub/andy/pkg-editor
split TableEditors and IndexEditor to their own package
2020-12-08 08:05:22 -08:00
Andy Arthur 44b14ed918 fixed root.CreateEmptyTable() 2020-12-08 07:31:15 -08:00
Andy Arthur 7f3dcff18e repofmt 2020-12-08 07:31:15 -08:00
Andy Arthur d96cfe8733 cleanup 2020-12-08 07:31:15 -08:00
Andy Arthur c2c05f0d5e fix dtestutil.CreateTestTable() 2020-12-08 07:31:15 -08:00
Andy Arthur 518cd1e8e2 split TableEditors and IndexEditor to their own package 2020-12-08 07:31:15 -08:00
Daylon Wilkins 4c449df3bd Revised index comment 2020-12-07 20:50:37 -08:00
Daylon Wilkins 749e90b7a4 Fixed internal index comparisons considering unnecessary parameters 2020-12-07 20:50:37 -08:00
Daylon Wilkins 8a2a94c63b Added test for UNIQUE error removal on flush 2020-12-07 19:23:04 -08:00
Daylon Wilkins 11be7784ed Fixed shell error loop on UNIQUE violation 2020-12-07 19:23:04 -08:00
Zach Musgrave a3a3032c58 Update README.md 2020-12-07 18:38:59 -08:00
Zach Musgrave 79bf837795 Update README.md 2020-12-07 18:38:08 -08:00
Zach Musgrave 09cb55d93d Update README.md 2020-12-07 18:37:56 -08:00
Zach Musgrave ee5548a1fd Merge pull request #1089 from dolthub/zachmu/readme-update
Added the mascot to the README
2020-12-07 18:36:10 -08:00
Zach Musgrave 512d71edab More formatting
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-07 18:24:51 -08:00
Zach Musgrave 58cb1c5b9d More formatting
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-07 18:23:38 -08:00
Zach Musgrave ef959fc265 Another attempt
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-07 18:14:12 -08:00
Brian Hendriks d532d144fd increase query parallelism from the default of 2 to 8 (#1087) 2020-12-07 18:09:51 -08:00
Brian Hendriks 397b132f95 fixed rand seed (#1088) 2020-12-07 18:09:33 -08:00
Zach Musgrave b25c2dc4f7 Formatting
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-07 18:07:36 -08:00
Zach Musgrave 4eee56424a More experimentation
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-07 18:04:28 -08:00
Zach Musgrave b5bd2ef659 Experimenting with mascot in README
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-07 17:58:11 -08:00
Zach Musgrave 1926329902 Merge pull request #1078 from dolthub/zachmu/indexed-joins
Upgraded to latest go-mysql-server with support for indexed joins on any number of tables
2020-12-07 14:11:42 -08:00
Andy Arthur a73b1ec972 fix nits 2020-12-07 13:24:59 -08:00
Andy Arthur d8ea10a855 comparison of bag and map semantics 2020-12-07 12:32:47 -08:00
Andy Arthur 58015921eb split up keyless bats 2020-12-07 12:06:36 -08:00
Zach Musgrave 6e8e7d3506 Upgraded to latest go-mysql-server with support for indexed joins on any number of tables
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-06 12:35:34 -08:00
Zach Musgrave fe9c14ed68 Merge pull request #1075 from dolthub/zachmu/current_user
Support for CURRENT_USER SQL function without ()
2020-12-04 17:14:59 -08:00
Andy Arthur 86b12d9673 added some delete tests 2020-12-04 16:33:05 -08:00
Andy Arthur e3af4a4582 first pass at keyless tables spec 2020-12-04 15:51:49 -08:00
Zach Musgrave 111598a16a Support for CURRENT_USER SQL function without ()
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-12-04 15:46:11 -08:00
Oscar Batori c06033b365 Merge pull request #1070 from dolthub/release
Release
2020-12-03 21:16:01 -08:00
Oscar Batori 4bad22669d Updated version for release of version 0.22.6 v0.22.6 2020-12-03 21:04:10 -08:00
Oscar Batori a4886cbe46 Merging latest master into release for release 0.22.6 2020-12-03 21:04:10 -08:00