Skip to content

Identifiers constraints #1471

Answered by sanikolaev
dmorgoon asked this question in Q&A
Discussion options

You must be logged in to vote

In RT mode, table name:

  • Can contain a - z, 0 - 9 and _.
  • Can't start with 0 - 9.
  • The length is restricted by the file system: if Manticore can't create a file, it can't create the table.
  • The name is case insensitive.
  • Lowercased at creation.

Column name:

  • Can contain a - z, 0 - 9 and _.
  • Can't start with 0 - 9.
  • Lowercased at creation.
  • Length: not sure about the max, 64KB works.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dmorgoon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants