Commit Graph

6 Commits

Author SHA1 Message Date
Andy Arthur
d5bd000790 more BATS skipping for __DOLT_1__ 2022-05-17 11:44:11 -07:00
Maximilian Hoffman
9154d2e5dd short dolt procs (#3369) 2022-05-06 18:42:13 -07:00
Daylon Wilkins
7fe4d7d780 Added stored procedure versions of dolt functions 2022-04-19 03:44:20 -07:00
Dustin Brown
5371ed510f /integration-tests/bats: fix bats tests 2021-09-23 14:30:43 -07:00
Maximilian Hoffman
ef2df6761f add sql push and fetch (#2120)
* sql_pull compiles

* Fix sql-merge bats

* Fix merge bats tests, add pull

* Cleanup comments

* refactor fetch; inital dolt_fetch and dolt_push compile, untested

* push bats

* Fetch tests

* delete comments

* Better push status return

* PR touch ups

* Duplicate test name

* Zach's commentsg

* return push ErrUpToDate so cli can log

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-09-13 12:22:36 -07:00
Maximilian Hoffman
72cd1109fa sql server dolt_pull function first pass (#2102)
* sql_pull compiles

* Fix sql-merge bats

* Fix merge bats tests, add pull

* Cleanup comments

* Some of zach's comments

* Fresh set of sql-pull unittests

* bats name typo

* Windows doesn't support file:/// with 3 slashes

* Add one more comment line

* fix one of the check errors

* Add short circuits to cli progress goroutines

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-09-10 14:27:37 -07:00