LiuLiu
LiuLiu
when doing this query in dolthub: ``` SELECT diff_type, from_total, to_total, from_commit, from_commit_date, to_commit, to_commit_date FROM dolt_diff_inmate_population_snapshots WHERE ((to_id = '042b1a2a' AND to_snapshot_date = '2000-08-01') OR (from_id = '042b1a2a' AND...
this affects how we display diff rows on dolthub repro: - clone this [db](https://www.dolthub.com/repositories/liuliu/test1), checkout a new branch. - change `pk2` in 2 rows: ``` UPDATE `change_in_pks` SET `pk2` =...
add support to `dolt -log --graph`: - [ ] `--all` - [x] `--oneline`
This works without `yarn workspaces`, but the built app is over 1GB, since we would need to manually copy the node modules to be included in the app instead of...
* **Electron-Builder Version**: 25.1.7 * **Node Version**: v20.18.0 * **Electron Version**: 31.0.1 * **Electron Type (current, beta, nightly)**: current * **Target**: Windows NSIS I have an icon.ico file placed in...