Skip to content

issue in sql database #39

@harperrc

Description

@harperrc

not sure if i have done something wrong or not. i pip install xraydb but when i try to run it an error occurs because there is no column in the elements table with the name 'name'.

2 solutions (1) is the obvious simple one

  1. replace self.__atomic_name = [e.name..... with self.__atomic_name = [e.element......

  2. dump xraydb.sqlite and fix the sqlite commands to add a name key (this is what i did because i wanted to learn more about sqlite), i have put my code in http://github.com/harperrc/xraydb-addName-to-xraydb if you want to look at it

thanks for providing this tool

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