Commit Graph

16208 Commits

Author SHA1 Message Date
James Cor 3774b96c07 Merge pull request #4819 from dolthub/JCOR11599-fb85bf67
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-17 13:54:45 -08:00
JCOR11599 2cb4bcffbb [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-17 18:32:19 +00:00
James Cor 2b33339573 Merge pull request #4809 from dolthub/JCOR11599-627beed3
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-16 13:58:17 -08:00
Dhruv Sringari 69d6808ca8 Merge pull request #4769 from dolthub/dhruv/column-truncation
Add bats for column truncation on import
2022-11-16 12:42:29 -08:00
druvv 2a583dd889 [ga-bump-release] Update Dolt version to 0.51.2 and release v0.51.2 v0.51.2 2022-11-16 19:31:26 +00:00
Dhruv Sringari 0ea06aeeab Merge remote-tracking branch 'origin/main' into dhruv/column-truncation 2022-11-16 10:36:16 -08:00
jennifersp 8398fa4000 add smoketest for MikroORM (#4804) 2022-11-16 10:06:48 -08:00
James Cor 37cab3e1ed merge with main 2022-11-16 00:48:37 -08:00
James Cor 4d678af4b0 Merge pull request #4807 from dolthub/james/unique
[no-release-notes] moving tests to gms
2022-11-15 20:46:55 -08:00
JCOR11599 a29928f30e [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-16 01:16:57 +00:00
James Cor bd2e16ccb7 merge with main 2022-11-15 17:07:55 -08:00
James Cor eb51e2ac12 prepareds 2022-11-15 17:06:03 -08:00
James Cor 6a9f39fe85 Merge pull request #4785 from dolthub/james/inline-string-index
use prefix indexes for inline string columns
2022-11-15 17:02:41 -08:00
James Cor 5e5393599a moving tests to gms 2022-11-15 16:50:46 -08:00
Maximilian Hoffman 9555749da1 Fix missing projection on indexed table (#4799)
* Fix mising projection on indexed table

* add test
2022-11-15 15:59:18 -08:00
James Cor 691f8445ae merge and bump 2022-11-15 15:19:40 -08:00
James Cor 8c6455e428 fixing edge case with bounds, and moving tests over to gms 2022-11-15 15:16:04 -08:00
Dhruv Sringari 85a75555d9 Merge pull request #4800 from dolthub/dhruv/skip-empty-diffs
Skip empty diffs caused by non-canonicalized tuples.
2022-11-15 14:36:03 -08:00
jennifersp f0bcb7e6b3 allow not and is null clauses with dolt diff table (#4797) 2022-11-15 13:38:15 -08:00
Maximilian Hoffman 766abab39a Table func join tests (#4795)
* table function join tests

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

* del extra test

* Update go/libraries/doltcore/sqle/dolt_log_table_function.go

Co-authored-by: Jason Fulghum <jason@dolthub.com>

* Update go/libraries/doltcore/sqle/dolt_log_table_function.go

Co-authored-by: Jason Fulghum <jason@dolthub.com>

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2022-11-15 13:17:17 -08:00
Dhruv Sringari d6a8cdeb57 Skip empty diffs caused by non-canonicalized tuples.
At one point, we started to trim null suffixes from tuples. In versions prior to this change,
tuples could have a null field at the end of the tuple. Now we always truncate the tuple.

If old versions insert rows with null values as the last column, it produces a tuple
that is longer than the tuple that would be inserted by the latest version. This leads to
empty diffs.
2022-11-15 12:55:11 -08:00
Aaron Son f7c69bf881 Merge pull request #4749 from dolthub/aaron/cluster-jwks-auth
go/libraries/doltcore/sqle/cluster: Add JWT authentication for peer communication to cluster replicas.
2022-11-15 12:21:55 -08:00
James Cor e62b6fa640 adding collation test 2022-11-15 11:19:00 -08:00
James Cor 755d8e267d fixing duplicate key error for update 2022-11-15 10:23:06 -08:00
coffeegoddd c982ef4abb [ga-bump-release] Update Dolt version to 0.51.1 and release v0.51.1 v0.51.1 2022-11-15 16:36:24 +00:00
Dustin Brown dd733f5376 Merge pull request #4794 from dolthub/db/print-cause
/go/{cmd,libraries}: print failed to read cause
2022-11-15 08:22:26 -08:00
coffeegoddd 81d6f0a4f5 /go/{cmd,libraries}: print failed to read cause 2022-11-15 07:14:52 -08:00
Zach Musgrave 50183c12ba Merge pull request #4786 from dolthub/zachmu/ignore
Renamed --ignore-skipped-rows to --quiet
2022-11-14 16:40:09 -08:00
Daylon Wilkins c1e5375553 Merge pull request #4783 from dolthub/daylon/bats-failure
[no-release-notes] Unskip bats test
2022-11-14 16:26:59 -08:00
James Cor 22fead3020 unhandle prefix indexes 2022-11-14 15:45:13 -08:00
Zach Musgrave a5acab934d Updated bats with --quiet 2022-11-14 15:31:49 -08:00
Zach Musgrave 033ccd411b Merge branch 'zachmu/ignore' of github.com:dolthub/dolt into zachmu/ignore 2022-11-14 15:23:31 -08:00
Zach Musgrave 04dec6e54c Added alias for renamed option 2022-11-14 15:23:22 -08:00
James Cor 463e4f8558 Merge branch 'main' into james/inline-string-index 2022-11-14 15:21:43 -08:00
Daylon Wilkins 9cda63a99a Removed start_sql_server 2022-11-14 15:10:59 -08:00
zachmu 5adc0f1de0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-14 22:58:48 +00:00
Zach Musgrave a9c6018798 Renamed --ignore-skipped-rows to --quiet 2022-11-14 14:57:14 -08:00
James Cor a4d81f3f42 fix panic on keyless tables 2022-11-14 14:56:27 -08:00
jennifersp 801ce2afe0 fix dolt merge --no-ff --no-commit (#4781) 2022-11-14 14:48:06 -08:00
Hydrocharged 26928dd47e [ga-bump-release] Update Dolt version to 0.51.0 and release v0.51.0 v0.51.0 2022-11-14 22:35:30 +00:00
Tim Sehn 3778d7e769 Merge pull request #4745 from dolthub/tim/bc-bats-2
Branch control bats tests
2022-11-14 14:33:41 -08:00
James Cor bcc3a0ebe2 removing todo, and cleaning up 2022-11-14 14:25:07 -08:00
James Cor 88426c669e plans for referenced strings not working, skipping for now 2022-11-14 14:23:25 -08:00
AndyA f1f57789b7 Merge pull request #4782 from dolthub/andy/migration-validation-fix
go/doltcore/migrate: fix migration datetime bug
2022-11-14 14:22:37 -08:00
James Cor 42d9f56f42 implementing lookups for inline strings 2022-11-14 14:08:03 -08:00
Zach Musgrave 68d0ac7411 Merge pull request #4728 from dolthub/zachmu/validation-test
Added validation test to check for test libraries in binary
2022-11-14 13:25:22 -08:00
Tim Sehn 8038bd231a First draft of basic branch control bats tests 2022-11-14 13:14:49 -08:00
Tim Sehn 78b9273436 Removed branch namespace control test 2022-11-14 13:14:49 -08:00
Tim Sehn 8783cac969 skipped branch_namespace_control_test 2022-11-14 13:14:49 -08:00
Tim Sehn 80f9a597a5 Modified existing tests to match new inetrface 2022-11-14 13:14:49 -08:00