Thomas, Howdy. I'm a grad student finishing up my degree in computer science with a focus on databases. For a course project, we are required to analyze a large open source DBMS and add functionality to the engine.
I've been going through the roadmap (http://www.h2database.com/html/ roadmap.html) and I've identified a few features that seem like they're not impossible for my team (three members, including myself) to tackle, but I wanted to make sure I wasn't diving into something that you are already working on. Are you currently working on any of the following features?: -Full outer joins (note: you have also listed "OUTER UNION" later in the road map. Duplicates?) -Deferred integrity checks -Partial indexing -The === comparator -Table ordering (accepting the MYSQL command "ALTER TABLE aTable ORDER BY aField DESC") -Adding columns (ALTER TABLE) to tables with views already defined -Adding multiple columns (ALTER TABLE ... ADD ... ADD ...) I only got about half way through the road map. Again, these are features that I think we are capable of handling. Could you let me know if any of them are already being worked on, so we don't waste our time? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
