PP
Size: a a a
PP
T
T
(when (= node (first (db/primaries test)))
- (cl/with-conn-failure-retry conn
- (info (str "Creating table " table-name))
- (j/execute! conn [(str "CREATE TABLE IF NOT EXISTS " table-name
- "(id INT NOT NULL PRIMARY KEY,
- balance INT NOT NULL)")])
- (doseq [a (:accounts test)]
- (info "Populating account")
- (sql/insert! conn table-name {:id a
- :balance (if (= a (first (:accounts test)))
- (:total-amount test)
- 0)}))))
+ (info (str "Creating table " table-name))
+ (j/execute! conn [(str "CREATE TABLE IF NOT EXISTS " table-name
+ "(id INT NOT NULL PRIMARY KEY,
+ balance INT NOT NULL)")])
+ (doseq [a (:accounts test)]
+ (info "Populating account")
+ (sql/insert! conn table-name {:id a
+ :balance (if (= a (first (:accounts test)))
+ (:total-amount test)
+ 0)}))))
(assoc this :conn conn :node node))))
git show -b
и git diff -b
DL
DL
T
SB
git show -b
и git diff -b
ИФ
DL
a
DL
a
ИФ
CD
OR
CD
ИФ
ИФ
let
по колонкамCD
CD