mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-31 00:50:14 -06:00
amend go.mod/sum
# Conflicts: # go/go.mod # go/go.sum
This commit is contained in:
@@ -161,8 +161,10 @@ wait_for_log() {
|
||||
[ $status -eq 0 ]
|
||||
echo "$output" | grep -Fx "$kw_db" >/dev/null
|
||||
|
||||
# DBeaver checks tables without `` escaping
|
||||
run docker exec "$cname" dolt sql --result-format csv -q "SHOW FULL TABLES FROM versioning;"
|
||||
|
||||
[ $status -eq 0 ]
|
||||
[[ "$output" =~ "Tables_in_versioning,Table_type" ]] || false
|
||||
|
||||
# Can use the database for operations
|
||||
run docker exec "$cname" dolt sql -q "USE \`$kw_db\`; CREATE TABLE test_table (id INT);"
|
||||
@@ -553,8 +555,6 @@ EOF
|
||||
[[ "$output" =~ "Bash script executed" ]] || false
|
||||
[[ "$output" =~ "Compressed SQL executed" ]] || false
|
||||
|
||||
docker logs "$cname"
|
||||
|
||||
rm -rf "$temp_dir"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user