VistaDB .net database blog100% C# powered ado.net SQL engineVistaDB 3.4 Build 63 Development- July 19, 2008 Build 63, 7182008 NOTES We now have over 600 NUnit tests! New tests are being added for SQL code syntax comparing to SQL CE and SQL Server. Not all syntax will be added, but there are some changes on the way for sure. The Data Migration Wizard has been changed to allow it to run on 64 bit Vista. Simple fix. The app was set to CPU Any - that meant it would JIT to 64 bit. The problem is that the old VistaDB 2 runtime was only 32 bit. Trying to load it meant...http://vistadb.net/blog/builds/vistadb-3-4-build-63-development/ Exposing strongly typed interfaces that are not CLS Compliant- July 19, 2008 Interface Change There is a new public Interface IVistaDBTableList - this is used as an experiment to extending the DDA interface to include strongly typed members. This interface gives you the ability to get back a strongly typed version of the EnumTables through a function called EnumTablesTyped(). This will return an IVistaDBTableList that may be used in a foreach loop for faster handling without casting, and contains optimized lookups for contains, etc. Here is an example. ...http://vistadb.net/blog/articles/exposing-strongly-typed-interfaces-that-are-not-cls-compl... Strongly type everything!- July 18, 2008 Coming soon Wow, we just wrapped up Build 63. You should see it on the site sometime this weekend. All I can say is that the new Mike has done a great job of pushing VistaDB along. New bug fixes, NUnit tests, lots of good things happened the past two weeks. Nunit Suite runtime The above numbers are the total time required to run the current NUnit test based on the engine from that date. These dates do not correspond to any specific build of the engine, just what..http://vistadb.net/blog/vistadb-news/strongly-type-everything/ |