Commit Graph

13369 Commits

Author SHA1 Message Date
Zach Musgrave
a9e2fc1104 Better diff where clause tests 2022-06-21 15:57:51 -07:00
Zach Musgrave
a1903edadc Added where clause support, updated docs and tests 2022-06-21 15:53:04 -07:00
Zach Musgrave
26f6212906 Bug fix 2022-06-21 15:23:34 -07:00
Zach Musgrave
fc2d7f04fb More tests for dolt_diff() function 2022-06-21 14:46:24 -07:00
Zach Musgrave
1578db71e9 bug fix: tables are comparable if one is empty, in either direction 2022-06-21 12:22:36 -07:00
Zach Musgrave
3bff8a7867 Small bug fixes for schema methods with nil schemas 2022-06-21 09:30:03 -07:00
Zach Musgrave
79682eddd1 Fix merge issues and more tests 2022-06-17 16:05:36 -07:00
Zach Musgrave
044ff2747e Merge main 2022-06-17 15:53:15 -07:00
Zach Musgrave
769c5a6de8 Spacing changes 2022-06-17 15:52:00 -07:00
Zach Musgrave
5073e0cca9 New test (not specced yet) 2022-06-17 15:51:18 -07:00
Zach Musgrave
4c4dc500d3 Bug fix 2022-06-17 15:47:25 -07:00
Zach Musgrave
e80e3798d8 Moved a broken test to the broken section 2022-06-17 15:08:21 -07:00
Zach Musgrave
2ee2c6ee78 Changes necessary to make dolt_diff() work when table only exists in one revision 2022-06-17 14:26:24 -07:00
Dustin Brown
beed739153 [auto-bump] [no-release-notes] dependency by druvv (#3634)
* [ga-bump-dep] Bump dependency in Dolt by druvv

* update creation/BuildSecondaryProllyIndex to perform unique key checks

* fix table editor

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* update error messages in bats

Co-authored-by: druvv <dhruvy427@gmail.com>
Co-authored-by: Dhruv Sringari <dhruv@dolthub.com>
Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-06-17 14:14:31 -07:00
Vinai Rachakonda
36a921aca7 Add bulk export parameters to dump (#3620) 2022-06-17 16:27:34 -04:00
andrew-wm-arthur
80e809541f [ga-bump-release] Update Dolt version to 0.40.10 and release v0.40.10 v0.40.10 2022-06-17 03:33:04 +00:00
AndyA
3e9914570f Merge pull request #3633 from dolthub/andrew-wm-arthur-75f2fbbb
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-06-16 20:30:24 -07:00
Zach Musgrave
9e1914ad44 Another fixed test 2022-06-16 17:53:15 -07:00
Zach Musgrave
fd12bf033e Fixed another test 2022-06-16 17:51:07 -07:00
Zach Musgrave
861bf1a92f Refactored how info is passed around 2022-06-16 17:38:46 -07:00
LiuLiu
6221f47627 Merge pull request #3635 from dolthub/liuliu/root-hash-does-not-exist-panic
Liuliu/root hash does not exist panic
2022-06-16 16:50:40 -07:00
Zach Musgrave
14c76dd582 Cleaned up a bunch of logic 2022-06-16 16:49:38 -07:00
Zach Musgrave
885bca3cfb Removed unused arg parsing logic 2022-06-16 14:53:56 -07:00
Jason Fulghum
bdafc0c5db Merge pull request #3630 from dolthub/fulghum/bugfix
bugfix: using nils instead of "NULL" strings
2022-06-16 13:56:07 -07:00
AndyA
cd46b16c53 Merge pull request #3625 from dolthub/andy/schema-encoding
[no-release-notes] Flatbuffer serialization for `schema.Schema`
2022-06-16 13:53:33 -07:00
liuliu
1432f716fe return type 2022-06-16 13:32:51 -07:00
liuliu
e90e1237a0 Merge remote-tracking branch 'origin/main' into liuliu/root-hash-does-not-exist-panic 2022-06-16 13:18:42 -07:00
liuliu
6e06c65708 val is nil 2022-06-16 13:18:32 -07:00
jennifersp
06437b8c53 Fix setting max_connections in server yaml (#3619) 2022-06-16 13:00:32 -07:00
andrew-wm-arthur
35bd251424 [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-06-16 19:41:45 +00:00
Zach Musgrave
37b7f462ce Bug fix: don't write the footer on Close() if we haven't written any rows 2022-06-16 12:33:57 -07:00
Zach Musgrave
bb0f29ee79 Fixed test for schema-only diff 2022-06-16 12:33:24 -07:00
Jason Fulghum
87057425b1 Adding BATS smoke test for dolt_diff system table 2022-06-16 11:32:55 -07:00
Jason Fulghum
f89ccbadb0 bugfix: using nils instead of "NULL" strings 2022-06-16 11:10:09 -07:00
Zach Musgrave
37897d8ac6 Remove debug code 2022-06-16 10:21:00 -07:00
Andy Arthur
b29f1d260f Merge remote-tracking branch 'origin/main' into andy/schema-encoding 2022-06-16 09:39:08 -07:00
Aaron Son
fbdf17d377 Merge pull request #3624 from dolthub/aaron/fb-commit-closure-walkaddrs
[no-release-notes] go/store/prolly: Create a CommitClosure ordered tree. Use it in go/st…ore/datas for the commit closure.
2022-06-16 09:37:01 -07:00
James Cor
50d1199848 Merge pull request #3626 from dolthub/JCOR11599-5bae21a0
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-06-15 17:33:39 -07:00
Zach Musgrave
217b239437 Fixed spacing in some tests 2022-06-15 16:49:31 -07:00
Andy Arthur
89063964cc fix schema marshalling test 2022-06-15 16:34:49 -07:00
Jason Fulghum
aeb12de11d Merge pull request #3581 from dolthub/fulghum/unscoped-dolt-diff
Differentiate between staged and unstaged table deltas in dolt_diff system table
2022-06-15 16:31:32 -07:00
Zach Musgrave
80811013e9 Added tests for fixed width table writer 2022-06-15 16:12:14 -07:00
JCOR11599
362be191a1 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-06-15 23:01:07 +00:00
Andy Arthur
3022ffc91d cleanup 2022-06-15 15:57:12 -07:00
Zach Musgrave
ef7fccc10d Cleaned up the separation between table and diff table 2022-06-15 15:44:55 -07:00
Andy Arthur
cfc8158f55 populating clustered index field for keyless schemas 2022-06-15 15:24:19 -07:00
Aaron Son
ac3fc4168b go/store/prolly: Create a CommitClosure ordered tree. Use it in go/store/datas for the commit closure. 2022-06-15 15:18:46 -07:00
Zach Musgrave
a8dacbf42f Merge pull request #3622 from dolthub/zachmu/docs
Changed CLI docs generation to use bold paragraphs instead of subheadings for arguments etc.
2022-06-15 15:04:12 -07:00
zachmu
31a0834e54 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-15 22:02:32 +00:00
Zach Musgrave
fa922985e4 Merge branch 'zachmu/docs' of github.com:dolthub/dolt into zachmu/docs 2022-06-15 15:01:13 -07:00