Re: [h2] H2 Procedural SQL language efforts

2020-09-07 Thread Noel Grandin
I don't see the point. We have a perfectly good language already (Java), and even a built-in compiler for it. -- 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] Re: ALTER TABLE "table-name" MODIFY "columne" NOT NULL; fail with Unknown data type: "NOT";

2020-09-07 Thread Sarkkuli
I struggled with the same issue for a while, and want to give my notes for this topic. I also tried format ALTER TABLE "table-name" MODIFY "column-name" NULL, which resulted in "Unknown data type: 'NOT'". It seems that h2 is expecting a column type in the MODIFY statement, although the column

[h2] H2 Procedural SQL language efforts

2020-09-07 Thread Alexandr Klimov
Hi all, Could someone tell me please is there any efforts about implementing Procedural SQL Language functionality? Maybe some roadmap exists somewhere about it? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group