Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created January 18, 2019 13:17
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 jmercouris/4dab7673af425a645d3c44b1e9ccc77d to your computer and use it in GitHub Desktop.
Save jmercouris/4dab7673af425a645d3c44b1e9ccc77d to your computer and use it in GitHub Desktop.
DB> (sxql:insert-into :Administrator (set= :Password "lol"))
#<SXQL-STATEMENT: INSERT INTO administrator (password) VALUES ('lol')>
;; Desired Result
DB> (sxql:insert-into :Administrator (set= :Password "lol"))
#<SXQL-STATEMENT: INSERT INTO Administrator (Password) VALUES ('lol')>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment