Catatan

Tunjukkan catatan dari April, 2018

Error converting data type nvarchar to numeric

Imej
Isu Semasa guna function findOne(example), dapat error yang panjang berjela, didahului dengan tajuk masalah tukar data jenis nvarchar kepada numeric. Error yang sama juga berlaku apabila Tedi cuba gunakan isExists. Penyelesaian Setelah hantuk kepala beberapa kali akhirnya Tedi mendapati ada column dalam model utama yang asalnya ialah numeric telah ditukar kepada nvarchar dalam pangkalan data. Log 2018-04-17 17:36:23,100 [http-nio-8888-exec-11] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Error converting data type nvarchar to numeric. org.springframework.orm.jpa.JpaSystemException: org.hibernate.exception.SQLGrammarException: could not execute query; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query      at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:418)      at org.springframewor...

Popular