Giter Site home page Giter Site logo

Comments (3)

kenshaw avatar kenshaw commented on May 3, 2024

*time.Time is more consistent with the other SQL drivers for their time implementations. Ideally, there would be some kind of user supplied mapping to override this (or any other generated type), but I have not yet had time to implement that.

Also, it is possibly more 'idiomatic' to support the native Go types, as that has better compatibility with other libraries. Quite frankly, I really dislike the native type support that is available for SQL, but there is not much that can be done. That's likely just an issue that no SQL driver implementations (that I'm aware of) have been written by the Go authors, only the interfaces/pooling lib in the standard library.

from xo.

kenshaw avatar kenshaw commented on May 3, 2024

I just noticed that there are inconsistencies with this. While I won't be changing to pq.NullTime, I will clean up the type conversion for time across the various drivers, which is part of the work that is also needed to better standardize the type parsing across all the loaders.

from xo.

achiku avatar achiku commented on May 3, 2024

I see your point. I don't really have deep knowledge of Go SQL drivers, but it just seemed to be fine to set time.Time instead of *time.Time if a column is guaranteed to be non null.

If you feel ok, could you tell me any idea or rough destination of how to implement user supplied mapping of types? I can look into the code and might be able to help implementing it :)

from xo.

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.