自带格式化功能入口

Sequel Pro 的 SQL 格式化功能以 Bundle 也就是插件的形式提供,使用菜单 Bundles->Input Field->Format->Format SQL 执行。

sequel pro 格式化sql

修正自带 Bundle

官方版本自带的 Bundle 很可能无法开箱即用:

sequel pro 格式化sql

dpriver-9094-8133-2031

  • 打开菜单 Bundles -> Bundle Editor
  • 左边栏选择 Input field (Show) -> Format (Show) -> Format SQL (Show)
  • 在 "Command" 区域找到这行代码 <input type="hidden" name="clientid" value="..." />
  • 把这个 inputvalue 改为 dpriver-9094-8133-2031
  • 保存

原生<input type="hidden" name="clientid" value="4149-9094-8133-2031" /> 

修改后<input type="hidden" name="clientid" value="dpriver-9094-8133-2031" /> 

转载于:https://my.oschina.net/shunshun/blog/3014542

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
  • 2022-01-14
  • 2022-12-23
  • 2021-09-19
  • 2021-05-30
  • 2021-12-04
猜你喜欢
  • 2021-05-26
  • 2021-06-16
  • 2021-12-12
  • 2021-05-09
  • 2021-12-14
  • 2021-09-25
  • 2022-12-23
相关资源
相似解决方案