We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa902b2 commit 443ca1eCopy full SHA for 443ca1e
src/puppetlabs/puppetdb/scf/storage.clj
@@ -373,7 +373,7 @@
373
"Returns the id (primary key) from the table for the row with col = name."
374
[table col name]
375
(->> {:select :id :from table :where [:= col name]}
376
- hsql/format (select-one! (jdbc/connection) :id)))
+ hsql/format (select-one! (jdbc/connection) :id)))
377
378
(defn environment-id [name] (named-row-id :environments :environment name))
379
(defn certname-id [name] (named-row-id :certnames :certname name))
0 commit comments