Commit Graph

15777 Commits

Author SHA1 Message Date
Tim Sehn
bcf8ce0c19 Progress on migrating sql-privs.bats to dolt sql-client 2022-10-26 11:43:06 -07:00
Tim Sehn
3ed6be14b7 Migrated sql-charsets-collations.bats to dolt sql-client 2022-10-26 10:21:15 -07:00
Tim Sehn
fbb0121478 dolt sql-client on replication-multidb.bats 2022-10-25 18:05:46 -07:00
Tim Sehn
b9e82f5e01 Migrated as much of multidb.bats as possible 2022-10-25 17:55:39 -07:00
Tim Sehn
413de430fb Migrated config.bats and deleted-branches.bats to dolt sql-client 2022-10-25 17:49:01 -07:00
Tim Sehn
ddf8cd806b remotes-sql-server.bats migrated to dolt sql-client except connecting to a branch tests 2022-10-25 17:03:35 -07:00
Tim Sehn
200313aef8 More examples of migrated tests 2022-10-25 16:24:15 -07:00
Tim Sehn
703b83dc77 Show off use of dolt sql-client instead of server_query 2022-10-25 16:01:39 -07:00
AndyA
843daa1a92 Merge pull request #4608 from dolthub/andy/migration-binary-collation
go/doltcore/migrate: Patch schemas to use `utf8mb4_0900_bin` to match e…
2022-10-25 13:15:17 -07:00
Dustin Brown
57703e2826 [auto-bump] [no-release-notes] dependency by max-hoffman (#4611)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

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

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2022-10-25 11:02:06 -07:00
Andy Arthur
56e6c2d9d4 updating migration integration tests 2022-10-25 09:23:09 -07:00
Maximilian Hoffman
b351314939 join ordering GMS bump (#4516)
* init

* go.mod changes

* gms bump

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

* edit local gms

* GMS changes

* skip single q test

* fix tests

* fix lingering tests

* bump

* another explain bats

* gms bump

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

* gms bump

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

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-10-25 09:06:16 -07:00
Daylon Wilkins
8253629f91 Merge pull request #4585 from dolthub/daylon/bc-cleanup
Branch Control Pt. 9
2022-10-25 06:31:19 -07:00
Daylon Wilkins
041e9e0872 Branch control temp code removal, more tests, added remaining procedures 2022-10-25 05:45:32 -07:00
Taylor Bantle
9f9d0cc174 Merge pull request #4594 from dolthub/taylor/log-ancestor-spec
Make dolt log work with `^` ancestor spec
2022-10-24 16:52:17 -07:00
jennifersp
375a57b107 use github actions for docker (#4609) 2022-10-24 16:52:06 -07:00
Taylor Bantle
0746ee624b Merge remote-tracking branch 'origin/main' into taylor/log-ancestor-spec 2022-10-24 14:54:57 -07:00
jennifersp
9a50c1e7d1 Add dolt sql server docker image (#4605) 2022-10-24 14:10:43 -07:00
Andy Arthur
6a0bc4d28a use binary collation for BINARY, VARBINARY, and BLOB 2022-10-24 14:09:35 -07:00
Dustin Brown
f1e51ed491 Merge pull request #4607 from dolthub/db/fix-ci
[no-release-notes] /.github/workflows: pull before commit
2022-10-24 13:48:01 -07:00
Andy Arthur
a0c0f24e79 go/doltcore/migrate: patch schemas to use utf8mb4_0900_bin to match existing index order 2022-10-24 13:27:39 -07:00
coffeegoddd
20a323ecb3 /.github/workflows: pull before commit 2022-10-24 12:35:40 -07:00
Dustin Brown
7d81a09c00 Merge pull request #4563 from dolthub/db/update-ci
[no-release-notes] /.github/{scripts,workflows}: bump actions
2022-10-24 11:02:39 -07:00
andrew-wm-arthur
a14a4d1dae [ga-bump-release] Update Dolt version to 0.50.8 and release v0.50.8 v0.50.8 2022-10-22 02:02:33 +00:00
AndyA
e16be4ab5b Merge pull request #4598 from dolthub/andy/fix-tag-collision
go/doltcore/doltdb: Account for drop/add column tag reuse when generating new columns
2022-10-21 18:49:07 -07:00
James Cor
eefb68fe47 Merge pull request #4597 from dolthub/james/pk2
adding add autoinc col tests
2022-10-21 16:15:59 -07:00
Andy Arthur
b40cb00f00 added BATS, fix nil panic 2022-10-21 16:12:27 -07:00
James Cor
2d9acd376b prepareds count 2022-10-21 15:45:25 -07:00
James Cor
e1404a76db aaaaaaaaaa 2022-10-21 15:36:51 -07:00
James Cor
004144db32 adding add autoinc col tests 2022-10-21 15:35:02 -07:00
Andy Arthur
6bfe87ad5f account for drop/add column tag reuse when generating new columns 2022-10-21 15:34:54 -07:00
Tim Sehn
309676c208 Merge pull request #4596 from dolthub/tim/fix-server-query-bats
Made `server_query` error on bad queries where we expect no results.
2022-10-21 13:58:07 -07:00
Tim Sehn
33ad4354c5 Fix a select commit to call dolt_commit I found in code review 2022-10-21 12:15:15 -07:00
Tim Sehn
6af00ce059 Fixed all (or at least most) bats tests 2022-10-21 12:12:07 -07:00
Taylor Bantle
ae5c767f8e Merge pull request #4577 from dolthub/taylor/log-tf-options-1
Add `--not`, `--min-parents`, and `--merges` to dolt_log table function
2022-10-21 11:37:49 -07:00
druvv
2ea93ca3a8 [ga-bump-release] Update Dolt version to 0.50.7 and release v0.50.7 v0.50.7 2022-10-21 01:04:45 +00:00
Dhruv Sringari
739f090ba4 interpret 0 value tag as a non-empty value (#4592) 2022-10-20 16:43:46 -07:00
Tim Sehn
50739524f4 Made server_query error on bad queries where we expect no results. Fixed deleted-branches.bats. 2022-10-20 16:16:21 -07:00
Taylor Bantle
409dd36bbb dolt log works with ^ ancestor spec 2022-10-20 16:14:14 -07:00
Taylor Bantle
47edc3e0f7 Merge remote-tracking branch 'origin/main' into taylor/log-tf-options-1 2022-10-20 14:52:21 -07:00
Taylor Bantle
1913be0662 Merge pull request #4574 from dolthub/taylor/log-tf-options
Add `--parents` and `--decorate` to `dolt_log` table function
2022-10-20 14:51:32 -07:00
Taylor Bantle
4c12e168f1 Add getDoltArgs doc and make it reuseable for other table functions 2022-10-20 14:50:37 -07:00
AndyA
f6acf21637 Merge pull request #4590 from dolthub/andy/pk-ordinals-doc
go/doltcore/schema: Added doc comments to `schema.Schema`
2022-10-20 14:26:45 -07:00
Andy Arthur
a90f64a1a5 Added doc comments to schema.Schema, integration test 2022-10-20 12:17:01 -07:00
AndyA
a30a620196 Merge pull request #4586 from dolthub/andy/cleanup-dead-ddl-code
go/doltcore/sqle: Removing unused DDL code
2022-10-20 10:23:54 -07:00
Andy Arthur
a9f1435143 removing unused DDL code 2022-10-20 09:38:03 -07:00
druvv
9686c5a0d8 [ga-bump-release] Update Dolt version to 0.50.6 and release v0.50.6 v0.50.6 2022-10-20 04:06:03 +00:00
Dhruv Sringari
ddc6f61e6f Fix panic when merging tables that have a check constraint with some string literal (#4582)
* fix sending a nil ctx to sqle.ColumnsFromCheckDefinition

* fix bats

* pr comments

* fix tests
2022-10-19 20:51:38 -07:00
Daylon Wilkins
7fae442715 Merge pull request #4571 from dolthub/daylon/bc-tests
Branch Control Pt. 8
2022-10-19 17:29:15 -07:00
jennifersp
f3320c1ecf Create .dockerignore 2022-10-19 15:12:59 -07:00