Commit Graph

17 Commits

Author SHA1 Message Date
Dustin Brown
8f7459f524 [auto-bump] [no-release-notes] dependency by timsehn (#5727) 2023-04-13 15:57:57 -07:00
Dhruv Sringari
9d1cdec100 add some json bats for the new format 2022-11-03 18:36:25 -07:00
James Cor
6d51206676 more tests, and small keyless fix 2022-09-27 11:29:20 -07:00
Zach Musgrave
4f4043b440 Fixed broken json printing for json columns 2022-09-12 14:47:04 -07:00
jennifersp
6886a8721f commit merge if no conflict (#4105) 2022-08-23 12:38:12 -07:00
Dhruv Sringari
241cf79018 Add storage format information to dolt version and add new sql function dolt_storage_format(). Add dolt init --new-format (#4068)
* wip

* add bats

* remove unused

* add SELECT dolt_storage_format()

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

* prepared test

* rename skip_nbf_dolt_1 to skip_nbf_dolt

* multidb mode should load databases based on DOLT_DEFAULT_BIN_FORMAT

If there is a database in ./.dolt then we use its format to search for other compatible formats.

If there is no database in ./.dolt then we use `DOLT_DEFAULT_BIN_FORMAT` to search for other compatible formats.

* fix bats

* fix check_prepared_tests.sh

* fix bats

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-08-11 21:04:58 -07:00
Zach Musgrave
e528a398ad fixed diff output 2022-06-28 09:35:45 -07:00
Andy Arthur
01587c8c20 more BATS skips for __DOLT_1__ 2022-05-10 14:08:47 -07:00
Zach Musgrave
87697bedfc Fixed bug in diff with no schema diffs, added a couple new tests to catch it 2021-11-19 16:28:21 -08:00
Dustin Brown
5371ed510f /integration-tests/bats: fix bats tests 2021-09-23 14:30:43 -07:00
Brian Hendriks
1caa732fdd tuple type changes (#1545)
* tuple as primitive type

* merge primitive tuples

* try UnionKind with nil elements

* remove hard coded hashes

* more tuple type changes

Co-authored-by: Brian Hendriks <brian@liquidata.co>
2021-06-23 11:15:12 -07:00
Andy Arthur
a9d3377a1f removing feature flag for JSON type 2021-04-05 12:14:19 -07:00
Andy Arthur
3f5cc442ec added sql-sever bats test for JSON 2021-04-01 15:32:55 -07:00
Andy Arthur
c047f6de88 added diff and merge bats 2021-04-01 12:14:45 -07:00
Andy Arthur
b69ad6a040 json value printing 2021-04-01 12:14:45 -07:00
Andy Arthur
1bc5803864 added --json CLI feature flag 2021-04-01 12:14:45 -07:00
Andy Arthur
670be39012 added smoke test for JSON support 2021-03-25 11:02:52 -07:00