Howdy again. After a short hiatus, I'm just starting to work on
finding the core of the features I'm going to work on. Currently I'm
starting out with the the feature "Adding columns to tables with views
already defined". I've dug my way through the parser and into the
AlterTableAlterColumn class and found that when you try to add a
column, it calls the "checkNoViews()" function, which very simply
looks for any existing views and refuses to continue if views already
exist. So, before I can keep going, I need to find out why exactly
tables with views defined can't have new columns added to them. What
is the reason this check exists at all?

Thanks,
-Evan

On Jan 11, 2:44 pm, "Thomas Mueller" <[email protected]>
wrote:
> Hi,
>
> > Is there any high-level documentation
>
> No, unfortunately not yet. But I will create documentation. Tell me
> what you need.
>
> > or any kind of searchable javadocs?
>
> You can create more complete javadocs yourself using
>
> ./build.sh javadocImpl
>
> The build is documented at:http://www.h2database.com/html/build.html
>
> There are some guidelines on how to provide 
> patches:http://www.h2database.com/html/build.html#providing_patches
>
> > For example, as of right now I don't know a good
> > way to find the system's query parser, except just digging through all
> > the classes until I see something "query parser"-ish.
>
> The main class is 'Parser'.
>
> Regards,
> Thomas
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to