Jason Fulghum
|
12e8d2d84b
|
Merge pull request #3639 from dolthub/fulghum/geospatial
Improved error message for multistatement queries failing during exec
|
2022-06-17 20:12:14 -07:00 |
|
jennifersp
|
c1f14b8b91
|
support dolt cherry-pick - version 1 (#3571)
|
2022-06-17 18:27:07 -07:00 |
|
Jason Fulghum
|
4aacd59d08
|
Merge branch 'main' into fulghum/geospatial
|
2022-06-17 17:22:30 -07:00 |
|
fulghum
|
182fd419e2
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2022-06-17 22:00:59 +00: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 |
|
Jason Fulghum
|
cdc15dcf87
|
Improved error message when a multistatement exec query fails during execution and added a bats test for customer issue https://github.com/dolthub/dolt/issues/3512
|
2022-06-17 12:50:16 -07:00 |
|
andrew-wm-arthur
|
80e809541f
|
[ga-bump-release] Update Dolt version to 0.40.10 and release 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 |
|
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 |
|
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 |
|
Jason Fulghum
|
f89ccbadb0
|
bugfix: using nils instead of "NULL" strings
|
2022-06-16 11:10:09 -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 |
|
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 |
|
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 |
|
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 |
|
Zach Musgrave
|
7a56d305e0
|
Fixed formatting issues in docs
|
2022-06-15 15:00:55 -07:00 |
|
Zach Musgrave
|
396f89fb87
|
Fixed a couple markdown issues
|
2022-06-15 14:40:45 -07:00 |
|
Dustin Brown
|
4ff11aa0ef
|
[auto-bump] [no-release-notes] dependency by jennifersp (#3617)
|
2022-06-15 14:27:16 -07:00 |
|
zachmu
|
2694dcc760
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-06-15 21:03:08 +00:00 |
|
Zach Musgrave
|
99683c6e05
|
Typo
|
2022-06-15 14:00:33 -07:00 |
|
Zach Musgrave
|
81e93775bd
|
tidied up a few doc strings
|
2022-06-15 13:58:55 -07:00 |
|
Zach Musgrave
|
7c7f3bab71
|
Cleaned up privilege file docs
|
2022-06-15 13:50:23 -07:00 |
|
Zach Musgrave
|
2f41152adf
|
Renamed and documented doc structs
|
2022-06-15 13:32:34 -07:00 |
|
Zach Musgrave
|
9ba95051b6
|
finished fixing terrible interface
|
2022-06-15 13:27:59 -07:00 |
|
Zach Musgrave
|
ef5e37eeaf
|
Fixing this terrible interface
|
2022-06-15 13:00:38 -07:00 |
|
Andy Arthur
|
8bb79d0831
|
roundtrip SRID, revert __DOLT_DEV__ to Noms un/marshalling
|
2022-06-15 12:54:33 -07:00 |
|
Andy Arthur
|
174f5601a0
|
added serial encodings, handling keyless schemas
|
2022-06-15 12:54:33 -07:00 |
|
Andy Arthur
|
380d39651f
|
added integration tests for schema/encoding
|
2022-06-15 12:54:33 -07:00 |
|
Andy Arthur
|
73c9810984
|
iterating on schema encoding, added checks and secondary indexes
|
2022-06-15 12:54:33 -07:00 |
|
Andy Arthur
|
b5e7d9fad2
|
roundtripping simple schemas
|
2022-06-15 12:54:33 -07:00 |
|
Andy Arthur
|
7963947083
|
first pass at schema serialization
|
2022-06-15 12:53:42 -07:00 |
|
Andy Arthur
|
362c0976e8
|
modified schema.fbs with FileID and separate fields for sql_type, default_value, and comment
|
2022-06-15 12:53:42 -07:00 |
|
Zach Musgrave
|
7328631686
|
Changed doc template to not use headers for synopsis, description, arguments
|
2022-06-15 11:39:46 -07:00 |
|
Andy Arthur
|
5803564b6d
|
revert constraint violation skips
|
2022-06-15 10:44:44 -07:00 |
|
Andy Arthur
|
fa75503bdc
|
skipping Dhruv's merge artifact tests
|
2022-06-15 10:03:06 -07:00 |
|