Skip to content

Instantly share code, notes, and snippets.

@manuelselbach
Created December 20, 2017 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelselbach/deb1a6544a44ccc6eda6dfa35b134c24 to your computer and use it in GitHub Desktop.
Save manuelselbach/deb1a6544a44ccc6eda6dfa35b134c24 to your computer and use it in GitHub Desktop.
Activate SQL formatting in sequalpro
  • Open the bundle editor: Bundles > Bundle Editor > Input Field > Format > Format SQL
  • Search for clientid and replace the <input/> value attribute with dpriver-9094-8133-2031
  • You can now format code through ctrl + option + command + T

Here is how the input tag should look like:

<input type="hidden" name="clientid" value="dpriver-9094-8133-2031" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment