Hi everyone.
In SqlServer I prefer to uses sequences instead of identity to generate auto-increment values.
But in this case the LastInsertId() method does not work.
To use sequences the insert sql statement needs to use the OUTPUT clause.
Does OrmLite has support for this with the SqlServer dialect provider?
Like it does in the FireBird dialect provider?
Thanks.
Luis