Hello!

1. H2 uses file system locks by default for a very long time, so there is 
no additional file. In few special cases file systems (usually virtual or 
remote ones) don't support locks well. In these cases you can add 
;FILE_LOCK=FILE to JDBC URL to use that old method instead of modern one.
2. Operating systems usually can rename files even when they are accessed, 
if application doesn't try to re-open these files under old names it 
shouldn't produce any problems. But this is a bad idea anyway, it still can 
break some commands, such as SHUTDOWN COMPACT and others.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/b22c6d38-b8a4-40bd-9d74-a1df1b5553ecn%40googlegroups.com.

Reply via email to