Updates on EO 1.2

by Matthew Noonan 16. October 2006 03:10

I just checked in some changes to the Tigris source tree that will be released in EO 1.2 (C# and SQL Server only, for the moment).

  • IDENTITY insert - for those times when you need to override the autokey generation. This feature is usually used when migrating data from one schema to another.
  • Better timestamp handling - handling timestamps for SQL 2000 vs. SQL 2005, and the concurrency was not functioning properly with dynamic queries.
  • Sql2005DynamicQuery class - to support the new timestamp handling.

I have heard occasional complaints about being unable to download the source code from Tigris, so if you are having trouble please let me know.

Comments

10/16/2006 2:00:00 AM #

Update: Also, I plan to further improve the NUnit tests for the 1.2 release. Right now, the tests pretty thoroughly exercise the DynamicQuery engine, the stored procedures, and I just added tests for identity insert and timestamp concurrency. I still want to add tests for different primary key scenarios, computed columns, and the various LoadBy methods.

Matthew Noonan United States

Comments are closed