Now, CreateQuery(querry).UniqueResult() return an Int64 and not an
Int32 (int) as before...
for people who think it's a problem to work with Int64, they are wrong
because processors are as fast to process on both (Int64 and Int32) now.
May be the only argument to take care is if you want to spare some
space. |