Cool, that looks reasonable!

Please can you supply
- a diff
- a license statement
- don't forget to update changelog and documentation

See here:
http://www.h2database.com/html/build.html#providing_patches

On 2012-07-10 12:55, Alfred Reibenschuh wrote:

    hi!


i have written a class thta does all the dirty work but where should a put the call to execute it?

in org.h2.engine.Database.open() ?
----
        getLobStorage().init();
        systemSession.commit(true);
FnRegUtil.registerFromClasspath(trace, this.getClass().getClassLoader(), systemSession, mainSchema, null);
        trace.info("opened {0}", databaseName);
        if (checkpointAllowed > 0) {
            afterWriting();
        }
    }

----
like this ?


c
--
You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/17E6i7yUAnMJ.
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.


--
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