Hi there, I'm not sure if I'm addressing a topic that already has been addressed in one or another way.
However, is it planned to include CLOB/JSON field content in regular SQL queries? E.g. (phantasy query) "SELECT title, author FROM books WHERE tableOfContents.chapters.pageNr <= 10", whereas tableOfContents is a CLOB/JSON type field. In other words, will it be possible to combine relational concept of h2 db with document db concept (e.g. MongoDb) at least in the sense of data queries. My challenge in my h2 db is not only to store large JSON objects (which is already possible with current h2 version) but also to include the content of these objects in my queries. Thanks Nick -- 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/d0035716-3d19-4a4c-8098-8c2ac3f3054dn%40googlegroups.com.
