cristof opened a new pull request, #124: URL: https://github.com/apache/openjpa/pull/124
Added UUID support, using binary storage when the pair database-jdbc driver supports it, and string storage otherwise. Binary storage is implemented as an DbDictionary property, defaulting to false, and true for PostgreSQL, H2 and HSQL databases. Generated UUID value is a type 4 uuid, and storage of string representation is made, per spec, using its canonical representation. Tested new features agains Postgresql 13 to 17, H2 1 and H2 2, current UUID capable HSQLDB and previous UUID not capable HSQLDB, MariaDB lts and latest, MySQL lts and latest. Could not test against Oracle. Please be kind with this one. I may have missed a lot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openjpa.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org