All versions since 5.10.2
5.10.2
Fixed
- An identity that explicitly declares no options no longer differs from one that does so implicitly. No options at all and a set of unstated ones now compare equal.
- A sequence altered for one reason no longer restates the others. The change carries the folded options, so a plan that changes the cache does not also restate a start it never asked to change.
- Identity and sequence restarts now warn correctly. Restarts are data hazards: restarting the counter, means duplicate values are issued, meaning inserts collide with what is already stored.
5.11.0 Latest
Added
- .nsql extension. NSchema files can now be authored from a
.nsqlextension as well as a.sqlextension. - TextMate Grammar. There is a TextMate grammar project in the
grammardirectory in this project that will enable syntax highlighting for.nsqlfiles.
Changed
- Default file extension. The default file extension is now
.nsql.