Y
Hacker News
new
|
ask
|
show
|
jobs
by
swah
3047 days ago
I usually do the same, or even just sqlx. But then wish I had gone full-ORM when I have to change SQL code in 50 places due to a column rename...
1 comments
majewsky
3045 days ago
I'm struggling to think of instances where you would want to rename a column without changing the behavior of the column. The latter would mean that you have to review those 50 places anyway.
link