Commit Graph

19781 Commits

Author SHA1 Message Date
Zach Musgrave 3820832239 consolidated replication hook logic more, made more things warnings instead of errors 2023-05-26 10:59:49 -07:00
Tim Sehn 8cfa956211 Merge pull request #6034 from dolthub/zachmu-4047c408
[auto-bump] [no-release-notes] dependency by zachmu
2023-05-26 09:57:49 -07:00
Stephanie You 1cba57d290 add php pdo mysql client integration test 2023-05-26 09:54:51 -07:00
Zach Musgrave 64aeb9c3c1 Merge branch 'zachmu/replication-errors' of github.com:dolthub/dolt into zachmu/replication-errors 2023-05-25 19:40:05 -07:00
Stephanie You 4b6a42a90e add php mysql client integration test 2023-05-25 18:57:30 -07:00
Zach Musgrave 64d1f42c1e Remove obsolete error handling tests 2023-05-25 16:27:45 -07:00
zachmu d4af2d264a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-25 23:05:48 +00:00
zachmu baa2ed1853 [ga-bump-dep] Bump dependency in Dolt by zachmu 2023-05-25 22:58:04 +00:00
Zach Musgrave f01a5e0068 New bats test for replication errors 2023-05-25 15:56:05 -07:00
Zach Musgrave 7927c0790e Made errors in replication config never prevent server startup 2023-05-25 15:37:36 -07:00
fulghum 281c6240e3 [ga-bump-release] Update Dolt version to 1.2.0 and release v1.2.0 v1.2.0 2023-05-25 21:16:52 +00:00
Dustin Brown 0207e5c600 [auto-bump] [no-release-notes] dependency by JCOR11599 (#6032) 2023-05-25 14:08:53 -07:00
Zach Musgrave c9eaf99ec2 dolt_checkout changes the current db to the base name 2023-05-25 13:32:16 -07:00
James Cor 2f64900058 Merge pull request #6028 from dolthub/james/json-table
[no-release-notes] adding JSON_TABLE prepared tests
2023-05-25 10:48:29 -07:00
Nick Tobey ce81109c6f Merge pull request #6026 from dolthub/nicktobey/no-more-ld1
Remove __LD_1__ from CI
2023-05-25 09:36:55 -07:00
Nick Tobey 5227ec4361 dolt cherry pick should forward CliCtx to AddCmd 2023-05-25 09:31:54 -07:00
Nick Tobey 88d047b312 Rename subCommandsWithDEnv to commandsWithoutCliCtx since some commands use both. 2023-05-25 09:31:34 -07:00
Jason Fulghum e826ddcd32 Merge pull request #6025 from dolthub/fulghum/commit-author
Use the SQL user as the Dolt commit author when operating in a SQL context
2023-05-25 08:36:34 -07:00
James Cor 0cc88125b1 merge with main 2023-05-25 01:30:11 -07:00
James Cor f0137be887 Merge pull request #6031 from dolthub/JCOR11599-0a2245f0
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-05-25 01:27:40 -07:00
JCOR11599 d937c537d8 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-25 06:12:00 +00:00
Zach Musgrave 91bb88946d Test fixes 2023-05-24 17:34:47 -07:00
Jason Fulghum 1200c7d901 Changing the default commit author to be the SQL user 2023-05-24 17:20:29 -07:00
Nick Tobey 8fe476d762 Add test that dolt add functions as expected when server is running. 2023-05-24 17:12:29 -07:00
Zach Musgrave 49aaff4997 Databases now expose the name they were requested with, not their base name. 2023-05-24 17:02:08 -07:00
James Cor 4dd98fbe3b updating prepareds count 2023-05-24 16:50:53 -07:00
James Cor 6e094ea057 merge and bump 2023-05-24 16:38:07 -07:00
James Cor 56e0739086 merge with main 2023-05-24 16:36:56 -07:00
James Cor c19513bd10 go mod tidy 2023-05-24 16:34:57 -07:00
Maximilian Hoffman 0bfd57ae4d [no-release-notes] Pushdown refactor, deprecate sql.FilteredTable, ColumnDiffTable correctness (#6024)
* [no-release-notes] Pushdown refactor, deprecate sql.FilteredTable,
ColumnDiffTable correctness

Pushdown splitting into two phases uncovered bugs. sql.FilteredTable
is now deprecated. ColumnDiffTable correctness tests were never run
through the indexing path before, which are broken. This disables the
indexing path and runs the proper test suites.

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

* bump

* tidy

* missing interface method

* mod tidy

* formatter

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-05-24 16:32:20 -07:00
James Cor baa8ce69e2 bump 2023-05-24 16:24:15 -07:00
James Cor 52e8098c3d Merge branch 'main' into james/json-table 2023-05-24 16:22:29 -07:00
Zach Musgrave 974e313bd7 PR feedback 2023-05-24 16:22:08 -07:00
James Cor fd4114301d adding tests 2023-05-24 16:22:03 -07:00
Jason Fulghum cf301fc940 Merge pull request #6014 from dolthub/fulghum/bugfix-2
Allow `@@dolt_transaction_commit` to be set through sql-server config
2023-05-24 16:13:20 -07:00
Zach Musgrave 35ae053b75 merge upstream 2023-05-24 16:11:34 -07:00
Zach Musgrave 7f8d926b00 Fixed test 2023-05-24 16:11:12 -07:00
zachmu 356e376fa6 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-24 23:09:03 +00:00
nicktobey 1536a298d4 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-24 23:00:14 +00:00
Zach Musgrave 293e73a3be New gms 2023-05-24 15:58:49 -07:00
Zach Musgrave 8623a7e002 Merge main 2023-05-24 15:56:43 -07:00
Nick Tobey 19da9e75a3 Ensure that dolt add closes the RowIter in order to persist changes. 2023-05-24 15:50:33 -07:00
Nick Tobey 75622dfc63 Don't ignore error 2023-05-24 15:43:37 -07:00
Nick Tobey ff695a58b9 Comment on generateSql should conform to godocs 2023-05-24 15:42:48 -07:00
Nick Tobey e475c91fe8 Have AddCmd implement RepoNotRequiredCommand 2023-05-24 15:40:40 -07:00
Nick Tobey 91e9b89940 Add missing return statement. 2023-05-24 15:38:15 -07:00
Nick Tobey d91527a266 Ensure that dolt add closes the RowIter in order to persist changes. 2023-05-24 15:38:15 -07:00
Nick Tobey 65a722ba26 Update query generation. 2023-05-24 15:38:15 -07:00
Nick Tobey 97ce70e86e Remove unreachable return. 2023-05-24 15:38:15 -07:00
Nick Tobey dea001ec51 Iterate over result rows. 2023-05-24 15:38:15 -07:00