Nice work! A lot of things were done since I saw the code last time. =) Just a small question/feature request... I played with sample project for SQLite (v0.18) and the first context command I tryed to execute had failed with "NotImplementedException". Of cause, it was context.DeleteDatabase()! =)
What is the reason NOT to have such fundamental and such simple command? Let's say, if I write db management studio, or, better, use SQLite for short-term persistence, this is the command I MUST have. And for educational projects, of cause, where db structure is no more then just a mirage... When do you plan to complete this piece of functionality? The second logical question is, of cause, how is it going with context.CreateDatabase()? It is a bit boring to keep in head so many SQL dialects... and by the way this is the purpose of LINQ to separate developer from SQL, isn't it? Best Regards! Anton. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" 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/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
