You need to download the complete distribution of the version you need in a ZIP archive: https://h2database.com/html/download-archive.html They contain documentation in PDF and HTML format.
But INFORMATION_SCHEMA wasn't documented properly in old versions, so you cannot compare old and new implementation in that way. You can try to compare new and old implementations in the sources: https://github.com/h2database/h2database/blob/version-2.1.214/h2/src/main/org/h2/table/InformationSchemaTable.java https://github.com/h2database/h2database/blob/version-2.1.214/h2/src/main/org/h2/table/InformationSchemaTableLegacy.java Legacy implementation is provided by H2 Server to client processes with outdated drivers. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/f541fabc-8f8e-4a18-975d-e910dcb004ffn%40googlegroups.com.
