dolthub / hosted-issues

Issues for hosted.doltdb.com
https://hosted.doltdb.com
2 stars 0 forks source link

Creating pull on database with hyphen disappears when dolt is restarted #124

Closed tbantle22 closed 10 months ago

tbantle22 commented 1 year ago

To repro:

  1. Create database with hyphen in name (like test-db)
  2. Create a pull request from the workbench
  3. Restart dolt (can use Upgrade Dolt or Restart Dolt from Actions dropdown)
  4. Database name will change to test_db and pull request will be gone
tbantle22 commented 1 year ago

Will be fixed if we stop renaming databases altogether: https://github.com/dolthub/dolt/issues/6491

tbantle22 commented 10 months ago

As of dolt 1.27.0 we no longer rename databases with hyphens