By the way, if you're using varchar columns that big, you should really
be using a CLOB column.
> --
> 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/-/esH-_jZEzaIJ.
> To post to this group, send email to h2-da...@googlegroups.com.
> To unsubscribe from this group, send email to
> h2-database...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/h2-database?hl=en.
pretty much the only way at the moment would be to edit the on-disk file
using a hex editor.
О©╫О©╫О©╫О©╫О©╫О©╫О©╫, 24 О©╫О©╫О©╫О©╫О©╫О©╫ 2012О©╫О©╫. 13:50:30 UTC+6 О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫ Noel Grandin О©╫О©╫О©╫О©╫О©╫О©╫О©╫:
pretty much the only way at the moment would be to edit the on-disk file
using a hex editor.
It is not good idea. We have many geographically distributed H2 databases and schema changes are propagated in fully automatic mode.
--
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/-/snp29_xkju8J.
By the way, if you're using varchar columns that big, you should really
be using a CLOB column.
try this patch, but please test thoroughly.