Hi, I'd upgraded my database to 1.1.112 in recent days. And I found that DESCRIBE command in Shell tool doesn't seem to work. Following is tested by the url "jdbc:h2:mem:test".
sql> CREATE TABLE t (c INTEGER); (Update count: 0, 11 ms) sql> DESCRIBE t; Column Name |Type |Precision |Nullable| Default sql> Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-database@googlegroups.com To unsubscribe from this group, send email to h2-database+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---