UniqueIdGenerator icon indicating copy to clipboard operation
UniqueIdGenerator copied to clipboard

Is it has to be Uint64?

Open lzymll opened this issue 5 years ago • 2 comments

NextLong can return just long type since sql server don't support unsigned bigint type.

lzymll avatar Sep 16 '19 18:09 lzymll

Is there an added value for the use for the data type uLong?

For the database I need a normal long. uLong can be converted to long, but will this be a problem in the future? It feels wrong to use the datatype uLong.

thebestgin avatar Mar 21 '21 09:03 thebestgin

NextLong can return just long type since sql server don't support unsigned bigint type.

Maybe you can add mschuler as an assignees so he can get an email notification and answer your/our question.

thebestgin avatar Mar 21 '21 09:03 thebestgin