Commit Graph

5633 Commits

Author SHA1 Message Date
Zach Musgrave 9839651da5 Removed the --disable-batch flag 2022-01-25 11:47:32 -08:00
Zach Musgrave 24b3812af5 Made --batch mode explicit rather than the default for queries. --disable-batch was also an alias for executing multiple statements in a single -q param, and is not the default behavior. 2022-01-25 11:35:02 -08:00
Zach Musgrave f771574e13 Merge branch 'main' into zachmu/create-tables 2022-01-24 16:43:16 -08:00
Daylon Wilkins 53d5bd77d9 Removed Parse from typeinfo, some type conversion fixes 2022-01-24 15:40:35 -08:00
Zach Musgrave cb0cf4c65a Merge branch 'main' into zachmu/create-tables 2022-01-24 15:09:36 -08:00
Zach Musgrave 6b90e9f50e Merge branch 'zachmu/fix-uuid' of github.com:dolthub/dolt into zachmu/fix-uuid 2022-01-24 15:09:05 -08:00
Zach Musgrave c62d605755 Added a --file option to dolt sql 2022-01-24 15:08:29 -08:00
Aaron Son a3c1795784 Merge pull request #2663 from dolthub/aaron/sqle-tabletorowiter
go/libraries/doltcore/sqle: TableToRowIter: Export a method for doltgres to easily get a full table scan.
2022-01-24 13:50:35 -08:00
reltuk 5a8a35daf6 [ga-bump-dep] Bump dependency in Dolt by reltuk 2022-01-24 21:16:15 +00:00
Dustin Brown 83dad814ba Merge pull request #2657 from dolthub/db/update-benchmark-code
[no-release-notes] /{go,.github}: remove benchmarks, add dolt_builder and sysbench_runner utils
2022-01-24 11:51:00 -08:00
Aaron Son b6bb9a0151 go/libraries/doltcore/sqle: TableToRowIter: Export a method for doltgres to easily get a full table scan. 2022-01-24 10:19:26 -08:00
Dustin Brown a43b8d2e56 /{go,.github}: remove benchmarks, add dolt_builder and sysbench_runner utils 2022-01-24 10:08:25 -08:00
Daylon Wilkins 9a38087ee6 Updated GMS and updated interface changes 2022-01-24 06:53:23 -08:00
Zach Musgrave 3d2fd888df Merge pull request #2652 from alecstein/sl-add-constraints-docs
dump_docs.go now includes verifyConstraintsDocs
2022-01-21 13:53:41 -08:00
bheni a285e86ddc [ga-bump-release] Update Dolt version to 0.35.7 and release v0.35.7 2022-01-21 20:49:50 +00:00
Brian Hendriks 338694df86 std out and err redirect arguments (#2653) 2022-01-21 10:24:15 -08:00
Alec Stein 6155bc5ab3 dump_docs.go now includes verifyConstraintsDocs 2022-01-20 16:36:41 -05:00
AndyA 2ad0374f89 Merge pull request #2551 from dolthub/andy/flatbuffers
/go/gen/fb/serial: Flatbuffers Serialization Format
2022-01-20 10:59:08 -08:00
max-hoffman 4f150ac255 [ga-bump-release] Update Dolt version to 0.35.6 and release v0.35.6 2022-01-20 02:35:25 +00:00
Vinai Rachakonda ea6815adc3 Modify Add Column to apply defaults in engine (#2580) 2022-01-19 17:48:37 -08:00
Daylon Wilkins aa339975db Fixed bug with unresolved foreign keys being resolved in transactions 2022-01-19 16:47:01 -08:00
Dustin Brown 0c676a7040 [ga-bump-dep] Bump dependency in Dolt by max-hoffman (#2641)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2022-01-19 13:52:57 -08:00
andrew-wm-arthur 3160528842 [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-01-19 17:33:43 +00:00
Aaron Son 17cb6bdacc Merge pull request #2634 from dolthub/aaron/sqle-database-provider-locking-fix
go/libraries/doltcore/sqle: database_provider: Fix up unlocked read of p.databases map.
2022-01-18 17:44:03 -08:00
andrew-wm-arthur 491698d4fe [ga-bump-release] Update Dolt version to 0.35.5 and release v0.35.5 2022-01-18 22:41:35 +00:00
Aaron Son 12e3d1bdf8 go/libraries/doltcore/sqle: database_provider: Fix up unlocked read of p.databases map. 2022-01-18 12:53:45 -08:00
andrew-wm-arthur c53a1ee395 [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-01-18 20:51:16 +00:00
jennifersp ec95a96d9c add \G vertical query format (#2593) 2022-01-18 12:02:58 -08:00
Hydrocharged 5ef1b4ab2b [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-01-18 02:40:43 -08:00
zachmu cea595ca16 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-01-14 23:34:02 +00:00
Zach Musgrave 5dec26a4b3 Reorder the type preference to consider UUIDs ahead of time types (many valid UUID strings are parseable as mysql time strings 2022-01-14 15:33:06 -08:00
Zach Musgrave 22ff0aad9d Upgraded gms 2022-01-14 15:10:26 -08:00
Zach Musgrave 06da6ef802 Fixed schema inference tests for UUID types. This is fragile: some UUID literals get interprted as timestamps because of more permissive handling in the engine. Will fix that in a followup. 2022-01-14 15:07:23 -08:00
Zach Musgrave 2d46a48f20 Merge pull request #2605 from alrs/main
store/type: fix dropped test errors
2022-01-14 14:22:25 -08:00
Vinai Rachakonda ccfd213e58 Simplify dolt dump to use the sql engine and purge old data mover code (#2572) 2022-01-14 14:20:56 -08:00
Dustin Brown 3c9c6a3529 [ga-bump-dep] Bump dependency in Dolt by max-hoffman (#2614)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2022-01-14 13:46:49 -08:00
Brian Hendriks 5ffc8aa286 get the index for a key within a map (#2612) 2022-01-13 17:14:24 -08:00
Lars Lehtonen bf850daf5b store/type: fix dropped test errors 2022-01-12 20:30:36 -08:00
Zach Musgrave 988485307b Merge pull request #2597 from dolthub/zachmu/defaults
Lazily load column defaults
2022-01-12 20:12:05 -08:00
zachmu 0ba6d9257b [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-01-13 03:07:15 +00:00
Zach Musgrave c03676b0d1 Upgraded gms 2022-01-12 19:06:19 -08:00
Zach Musgrave b6ba78673f Additional test for show create table with indexes and defaults (caught by bats test) 2022-01-12 18:49:30 -08:00
Zach Musgrave a245a51d81 Fix test errors 2022-01-12 18:35:06 -08:00
Vinai Rachakonda 7637e2028f Rewrite portion of the import path to better support partials (#2601) 2022-01-12 18:12:40 -08:00
Zach Musgrave 6699a7d72f Got rid of unnecessary (and incorrect) column default for diff tables 2022-01-12 16:08:45 -08:00
zachmu 2310c846e2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-01-11 21:01:13 +00:00
Zach Musgrave ce90b5a49b Merge main 2022-01-11 13:00:05 -08:00
Zach Musgrave 030786d609 Upgraded gms 2022-01-11 12:55:11 -08:00
Zach Musgrave fa27a99da2 reskip test 2022-01-11 12:54:12 -08:00
Zach Musgrave 3dc2580c1f Bug fix for adding a column without an explicit default 2022-01-10 20:06:53 -08:00