James Cor
2bc7b71f28
prevent creating indexes using spatial types
2022-02-01 11:24:47 -08:00
James Cor
59a8608ad3
Merge branch 'main' into james/prevent-spatial-keys
2022-02-01 09:40:51 -08:00
James Cor
6da740ab04
moved helper function and created error variable
2022-01-31 17:01:39 -08:00
James Cor
2f4947dbb6
moved column checking code to function
2022-01-31 16:57:39 -08:00
Aaron Son
bd82e9d6e9
Merge pull request #2715 from dolthub/aaron/datas-pull-decoupling
...
go/store/datas: Decouple pull/push/clone from store/types, and move it into its own package.
2022-01-31 16:35:00 -08:00
AndyA
b06425c6da
Merge pull request #2716 from dolthub/andy/partial-prolly-ranges
...
go/store/prolly: Prefix Range Scans for Prolly Trees
2022-01-31 15:38:02 -08:00
jennifersp
084950579e
update doltharness stmt handling ( #2710 )
2022-01-31 15:07:42 -08:00
Andy Arthur
04f63519bb
pr feedback
2022-01-31 14:56:27 -08:00
max-hoffman
ac9fbcf01a
[ga-bump-release] Update Dolt version to 0.36.0 and release v0.36.0
v0.36.0
2022-01-31 22:27:15 +00:00
JCOR11599
8adf1a8f1f
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-01-31 22:24:11 +00:00
Andy Arthur
8c67158500
cleanup, added a few tests
2022-01-31 14:21:13 -08:00
Dustin Brown
cff479edff
[ga-bump-dep] Bump dependency in Dolt by max-hoffman ( #2717 )
...
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
2022-01-31 14:15:19 -08:00
James Cor
38922ca18d
Merge branch 'james/prevent-spatial-keys' of https://github.com/dolthub/dolt into james/prevent-spatial-keys
2022-01-31 14:09:03 -08:00
James Cor
b9f0d9bd2b
added some bats tests
2022-01-31 14:08:56 -08:00
James Cor
5825dce679
fixing to prevent modification; not sure how to tests adding primary key
2022-01-31 14:08:42 -08:00
Jason Fulghum
cdbb95442e
Merge pull request #2695 from fulghum/fulghum/dropped-check-constraints-2672
...
Bug fix for dropped table check constraints when altering a table.
2022-01-31 13:34:20 -08:00
JCOR11599
2a8de111b2
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-01-31 21:32:20 +00:00
James Cor
97371a7533
prevent creating and altering table with spatial types as primary key
2022-01-31 13:23:02 -08:00
Aaron Son
82858522f8
go/store/nbs: Fix race-y read of nbs.upstream in Version().
2022-01-31 13:06:04 -08:00
Aaron Son
6a484e7884
Fix copyright headers for reorganized pull code.
2022-01-31 12:51:51 -08:00
reltuk
1228a2b6d7
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-01-31 19:52:52 +00:00
Aaron Son
46f9976176
go/store/datas/pull: Remove types.WalkRef/types.Ref dependency by passing in a WalkRefs function.
2022-01-31 11:18:36 -08:00
Jason Fulghum
9f48db1695
Add fixes for add/drop column, add/drop pk to preserve table checks in altered schema.
...
Updated unit tests and BATS integration tests.
2022-01-31 11:09:52 -08:00
Andy Arthur
89e4b0f0d2
prefix range tests passing
2022-01-31 11:04:35 -08:00
Aaron Son
142b14b92e
doltdb: Remove duplication and confusion between PushChunks, PullChunks and PushChunksForRefHash.
2022-01-31 10:27:23 -08:00
Jason Fulghum
9cc24d5e4a
Merge branch 'main' into fulghum/dropped-check-constraints-2672
2022-01-31 09:13:30 -08:00
Jason Fulghum
f92c5fa98b
Merge branch 'main' into fulghum/dropped-check-constraints-2672
2022-01-31 09:07:59 -08:00
Andy Arthur
e111657dc6
added range iter tests specifically for Map
2022-01-30 16:10:49 -08:00
Andy Arthur
d3e347eb30
broke out separate file for test utils
2022-01-30 15:58:56 -08:00
Andy Arthur
298944e96d
added prefix range scan tests
2022-01-30 15:58:56 -08:00
Andy Arthur
297c80a188
refactored range tests, added prefix range test stub
2022-01-30 15:58:56 -08:00
Andy Arthur
e78f84b54b
deleted Range.format()
2022-01-30 15:58:56 -08:00
Andy Arthur
c016ccd790
fixed delete overlay case, all tests passing
2022-01-30 15:58:56 -08:00
Andy Arthur
65d7c98580
refactored range iteration, memoryMap and prollyMap tests passing
2022-01-30 15:58:56 -08:00
Andy Arthur
6f6d29920e
removed unused reverse ranges
2022-01-30 15:58:56 -08:00
bheni
1ae60f959b
[ga-bump-release] Update Dolt version to 0.35.10 and release v0.35.10
v0.35.10
2022-01-29 00:35:37 +00:00
Aaron Son
82ac30dabe
go/store/datas/pull: Make Pull work with hash.Hash, not a ref.
2022-01-28 15:44:01 -08:00
Aaron Son
64ecfff4cb
go/store/datas: Move Pull, Puller and Clone into their own package.
2022-01-28 15:34:59 -08:00
Tim Sehn
f8f056ee62
Merge pull request #2689 from alrs/doltcore-merge-err
...
libraries/doltcore/merge: fix dropped error
2022-01-28 15:10:42 -08:00
Tim Sehn
bb0ef5f858
Merge pull request #2709 from dolthub/tim/bats-droped-constraints
...
Bats test refactoring for CHECK constraints
2022-01-28 14:41:37 -08:00
Jason Fulghum
5563503f70
Removing TODO now that the fix is implemented in go-mysql-server.
2022-01-28 14:27:52 -08:00
Timothy Sehn
8bf0947607
Factored out bats tests for check constraints into their own file. Added skipped test for alter removing constraints.
2022-01-28 14:05:24 -08:00
Jason Fulghum
066bf53e5d
Removing unnecessary "run" calls to simplify
2022-01-28 09:46:11 -08:00
Jason Fulghum
6043cbe0db
Merge pull request #2681 from fulghum/main
...
Minor updates to schema export/import command documentation
2022-01-28 09:35:07 -08:00
Daylon Wilkins
5c287c79a0
Bump GMS and fix interface changes
2022-01-28 04:58:15 -08:00
zachmu
a75fd7e06a
[ga-bump-release] Update Dolt version to 0.35.9 and release v0.35.9
v0.35.9
2022-01-27 23:33:48 +00:00
Zach Musgrave
3771db6447
Merge pull request #2701 from dolthub/zachmu-aa9aeffb
...
[auto-bump] [no-release-notes] dependency by zachmu
2022-01-27 15:30:58 -08:00
zachmu
b1a498f822
[ga-bump-dep] Bump dependency in Dolt by zachmu
2022-01-27 22:53:15 +00:00
Dhruv Sringari
20bf7aab0f
Merge pull request #2699 from dolthub/dhruv/tags-db
...
Add CreateTagOnDB and DeleteTagsOnDB
2022-01-27 14:37:25 -08:00
Brian Hendriks
4661563bcb
Register server the metrics with prometheus so they get published ( #2696 )
...
* actually register the metrics with prometheus so they get published
* test fixes
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
Co-authored-by: bheni <bheni@users.noreply.github.com >
2022-01-27 13:04:06 -08:00