[hibernate-dev] Dialect.supportsValuesList() ignored for InsertUpdateTests.testInsertValues

Mark Rotteveel <[email protected]> Sun, 7 Mar 2021 16:29:06 +0100
Newsgroups gmane.comp.java.hibernate.devel
Organization Me, myself and I
Message-ID <[email protected]>
Testing against Firebird, it seems like Dialect.supportsValuesList() is 
ignored.

Specifically the test 
org.hibernate.orm.test.query.hql.InsertUpdateTests.testInsertValues 
generates the following statement even with Dialect.supportsValuesList() 
return false:

```
     insert
     into
         Ticket
         (id, ticket_key, subject, details)
     values
         (2, 'XYZ123', 'Outage', 'Something is broken'),  (
             13, 'HIJ456', 'x', 'x'
         )
```

Or is this a situation where this is ignored because the HQL explicitly 
contains two lists?

Mark
-- 
Mark Rotteveel
_______________________________________________
hibernate-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s