Hi,

When I use NHibernate the queries (MS SQL Server 2005) sent are
something like this:
exec sp_executesql N'INSERT INTO table(datecolumn) VALUES (@p0);
select SCOPE_IDENTITY()',N'@p0 datetime', @p0='2009-10-05
12:07:31:000'

Why isn't the date time in ISO 8601 format (i.e.
'2009-10-05T12:07:31.000' ) ?
Won't this cause problems when db server's collation date format does
not match the NHibernate's culture date format?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to