Re: [h2] Re: LINEKED TABLE contains a select query to a row name with slachs

2019-08-21 Thread Sofiane CHELABI
Hi Ryazanov, *Good news ! * I re-tested with the latest master version from the https://github.com/h2database/h2database and it's working well. Thank you a lot for your help. Could you please tel me when and in witch H2 standard version the issue

Re: [h2] Re: LINEKED TABLE contains a select query to a row name with slachs

2019-08-20 Thread Evgenij Ryazanov
Could you try to build H2 from its current sources and re-test your code? Sources are here: https://github.com/h2database/h2database Building instructions are here: https://h2database.com/html/build.html#building You need the jar target. -- You received this message because you are subscribed

Re: [h2] Re: LINEKED TABLE contains a select query to a row name with slachs

2019-08-19 Thread Sofiane CHELABI
Hello, Thank you for your reply. Yes it seems like a H2 issue (thanks for the opend issue on github ;) ) Yes i need exactlly to do this (customer need), my solution allow to link from H2 to a remote data , and the user can choose the kind of the remote data (table ro a result from a select

[h2] Re: LINEKED TABLE contains a select query to a row name with slachs

2019-08-14 Thread Evgenij Ryazanov
Hello. It looks like the problem is caused by H2's attempt to fetch metadata of the source table. H2 tries to pass its name as is even when it definitely is a query and not a plain name. I filled an issue about it on GitHub: https://github.com/h2database/h2database/issues/2073 I don't think