Giter VIP home page Giter VIP logo

Comments (2)

kristapsdz avatar kristapsdz commented on May 30, 2024

From the manpage:

Objects are generally named by an identifier.  These are always case-
insensitive alphanumeric non-empty string beginning with a letter.  There
are many disallowed or reserved identifiers.  There are also unique name
constraints to consider (e.g., no two structures can have the same name,
etc.).

The reason I disallow all but alphanumerics is because I need to uniquely recombine names when creating language-specific output. For example, I might create the C variable has_foo. It's easier to disallow the underscore than always detect whether it's prefixed by has_.

Yes, this is a little heavyweight---but I figured I'd start restrictive, then open things up as I understand the system better later!

from openradtool.

mbucc avatar mbucc commented on May 30, 2024

Sorry I missed that in the man page; I changed my fields to remove underscores.

BTW, I also had a field called date, which sqlite3 require you to put in quotes, which also is not supported. But that's not the smartest field name. ;)

from openradtool.

Related Issues (8)

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.