Hrorm 0.11.0 is out.
- Support for IN and NOT IN in WHERE clauses
- withIntegerColumn() -> withLongColumn()
It took me 30 seconds to upgrade my hrorm dependent project.
%s/withIntegerColumn/withLongColumn/g
Hrorm 0.11.0 is out.
It took me 30 seconds to upgrade my hrorm dependent project.
%s/withIntegerColumn/withLongColumn/g
Me: “Uh, Integer != Long… and IN support?”
You: “Integers are outdated and too small. I don’t how how to support IN at this time.”
A day and a half later…