Tim Sehn
Tim Sehn
Here's my test: ``` timsehn:quick-test timsehn$ cat test.yml # The configurations that used for the recording, feel free to edit them config: # Specify a command to be executed #...
The dolt logo is inspired by a commit hash `d01t`. It would be cool if we had an option to have a dolt initial commit be rerolled until the first...
It's off by default so the documentation is misleading. Or if it's a switch to turn it on this should work: ```bash us-jails $ dolt sql-server --socket error: no value...
### Repro In Shell 1: ``` dolt $ dolt sql-server Starting server with Config HP="localhost:3306"|T="28800000"|R="false"|L="info" 2022-07-26T15:59:25-07:00 INFO [conn 1] NewConnection {DisableClientMultiStatements=false} 2022-07-26T15:59:53-07:00 WARN [conn 1] error running query {connectTime=2022-07-26T15:59:25-07:00, connectionDb=,...
``` us-schools $ dolt ls -a Tables in working set: schools System tables: dolt_docs dolt_commit_ancestors dolt_diff_dolt_docs dolt_commit_diff_dolt_docs dolt_conflicts_schools dolt_conflicts dolt_diff_schools dolt_history_dolt_docs dolt_constraint_violations_dolt_docs dolt_commits dolt_status dolt_remotes dolt_constraint_violations_schools dolt_conflicts_dolt_docs dolt_branches dolt_log dolt_constraint_violations...
From Discord with a potential user: > It would be great (more from a blockchainish nonrepudiable evidence of state perspective than for gittish versioning applications) if there were some way...
This in and of itself is not an issue but can create a confusing first hour experience issue. Let's say I make a dolt directory and database directory like so:...
Tip of main. Before running `dolt sql-server` ``` dolt $ ls -al total 48 drwxr-xr-x 70 timsehn staff 2240 Jul 19 09:34 . drwxr-xr-x 6 timsehn staff 192 Oct 18...
Either put them in the behavior section or make a new replication section.
This came up in the context of replication where a command line `dolt commit` did not trigger replication but `dolt sql -q "call dolt_commit()"` did. Makes no sense. We need...