angelamayxie
51137e2bdc
Merge pull request #10373 from dolthub/angelamayxie-35c2c1a9
...
[auto-bump] [no-release-notes] dependency by angelamayxie
2026-01-27 13:16:50 -08:00
angelamayxie
03e41df290
[ga-bump-dep] Bump dependency in Dolt by angelamayxie
2026-01-27 18:58:33 +00:00
Dustin Brown
cd1cf0c457
Merge pull request #10363 from dolthub/db/fixes
...
Add embedded-mode options to bypass DB cache and fail fast on journal lock contention
2026-01-27 10:39:36 -08:00
coffeegoddd☕️✨
38513982e2
/go/{cmd,libraries}: address pr feedback
2026-01-26 15:53:45 -08:00
coffeegoddd☕️✨
bb6fef3937
/go/libraries/doltcore/dbfactory: plumb lock timeout error param
2026-01-26 14:27:53 -08:00
coffeegoddd☕️✨
86988af8b1
/libraries/doltcore/dbfactory/file_cache_test.go: add copyright header
2026-01-23 15:41:38 -08:00
coffeegoddd☕️✨
78b66dd1fd
/go/libraries/doltcore/env/multi_repo_env.go: fix multi repo env
2026-01-23 15:33:58 -08:00
coffeegoddd☕️✨
06d2931172
/go/{cmd,libraries,store}: add mode for disabled singleton cache and exclusive lock error
2026-01-23 15:04:41 -08:00
Daylon Wilkins
8f1a91b7a6
Merge pull request #10314 from dolthub/daylon/branch-control-minimize-deletions
...
Minimize binlog deletions in branch control
2026-01-23 06:09:33 -08:00
coffeegoddd
c3dd56bb7d
[ga-bump-release] Update Dolt version to 1.81.2 and release v1.81.2
v1.81.2
2026-01-23 01:05:28 +00:00
Dustin Brown
2d621e8006
[ga-bump-dep] Bump dependency in Dolt by jycor ( #10358 )
...
Co-authored-by: jycor <jcor@ucsd.edu >
2026-01-22 16:27:39 -08:00
angelamayxie
2ee439e93c
Merge pull request #10357 from dolthub/angela/temptables
...
Prevent temporary table name collisions
2026-01-22 16:12:40 -08:00
angelamayxie
06b39912e9
remove unnecessary variable name change
2026-01-22 15:27:35 -08:00
angelamayxie
d7e41934b2
okay to create non-temporary tables with the same name as temporary tables
2026-01-22 15:19:05 -08:00
angelamayxie
1af63069af
nit: whitespace
2026-01-22 14:41:40 -08:00
angelamayxie
8ea0595b8e
Merge branch 'main' of https://github.com/dolthub/dolt into angela/temptables
2026-01-22 14:39:32 -08:00
angelamayxie
3e7e0ec633
nit: add empty line back
2026-01-22 14:39:26 -08:00
angelamayxie
b8f37c2326
add back name collision check
2026-01-22 14:37:01 -08:00
angelamayxie
0c3109dc3a
add test script
2026-01-22 14:18:55 -08:00
angelamayxie
e024158c64
check for temporary tables before creating dolt table
2026-01-22 14:04:19 -08:00
James Cor
ac48b845a2
[no-release-notes] use InspectWithOpaque ( #10350 )
2026-01-22 13:25:22 -08:00
angelamayxie
fd06101159
check for existing temporary table before creating new temporary table, refactor temporary tables to use 2d map
2026-01-22 13:05:50 -08:00
Neil Macneale IV
e8387cdbb0
Merge pull request #10349 from dolthub/macneale4-claude/rebase-non-ii
...
Remove requirement for -i in dolt_rebase
2026-01-22 11:18:41 -08:00
Neil Macneale IV
1ef50d8004
PR Feedback
2026-01-22 10:14:12 -08:00
Nathan Gabrielson
b1c95c8987
Merge pull request #10274 from dolthub/nathan/stashApply
...
`dolt stash apply`
2026-01-22 12:55:08 -05:00
Nathan Gabrielson
bd67cf24de
small status.go fixes
2026-01-22 09:19:19 -08:00
Nathan Gabrielson
e150e02546
Neil feedback
2026-01-22 09:19:19 -08:00
Nathan Gabrielson
9a483ff402
typo in bats test
2026-01-22 09:19:19 -08:00
Nathan Gabrielson
59aed48f07
Tests and CLI stuff
2026-01-22 09:19:19 -08:00
Nathan Gabrielson
5792316d6d
add apply
2026-01-22 09:19:19 -08:00
Daylon Wilkins
a64ded993b
Minimize binlog deletions in branch control
2026-01-22 04:40:40 -08:00
Nick Tobey
6b5d5373d1
Merge pull request #10227 from codeaucafe/codeaucafe/5862/make-ignore-system-table
...
dolthub/dolt#5862 : Add ignore system table
2026-01-22 00:41:21 -08:00
coffeegoddd
c7aae5233e
[ga-bump-release] Update Dolt version to 1.81.1 and release v1.81.1
v1.81.1
2026-01-22 01:03:43 +00:00
Neil Macneale IV
5f2a48f801
better test, removed dumb comments
2026-01-21 16:33:07 -08:00
angelamayxie
109baac3b4
Merge pull request #10348 from dolthub/jycor-2f050772
...
[auto-bump] [no-release-notes] dependency by jycor
2026-01-21 16:26:14 -08:00
Zach Musgrave
c2e3cbe475
Merge pull request #10347 from dolthub/zachmu/merge-bug
...
fixed output bug for foreign key constraints
2026-01-21 16:19:21 -08:00
Neil Macneale IV
1c3ad069cb
Remove requirement for -i in dolt_rebase
2026-01-21 23:44:43 +00:00
jycor
7c34c0ae4a
[ga-bump-dep] Bump dependency in Dolt by jycor
2026-01-21 23:42:32 +00:00
zachmu
cbde862f7b
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2026-01-21 23:29:46 +00:00
Zach Musgrave
36463bb278
Merge branch 'zachmu/merge-bug' of github.com:dolthub/dolt into zachmu/merge-bug
2026-01-21 15:20:42 -08:00
Zach Musgrave
60f0c5241d
fixed test
2026-01-21 15:16:07 -08:00
zachmu
c135f26c43
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2026-01-21 22:54:35 +00:00
angelamayxie
dc2925e303
Merge pull request #10346 from dolthub/angelamayxie-ecc57d5a
...
[auto-bump] [no-release-notes] dependency by angelamayxie
2026-01-21 13:03:03 -08:00
angelamayxie
2b6619aeb5
[ga-bump-dep] Bump dependency in Dolt by angelamayxie
2026-01-21 20:25:17 +00:00
Dustin Brown
f92cbd9360
[auto-bump] [no-release-notes] dependency by fulghum ( #10344 )
2026-01-21 12:08:08 -08:00
Zach Musgrave
59cf9143e9
fixed output bug for foreign key constraints
2026-01-21 11:53:00 -08:00
coffeegoddd
4729531fe9
[ga-bump-release] Update Dolt version to 1.81.0 and release v1.81.0
v1.81.0
2026-01-21 02:00:57 +00:00
angelamayxie
bd26f10efa
Merge pull request #10337 from dolthub/angelamayxie-a47af5c8
...
[auto-bump] [no-release-notes] dependency by angelamayxie
2026-01-20 17:32:36 -08:00
Aaron Son
5b46ec56a4
Merge pull request #10341 from dolthub/aaron/fix-10331-no-truncate-on-read-only-journal-open
...
go/store/nbs: Fix possible data loss from Dolt CLI utilization when executing against a running server that was in the process of writing to its journal file.
2026-01-21 02:31:27 +01:00
Aaron Son
27882102d2
Merge pull request #10326 from dolthub/aaron/sql-server-check-for-env-load-error
...
go: Add some error checks for previously dropped errors in Filesys.Iter calls.
2026-01-21 02:28:39 +01:00