Code Monkey home page Code Monkey logo

Comments (2)

fgm avatar fgm commented on July 28, 2024

The issue is actually deeper: the code does not do what its comments describe, on both NULL values, empty strings and empty byte slices. The comments say "if an empty UUID comes from a table, we return a null UUID", but actually what happens is:

  • Scan returns a nil error (not a null UUID)
  • Scan leaves the receiver unchanged instead of setting it to uuid.Nil as return a null UUID should probably be interpreted

See https://github.com/google/uuid/blob/v1.3.0/sql.go#L17. for details.

Sample program showing the issue (bug ?) https://go.dev/play/p/EzXldTzj4X_u. Run it locally: playground does not support CGO.

Release 1.3.0 introduced the uuid.Valid field partly for such cases, but that field is not actually used. Maybe the changes to sql.go which used that new feature were not committed when building the release ?

from uuid.

LogitechUser71592 avatar LogitechUser71592 commented on July 28, 2024

Thank you for this repository code. Me and my team leader are using this to make our recipe blog project for college a whole lot smoother.

from uuid.

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.