Commit Graph

8051 Commits

Author SHA1 Message Date
Andy Arthur d594bcdd8d unskipped BATS for basic SQL CRUD, fixed bugs 2020-12-16 09:39:35 -08:00
Andy Arthur 7d6a83ae26 pr feedback 2020-12-16 09:39:35 -08:00
Andy Arthur 538d4e401f fix conflict resolution 2020-12-16 09:39:35 -08:00
Andy Arthur 9bd4ea08e9 moved sql.Row out of row package 2020-12-16 09:39:35 -08:00
Andy Arthur a6dffe5359 cleanup 2020-12-16 09:28:49 -08:00
Andy Arthur 59324fd2b3 keyless table editor, enginetests passing, row.Row api updates, couple hacks 2020-12-16 09:28:49 -08:00
Andy Arthur 7faf13b819 bumped GMS, added keyless table enginetests 2020-12-16 09:27:50 -08:00
Andy Arthur 99f86dc434 keyless reader 2020-12-16 09:27:50 -08:00
Brian Hendriks 602f0ae2c0 partition ranges, covering indexes, smarter iterators (#1116) 2020-12-15 18:44:57 -08:00
Aaron Son dea7e002c9 go/libraries/doltcore/diff: Add recover in async_differ goroutine. 2020-12-15 15:28:46 -08:00
Taylor Bantle 4d87f6e6d9 Merge pull request #1109 from dolthub/taylor/decimal-type
Attempt to add default decimal type to FromKind
2020-12-15 13:23:26 -07:00
Vyas Sathya 99a87ccb03 Fixed dolt status output incorrectly displayed for staged files (#1108) 2020-12-14 14:22:01 -08:00
Vyas Sathya b8eb7c35bf README quotes changed bugfix for windows terminal (#1111) 2020-12-14 14:21:25 -08:00
Vinai Rachakonda bde72c7d1a Ensure that MERGE() works properly with fast forward. (#1101)
This pr fixes a bug where MERGE was not detecting FFs.
2020-12-14 17:02:10 -05:00
Taylor Bantle 290a79cc09 PR feedback 2020-12-14 14:06:17 -07:00
Vinai Rachakonda a639e23535 Merge pull request #1090 from dolthub/vinai/add-commit-merge-params
Add --author, -m to COMMIT. Add --author to MERGE()
2020-12-13 13:45:00 -05:00
VinaiRachakonda 442ab7d96a formating 2020-12-13 13:17:42 -05:00
VinaiRachakonda 28a2f08b19 Initial commit. Compiles but errors
Fix up tests

fix commit tests....

Add author param to merge

formatting...

Fix array prob
2020-12-13 13:13:16 -05:00
Vinai Rachakonda c443e7629f Merge pull request #1074 from dolthub/vinai/check-autocommit-dolt-commit
Add dolt_commit error check when autocommit is off
2020-12-13 12:56:21 -05:00
VinaiRachakonda fa57c2f274 Update with fixes 2020-12-13 12:26:45 -05:00
AndyA 9b19ae9072 Merge pull request #1107 from dolthub/andy/table-refactor-2
go/libraries/doltcore/{row, sqle, table}: Generalize TableReader
2020-12-11 15:31:18 -08:00
Taylor Bantle 82ca5e99b6 Attempt to add default decimal type to FromKind 2020-12-11 14:49:02 -07:00
VinaiRachakonda 3540524cf2 Format 2020-12-11 11:39:53 -05:00
Andy Arthur ad5ee131ad fix copyright header 2020-12-10 19:48:06 -08:00
Andy Arthur a981747049 cleanup, methoddoc 2020-12-10 19:48:06 -08:00
Andy Arthur 8757e855f1 keyless schema tests 2020-12-10 19:48:06 -08:00
Andy Arthur f6f2b752ff stub of keylessTableEditor 2020-12-10 19:48:06 -08:00
Andy Arthur 53c3bdcbce table.SqlTableReader and implementations, converted sqle.doltTableRowIter to SqlTableReader 2020-12-10 19:48:06 -08:00
Andy Arthur 4f13bd967c removed RootValue.TableDiff() 2020-12-10 19:48:06 -08:00
AndyA 875e402723 Merge pull request #1105 from dolthub/db/peg-gem-bundler
/MySQLDockerfile: peg version to match Gemfile.lock BUNDLED WITH
2020-12-10 19:47:28 -08:00
Daylon Wilkins 293be61d02 Added verify-constraints command 2020-12-10 19:09:25 -08:00
Daylon Wilkins 331a5a6ab5 Fixed NULLs in pk on table import 2020-12-10 16:24:46 -08:00
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
VinaiRachakonda 18d7acdd39 Updates 2020-12-10 14:43:44 -05: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