Yes, nit-picky is a good way to describe it ...;)
Does anyone know if you can specify table and / or column names to use HiLo using Fluent NHibernate? Currently exporting the schema creates this ...
create table hibernate_unique_key (
next_hi INTEGER
)
source
to share