Andy Arthur
|
0374c57634
|
repofmt
|
2021-02-26 10:01:58 -08:00 |
|
Andy Arthur
|
2fb2e731f9
|
improve conflict resolution errors
|
2021-02-26 09:55:12 -08:00 |
|
Brian Hendriks
|
27318fb827
|
disable foreign key checks on merge with warning (#1369)
|
2021-02-25 17:04:59 -08:00 |
|
Andy Arthur
|
0e2237c857
|
fix nil param
|
2021-02-22 09:07:31 -08:00 |
|
Andy Arthur
|
fd11baaf8c
|
refactor
|
2021-02-22 08:38:04 -08:00 |
|
Andy Arthur
|
233dacc439
|
save MergeState.PreMergeWorking during GC
|
2021-02-22 08:27:12 -08:00 |
|
Andy Arthur
|
2380267ed3
|
restore pre-merge working set on merge --abort
|
2021-02-21 19:27:29 -08:00 |
|
Andy Arthur
|
33af2cb987
|
save active merge commit during GC
|
2021-02-21 19:22:26 -08:00 |
|
Aaron Son
|
82f2e67c9a
|
Attempt to fix master.
|
2021-02-19 15:19:39 -08:00 |
|
reltuk
|
69baadf236
|
[ga-bump-release] update dolt version to 0.23.4
|
2021-02-19 22:41:41 +00:00 |
|
reltuk
|
5d83677025
|
[ga-bump-release] update dolt version to 0.23.3
|
2021-02-19 22:34:39 +00:00 |
|
Vinai Rachakonda
|
79e299fa21
|
CREATE DATABASE (DBDDL) (#1329)
This pr adds CREATE DATABASE functionality for SQL.
|
2021-02-19 11:29:50 -08:00 |
|
AndyA
|
10751ac22e
|
Merge pull request #1328 from dolthub/andy/write-feature-version
Andy/write feature version
|
2021-02-19 10:54:27 -08:00 |
|
AndyA
|
dd833bd562
|
Update go/cmd/dolt/commands/version.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
|
2021-02-19 10:21:10 -08:00 |
|
Brian Hendriks
|
db7bae6851
|
add sql.Context to some of the Close calls (#1347)
|
2021-02-18 15:31:46 -08:00 |
|
Andy Arthur
|
577a6849d7
|
merge master to resolve conflicts
|
2021-02-17 11:55:33 -08:00 |
|
Vinai Rachakonda
|
70a0528b6d
|
Vinai/dolt merge p2 (#1322)
Adds addition functionality to DOLT_MERGE beyond just ffs
|
2021-02-16 20:40:23 -08:00 |
|
Andy Arthur
|
9e40cc45a7
|
refactored RootValueUnreadable to not swallow errors
|
2021-02-15 10:32:12 -08:00 |
|
AndyA
|
73c9c0071d
|
Merge pull request #1308 from dolthub/andy/merge-dupe-tables
Andy/merge dupe tables
|
2021-02-12 17:03:45 -08:00 |
|
Andy Arthur
|
84b75961df
|
added bats for feature version
|
2021-02-12 16:20:02 -08:00 |
|
Andy Arthur
|
8fcb16f587
|
added --feature-version flag to CLI
|
2021-02-12 14:54:48 -08:00 |
|
Andy Arthur
|
ccbf87242c
|
write correct RootVal hash on clone
|
2021-02-12 14:54:48 -08:00 |
|
Vinai Rachakonda
|
6a862db215
|
Vinai/dolt merge Part 1. Just Fast Forward Merge (#1299)
This PR adds DOLT_MERGE functionality that only works with FFs.
|
2021-02-10 11:19:14 -08:00 |
|
Daylon Wilkins
|
e425ec40b5
|
Type change tests and bug fixes
|
2021-02-10 11:06:27 -08:00 |
|
Brian Hendriks
|
96a3fd23a1
|
disable query diff (#1321)
|
2021-02-10 10:40:28 -08:00 |
|
Daylon Wilkins
|
7dcc54b630
|
Check constraints on commit
|
2021-02-09 01:12:52 -08:00 |
|
Andy Arthur
|
bb3770cd77
|
remove unused error from schema.SchemasAreEqual
|
2021-02-08 21:22:47 -08:00 |
|
Daylon Wilkins
|
e7c1a29fc2
|
Added DELIMITER support to the dolt shell
|
2021-02-08 00:54:20 -08:00 |
|
Vinai Rachakonda
|
7b53ccb79f
|
Implement SQL dolt_checkout function (#1287)
This pr adds in DOLT_CHECKOUT functionality for the sql cli.
|
2021-02-04 16:16:01 -08:00 |
|
Brian Hendriks
|
09c3c3e4ec
|
Insertion optimizations (#1293)
|
2021-02-04 14:44:01 -08:00 |
|
Zach Musgrave
|
f6bf6ec93a
|
Merge pull request #1289 from dolthub/zachmu/debuglog-env
Added DOLT_SQL_DEBUG_LOG and DOLT_SQL_DEBUG_LOG_VERBOSE environment vars
|
2021-02-04 09:15:42 -08:00 |
|
AndyA
|
d00a37fbd6
|
Merge pull request #1278 from dolthub/andy/auto-inc-fix
Andy/auto inc fix
|
2021-02-03 18:04:19 -08:00 |
|
Zach Musgrave
|
e28e856e9c
|
Added env vars for SQL analyzer debug printing
|
2021-02-03 14:26:06 -08:00 |
|
Vinai Rachakonda
|
68331035e4
|
Fix bug where batched inserts containing subqueires chose non flushing option.. (#1267)
This pr fixes a problem where subqueries in insert were not denoted as non batch insert.
|
2021-01-29 22:47:57 -05:00 |
|
Andy Arthur
|
b86c8464dd
|
copy AUTO_INCREMENT value on schema change (index/column add/drop/modify)
|
2021-01-29 16:14:42 -08:00 |
|
Brian Hendriks
|
37d58c1f46
|
adds ability to redirect stdin from a file (#1264)
|
2021-01-27 17:55:38 -08:00 |
|
Zach Musgrave
|
f1b2e507b7
|
Merge master
|
2021-01-27 09:05:59 -08:00 |
|
Zach Musgrave
|
fc91da34ba
|
Removed unused error params from col_coll.go
|
2021-01-26 18:24:35 -08:00 |
|
Zach Musgrave
|
2f672c0958
|
NewColCollection no longer returns an error
|
2021-01-26 17:44:11 -08:00 |
|
Zach Musgrave
|
70fc8756ae
|
Enforce valid schema in various import jobs
|
2021-01-26 16:41:37 -08:00 |
|
Brian Hendriks
|
0042732933
|
fix panic when key does not exist in table (#1233)
|
2021-01-26 09:11:38 -08:00 |
|
Timothy Sehn
|
647d2787c1
|
format_repo
|
2021-01-25 15:44:42 -08:00 |
|
Timothy Sehn
|
5bd7fe8efa
|
Fixed merged go code to make diff --cached work
|
2021-01-25 15:37:38 -08:00 |
|
Zach Musgrave
|
4531e2eec4
|
Fixed duplicate tag bug in diff, add commands. Tested merge and commit as well.
|
2021-01-25 15:36:34 -08:00 |
|
Timothy Sehn
|
2ea87900bf
|
Merged Vyas' diff --cached code and unskipped the bats tests
|
2021-01-25 14:42:51 -08:00 |
|
Vinai Rachakonda
|
3342b8d58f
|
Vinai/refactor docs (#1210)
This pr does a massive refactor of the internal state management with docs.
|
2021-01-25 17:00:27 -05:00 |
|
Zach Musgrave
|
80f2dfbb4f
|
Hidden command for changing the type of a column in place. Tested for integers and varchar types.
|
2021-01-25 12:20:38 -08:00 |
|
Remy Ochei
|
f74d7762f6
|
Fixed a grammatical mistake in the man page for dolt conflicts resolve.
|
2021-01-22 12:25:28 -06:00 |
|
Vinai Rachakonda
|
cf037558dd
|
Write to root on every loop of sql shell. (#1215)
This pr fixes a problem where autocommit was not turned on for every single iteration of the shell loop.
|
2021-01-19 16:07:38 -05:00 |
|
Brian Hendriks
|
f64c0286a3
|
cli output fix (#1221)
|
2021-01-19 10:26:58 -08:00 |
|