NHibernate and mysql timestamp
- by HeavyWave
I am trying to do versioning with NHibernate and everything works fine, however right after the insert NHibernate tries to pull the generated timestamp by executing the following query:
SELECT profileloc_.Updated as Updated14_ FROM profile_locale profileloc_
WHERE profileloc_.id=?p0 and profileloc_.culture=?p1;?p0 = 16, ?p1 = 1033
Which is…