Taylor Bantle
Taylor Bantle
Can take the same arguments as the [`DOLT_DIFF`](https://docs.dolthub.com/sql-reference/version-control/dolt-sql-functions#dolt_diff) table function, but instead returns the diff summary, similar to [`dolt diff --summary`](https://docs.dolthub.com/cli-reference/cli#dolt-diff). This would be useful for the hosted database UI,...
I want to drop a database at a commit, but getting a database not found error: ``` mysql> show databases; +-------------------------------------------+ | Database | +-------------------------------------------+ | coronavirus | | information_schema...
Repro: ``` mysql> show databases; +-------------------------------------------+ | Database | +-------------------------------------------+ | information_schema | | test | | test/9kp2re4irbrdiu20dlimjtekkuv7gcf3 | | test/bttbgdfg21i0vj46cjpcvpcht7hdg9vc | | us_jails | | us_jails/asha5b6ut0cbaaouoo3pifle4dp3220g | | us_jails/main...
Once upgrading our app to `react` and `@types/react` v18, we got this error on compile: ``` % yarn compile src/components/MailingList/index.tsx:29:8 - error TS2786: 'MailchimpSubscribe' cannot be used as a JSX...
If I delete a branch that's the active branch in other session, I get stuck with a `branch not found` and I can't use any procedures to check out another...
Would be similar to two dot `git log` https://matthew-brett.github.io/pydagogue/git_log_dots.html Should also be an option in the sql context so that we can show pull request commits for the hosted workbench
In MySQL it seems that DATETIME and TIMESTAMP handle timezones a little differently: > MySQL converts TIMESTAMP values from the current time zone to UTC for storage, and back from...
Repro: Go to any repo and run `dolt push origin HEAD` Go to the repo on DoltHub and you'll see that `HEAD` is in the list of branch names instead...
Right now we can see what tables changed in one commit using the `dolt_diff` system table. It would be great to be able to see tables that changed between two...