Git Product home page Git Product logo

Comments (6)

aldenquimby avatar aldenquimby commented on August 30, 2024

I'm not sure I understand the issue. Is the problem that the UUID converter doesn't work across databases?

from sql2o.

dimzon avatar dimzon commented on August 30, 2024

every time you pass UUID to PreparedStatement you need uuid2bytesArray translation
every time you read UUID from ResultSet you need bytesArray2uuid translation
the problem: for the same UUID MSSQL and Oracle has different byte order in bytesArray.

from sql2o.

aldenquimby avatar aldenquimby commented on August 30, 2024

Ahh gotcha. This sounds like a great candidate for Quirks.

from sql2o.

dimzon avatar dimzon commented on August 30, 2024

the probjem is not Oracle vs MSSQL
the problem is Database with native UUID column type vs Database where UUID is stored just as byteArray

from sql2o.

ftomassetti avatar ftomassetti commented on August 30, 2024

Any progress on this? I have a postgres db with a UUID and no idea how to use it with sql2o. I get a NPE on addParameter("uuid", UUID.randomUUID()) and addParameter("uuid", UUID.randomUUID().toString())

from sql2o.

aaberg avatar aaberg commented on August 30, 2024

After the introduction of bidirectional converters, a UUID converter will convert both parameters and results. So the specifics of this issue has been fixed for some time now. The UUID datatype works out of the box for Postgres, without any specific converter. @ftomassetti I think you have a different error? Check out this postgres test.

Instead of keeping this issue open, I have created new issues to add UUID converters for Oracle, MsSql and DB2.
#195 #196 #197

from sql2o.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.