Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.
This repository was archived by the owner on May 11, 2022. It is now read-only.

Table with '.' into the name do not persisted on the Server #7

@NovichikhinAlexey

Description

@NovichikhinAlexey

table names in mynosql cannot be with '.'. The server itself processes it normally and delivers it to the client. But the problem is that these tables are not saved in blobs, there is a container name = table name

https://docs.microsoft.com/ru-ru/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names

Options:

  • choose container name by another algorithm
  • add validation on the table name and return if table name does not compare with container name requarements

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions