>>107603525
>>107604457
I think I am going to go with a Babashka script that locates SQL comments of a certain format and replaces them with their contents after an EVAL
a preliminary function that is proving well:
(def begin-emission "-- Begin RoboSQL emission...")
(def end-emission "-- ...End RoboSQL emission")
(defn
immutable-column
[schema table column]
(format
"
%s
create function %s.%s_%s_tr_bu_fn()
Comment too long. Click here to view the full text.