GithubHelp home page GithubHelp logo

Comments (3)

loentar avatar loentar commented on August 23, 2024

ngrest-db converts standard C++ types to best match to SQL types. By default std::string is mapped to varchar(256) for mysql.

You can change mapped SQL type by defining "type" metacomment:

https://github.com/loentar/ngrest-db/blob/master/examples/example1/src/datatypes.h#L21

So, adding this line before that field should solve the problem:

// *type: VARCHAR(255)

from ngrest-db.

oldmammuth avatar oldmammuth commented on August 23, 2024

Thank you!
This is a much better solution than to recompile the code. However I thought of writing that big stuff because it's a bit awkward that standard strings can't be make unique out-of-the-box without defining the type limitation... I was just proposing a way to have it all work out-of-the-box.
Anyway, this solution actually fits better my way of coding, because I hadn't notice on can set the type conversion... This is actually very useful,because I have some geospatial data in another project that I can pass to a postgres db with postgis extensions.
Thank you very much for your explanation and prompt anwer!

from ngrest-db.

loentar avatar loentar commented on August 23, 2024

Agree regarding unique constraint must work out of the box. Fix committed.

from ngrest-db.

Related Issues (7)

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.