Commit Graph

10816 Commits

Author SHA1 Message Date
Andy Arthur 8da5c08f72 refactored ProllyNode 2022-01-03 09:24:10 -08:00
Andy Arthur 06d3453957 added RefArray and RefMap 2022-01-03 09:24:10 -08:00
Andy Arthur b0a1519696 first pass at flatbuffers serialization format 2022-01-03 09:24:10 -08:00
reltuk bc0ab0cf4f [ga-bump-release] Update Dolt version to 0.35.0 and release v0.35.0 v0.35.0 2021-12-29 20:51:56 +00:00
Aaron Son 58fa41d7a9 Merge pull request #2543 from dolthub/reltuk-58fc9dc8
[auto-bump] [no-release-notes] dependency by reltuk
2021-12-28 16:09:09 -08:00
Aaron Son 22b10fb6d7 Merge pull request #2538 from dolthub/aaron/index-edit-accumulator-dropped-edit-fix
doltcore/table/editor: index_edit_accumulator: Correctly order the most recently accumulated edits after all flushed edits.
2021-12-28 15:05:32 -08:00
jennifersp 54628ebbf8 add DOLT_BRANCH() function (#2530) 2021-12-28 14:36:03 -08:00
jennifersp ba9b8e872d add mysql client bats test (#2540) 2021-12-28 14:36:03 -08:00
reltuk 15f817d713 [ga-bump-dep] Bump dependency in Dolt by reltuk 2021-12-28 22:35:46 +00:00
jennifersp 72444601de add DOLT_BRANCH() function (#2530) 2021-12-28 12:12:35 -08:00
jennifersp fdec0ba82b add mysql client bats test (#2540) 2021-12-27 19:13:15 -08:00
reltuk 06d743fd5a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-12-27 22:03:42 +00:00
Aaron Son 0609664b3b doltcore/table/editor: index_edit_accumulator: Correctly order the most recently accumulated edits after all flushed edits.
IndexEditAccumulator has the same bug TableEditAccumulator had in #2278. The
result is that large edits of indexes can drop index entries.
2021-12-27 13:55:33 -08:00
AndyA c879b53456 Merge pull request #2528 from dolthub/andy/extract-edit-session
/go/libraries/doltcore/merge: Remove `editor.EditSession`
2021-12-21 17:03:01 -08:00
Andy Arthur 0d14a1751c Merge branch 'andy/sql-write-session' of github.com:dolthub/dolt into andy/sql-write-session 2021-12-20 16:14:59 -08:00
Andy Arthur e85ac8aac3 cleanup 2021-12-20 16:06:38 -08:00
andrew-wm-arthur 30b2812d63 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-12-20 21:14:56 +00:00
Andy Arthur 408ded7dc8 removed WriteSession method to create editor.TableEditor 2021-12-20 13:06:11 -08:00
Andy Arthur a9fd8f5c98 added GetTableWriter method to WriteSession, tableEditSession 2021-12-20 12:49:04 -08:00
Andy Arthur 45619b273d cleanup 2021-12-17 16:03:12 -08:00
Andy Arthur d3bb85ac44 Merge branch 'main' into andy/sql-write-session 2021-12-17 15:44:47 -08:00
Andy Arthur c56a658440 moved write session, sessioned table editor to sqle/writer 2021-12-17 15:42:29 -08:00
Brian Hendriks 15eb290524 Bh/prom ss metrics (#2511) 2021-12-17 13:53:10 -08:00
Andy Arthur b8e7ff90da extracted interface from editor.TableEditSession 2021-12-17 13:25:22 -08:00
Andy Arthur ef5ce8a2bd Merge branch 'andy/extract-edit-session' into andy/sql-write-session 2021-12-17 12:09:17 -08:00
Andy Arthur 714d568424 check foreign key violations on conflict resolution 2021-12-17 11:52:53 -08:00
Andy Arthur 3182423403 remove table edit session from resolve 2021-12-17 09:38:01 -08:00
AndyA bc539a7923 Merge pull request #2521 from dolthub/andy/sql-editor
/go/libraries/doltcore/sqle/editor: Extracted TableEditor to editor package
2021-12-16 18:43:12 -08:00
Andy Arthur a535238fb2 bump 2021-12-16 17:06:02 -08:00
Andy Arthur caf1e7ba16 remove edit session from the rest of merge 2021-12-16 17:04:04 -08:00
AndyA 96cc3100e8 Merge pull request #2515 from dolthub/andy/sql-index
go/libraries/doltcore/sqle/index: New Sqle Index Package
2021-12-16 16:59:26 -08:00
AndyA b4e079b6d8 Merge pull request #2525 from dolthub/andy/merge-without-session
go/libraries/doltcore/merge: Merge without session
2021-12-16 16:34:40 -08:00
Andy Arthur 82c4356089 Merge branch 'andy/merge-without-session' into andy/sql-write-session 2021-12-16 16:33:25 -08:00
Andy Arthur 44d5bb6c79 renaming sqle/editor -> sqle/writer 2021-12-16 16:33:15 -08:00
Andy Arthur 357d87ed23 merged sql-index changes 2021-12-16 16:24:48 -08:00
Andy Arthur 3e85829674 updated Next(ctx) calls 2021-12-16 16:20:26 -08:00
Andy Arthur 0d30d618b7 merge main 2021-12-16 16:15:56 -08:00
Andy Arthur a4736f484c remove edit session from merge 2021-12-16 16:03:35 -08:00
Andy Arthur 1f5619fd6c removing editor force load 2021-12-16 15:49:02 -08:00
Aaron Son b505364649 Merge pull request #2522 from dolthub/aaron/gms-rowiter-next-gets-ctx
Bump GMS, pick up ctx parameter for RowIter.Next().
2021-12-16 15:45:45 -08:00
Andy Arthur c9041c04aa revert private EditSession member in DatabaseSessionState 2021-12-16 15:13:26 -08:00
reltuk 834b066b85 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-12-16 23:01:39 +00:00
Aaron Son 034d49629c Bump GMS, pick up ctx parameter for RowIter.Next(). 2021-12-16 15:00:18 -08:00
Zach Musgrave bb24c12319 Merge pull request #2514 from dolthub/zachmu/alter-table
Better tests for alter table, and added the ability to modify a table with AUTO_INCREMENT
2021-12-16 14:51:30 -08:00
Zach Musgrave 6273c6db4e Fixed bug in node client test 2021-12-16 14:09:48 -08:00
Zach Musgrave d75032b6b2 Updated latest gms 2021-12-16 13:49:38 -08:00
Zach Musgrave 7efc695302 Fixed bug in cpp mysql connector test 2021-12-16 13:44:49 -08:00
Andy Arthur c2e4c66992 split up file dsess/session.go 2021-12-16 13:22:05 -08:00
Andy Arthur 9cc5a215d4 made editSession private to database session state 2021-12-16 13:13:48 -08:00
AndyA 2a38db5aa6 Merge pull request #2512 from dolthub/andy/refactor-index-tests
/go/libraries/doltcore/sqle: Refactor Mergable Index Tests
2021-12-16 12:55:46 -08:00