Stephanie You
|
b47eeb4dec
|
PR comments
|
2023-12-01 15:00:05 -08:00 |
|
Stephanie You
|
5d24edd9ef
|
address PR comments
|
2023-11-29 18:43:36 -08:00 |
|
Stephanie You
|
3e5c6b6bb7
|
minor test updates
|
2023-11-29 11:34:12 -08:00 |
|
Stephanie You
|
adcf3c10f3
|
tests for dolt reflog
|
2023-11-29 11:34:11 -08:00 |
|
jennifersp
|
d3c4a9a444
|
remove dolt stored procedure aliases (#7054)
|
2023-11-28 10:33:23 -08:00 |
|
Jason Fulghum
|
3f90521272
|
Fixing BATS test after allowing TEXT/BLOB/JSON fields to accept a literal default value (for MariaDB compatibility)
|
2023-11-21 15:45:50 -08:00 |
|
Nick Tobey
|
9bc32d9db2
|
Merge pull request #6980 from dolthub/nicktobey/schemamerge
Correctly identify and report data conflicts when deleting rows and/or columns during a three-way merge.
|
2023-11-20 23:12:26 -08:00 |
|
Neil Macneale IV
|
dbb5ce3d2d
|
Merge pull request #7023 from dolthub/macneale4/fix_dolt_fetch_pull
fix dolt fetch and dolt pull commands to properly authenticate
|
2023-11-20 20:32:04 -08:00 |
|
Neil Macneale IV
|
0780d4e496
|
Update tests for more descriptive messages
|
2023-11-20 18:39:42 -08:00 |
|
jennifersp
|
d09c29cb7e
|
use database name that is the same as directory name on disk (#7020)
|
2023-11-20 13:20:12 -08:00 |
|
Neil Macneale IV
|
e11363a5c1
|
Activate skipped tests for fetch and pull
|
2023-11-17 17:07:38 -08:00 |
|
Stephanie You
|
c6ea9725a7
|
minor updates
|
2023-11-16 17:48:00 -08:00 |
|
Stephanie You
|
0f5a26af3a
|
profile does not need write perms in current dir
|
2023-11-16 16:53:14 -08:00 |
|
Stephanie You
|
f37e231e7c
|
does not check write perms for config
|
2023-11-16 16:44:12 -08:00 |
|
jennifersp
|
9cf62a54ab
|
fix panic on foreign key references dropped table for dolt diff (#7008)
|
2023-11-16 13:26:26 -08:00 |
|
jennifersp
|
8ea2847759
|
allow hyphen in db name to match its dir name (#6995)
|
2023-11-16 07:25:55 -08:00 |
|
Nick Tobey
|
efff37bdf6
|
Update bats tests. These tests test handling data conflicts, but the behavior that was in the test (row deletion + column deletion) is no longer a conflict. This commit changes the behavior to something else that is a conflict.
|
2023-11-15 14:36:19 -08:00 |
|
James Cor
|
a3f4b5ecd9
|
bumping feature version (#6985)
Co-authored-by: James Cor <james@dolthub.com>
|
2023-11-09 12:22:04 -08:00 |
|
James Cor
|
5d31f836cf
|
make GeomAddrEnc known as an address encoding (#6973)
|
2023-11-08 15:48:07 -08:00 |
|
James Cor
|
c5710b42ab
|
store GEOMETRY types as BLOBs (#6933)
|
2023-11-07 01:49:48 -08:00 |
|
Jason Fulghum
|
ef163cedf1
|
Merge pull request #6947 from dolthub/fulghum/reflog-2
Switch reflog data to be stored in a ring buffer
|
2023-11-06 15:49:10 -08:00 |
|
stephanie
|
731c96104d
|
Merge pull request #6953 from dolthub/steph/import-existing-fk
Fix `import` bats test for existing table with FK constraints
|
2023-11-06 15:36:36 -08:00 |
|
Stephanie You
|
6522866c4d
|
fix import bats test for exiting table with fk constraints
|
2023-11-06 13:24:19 -08:00 |
|
Stephanie You
|
15b42980c4
|
remove space
|
2023-11-06 11:56:45 -08:00 |
|
Stephanie You
|
b13f74253f
|
revert changes for processing nulls
|
2023-11-06 11:46:14 -08:00 |
|
Stephanie You
|
1bfc7e344f
|
import null doesn't violate fk constraint
|
2023-11-06 10:11:41 -08:00 |
|
Stephanie You
|
a5c66246c5
|
Merge remote-tracking branch 'origin/main' into steph/deprecate-sql-client
|
2023-11-03 16:55:15 -07:00 |
|
Stephanie You
|
7b2dd70f78
|
fix sql server test
|
2023-11-03 15:30:25 -07:00 |
|
Jason Fulghum
|
71e03088f2
|
Updating BATS tests for reflog now that reflog uses a ring buffer to store root references (instead of ignoring root refs once the internal limit was hit)
|
2023-11-03 13:23:20 -07:00 |
|
Stephanie You
|
ee7f16c970
|
fix bats test connection
|
2023-11-03 11:53:34 -07:00 |
|
Jason Fulghum
|
10dc56390a
|
Adding a hook to control the max size of the reflog
|
2023-11-03 07:06:28 -07:00 |
|
Jason Fulghum
|
c7dc6d2af0
|
Adding env var to disable reflog querying
|
2023-11-03 06:39:12 -07:00 |
|
Stephanie You
|
7a7a0384f8
|
simplify connection flags
|
2023-11-02 21:15:36 -07:00 |
|
Zach Musgrave
|
1c79d2ff8a
|
Merge pull request #6919 from dolthub/zachmu/virtual
Partial support for virtual columns
|
2023-11-02 16:20:10 -07:00 |
|
Zach Musgrave
|
fc6ae719b8
|
Removed redundant feature version test (we check this in setup in many places already)
|
2023-11-02 14:23:29 -07:00 |
|
Zach Musgrave
|
577a2873f0
|
Update feature version for bats
|
2023-11-02 13:19:02 -07:00 |
|
Zach Musgrave
|
0a1f6d0934
|
Cleanup, made skipped error messages only print with --verbose
|
2023-11-02 12:56:55 -07:00 |
|
Zach Musgrave
|
f804f3c6c9
|
New tests, fixed existing ones
|
2023-11-02 12:47:23 -07:00 |
|
Stephanie You
|
111e8f2c5d
|
fix capitalization typo
|
2023-11-02 09:15:25 -07:00 |
|
Stephanie You
|
290ca7d4ab
|
remove dolt sql-client from bats tests
|
2023-11-01 18:03:14 -07:00 |
|
Neil Macneale IV
|
bf9897ed25
|
PR Feedback (noop)
|
2023-10-31 15:43:05 -07:00 |
|
Neil Macneale IV
|
65c0d99ff4
|
Procedure tests which verify AdminOnly option on dolt procedures
|
2023-10-31 11:03:10 -07:00 |
|
Neil Macneale IV
|
ad5ccae8bd
|
typo
|
2023-10-31 11:01:05 -07:00 |
|
Neil Macneale IV
|
13e346c0fd
|
Tests for the privleges tables
|
2023-10-31 11:01:05 -07:00 |
|
Stephanie You
|
5b2169c37f
|
fix bats tests
|
2023-10-30 12:32:23 -07:00 |
|
Stephanie You
|
edaf65fc3e
|
add warning message to dolt sql-client
|
2023-10-30 10:27:44 -07:00 |
|
Stephanie You
|
9c69905749
|
match tables by name
|
2023-10-27 16:11:32 -07:00 |
|
Tim Sehn
|
0979ffff47
|
Unskipped a bats test I added for a join across multiple databases on tables of the same name that is now fixed.
|
2023-10-24 16:03:22 -07:00 |
|
stephanie
|
8084c49ffe
|
Merge pull request #6858 from dolthub/steph/version-err
Allow `dolt version` in folders without full permissions
|
2023-10-23 14:35:34 -07:00 |
|
Stephanie You
|
a02ee53936
|
fix panic for mismatched column schema
|
2023-10-20 16:37:52 -07:00 |
|