[hibernate-commits] [hibernate/hibernate-ogm] ecb24a: OGM-1115 Relax regexp used to detect primary key c...
GitHub
noreply at github.com
Wed Jul 13 12:53:30 EDT 2016
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: ecb24aac6f186e407f386db5f04572691506f58f
https://github.com/hibernate/hibernate-ogm/commit/ecb24aac6f186e407f386db5f04572691506f58f
Author: Guillaume Smet <guillaume.smet at gmail.com>
Date: 2016-07-04 (Mon, 04 Jul 2016)
Changed paths:
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
Log Message:
-----------
OGM-1115 Relax regexp used to detect primary key constraint violation
More modern versions of MongoDB have a different syntax.
The regexp we use now should be sufficiently future proof.
More information about the hibernate-commits
mailing list