Hi, > even if i manually set the timeout to 10000000 the exception occurs. > I can not provide you with a simple test case for this since the > process involved is non trivial. > If you want I could provide you with instructions how to reproduce > this behaviour using our test cases - please let me know.
That would be great... So far I can't reproduce this problem. > H2 currently chokes on unions of queries with row limits Thanks for your help! I found the problem and a simpler test case: select count(*)from((select 1 from dual limit 1)union(select 2 from dual limit 1)); Should return 2 but returns 1. This will be corrected in the next release (in about two weeks). > Here are the create table statements without any constraints, etc. > needed to produce a test case. Hm, I still can't reproduce it... I tried with your query and no data, and with one row for each table, but it works for me (however the result was zero rows). > Do you think it is possible to list flexive as one > of the projects using H2? Sure! Already done, see http://www.h2database.com/html/links.html Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
