Hi, When REFERENTIAL_INTEGRITY is set to FALSE, I can delete records from tables mentioned in reference constraints, but i cannot truncate such tables. DELETE FROM table_name is working O.K., but TRUNCATE TABLE table_name is producing error 90106 (CANNOT_TRUNCATE_1). This is not a big problem for me, just I am interesting is it corect / expected behavior ?
Best regards, Zvonk -- 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.
