seems the dialect is detected otherwise you won’t be able to get sequence info in the first place. Technically, SQLServer2012Dialect` is detected but it seems it should be enough for the sequence purpose. The real problem is the sqlserver jdbc driver is not robust enough to transform int type to long type, as in other more robust drivers. Not sure we need to fix the issue. Is there any roadblock to update sequence to long type, btw? |