Skip to content

SQLite

Version 5.3.1

Fixed

  • int columns render as INTEGER. Only that exact spelling makes a SQLite primary key the rowid alias, and an introspected INTEGER parses to the model’s int — so the previous int rendering quietly changed a table’s shape on a round trip.