Any particual reason why MsSql should have another default value for command timeout than other db vendors?
________________________________ Från: [email protected] [[email protected]] för Fabio Maulo [[email protected]] Skickat: den 23 mars 2011 17:49 Till: [email protected] Ämne: [nhibernate-development] Default values http://216.121.112.228/browse/NH-2593 I'm going to add some default values to MsSql dialect: DefaultProperties[Environment.BatchSize] = "20"; DefaultProperties[Environment.CommandTimeout] = "10"; DefaultProperties[Environment.QuerySubstitutions] = "true 1, false 0, yes 'Y', no 'N'"; Note: Possible Breaking Changes reported in releasenotes.txt Even if I have commited the change I would know your opinion (we can revert it were needed). -- Fabio Maulo
