Hrorm Forums

New Release 0.11.0


#1

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

:smiley:


#2

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…