Swing the heartache: Interactive DB maintenance in LispTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Holger,
what means "swing the heartache"? Does it refer to the goth band?
It refers to a song of the same name by the band "Bauhaus", which some might claim have established the gothic genre. I don't know if the title also names a band.
Apart from that I like using song references as blog titles, I found dealing with the db issue in the cl repl to be a swinging solution to a particular headache, so that fitted quite nicely.
Why actually fetch the data? Either use alter table sometable alter column data ...; Or create a new column, then update the new column with the data from the old column (update sometable set newdata=data) and finally drop the data column and rename newdata to data. Much more efficient and just as elegant.
Add Comment
|
QuicksearchBlog AdministrationKategorienTagsCalendar
Powered by |
|||||||||||||||||||||||||||||||||||||||||||||||||