Skip to content

To-Do List  #1

@Costaki33

Description

@Costaki33
  1. isConnected()

  2. Need to implement complete list of indexes

  3. Create cursors on the fly, pass in the connection, create cursor, close cursor in the respective function

    • Play it safe
  4. Injection

    • Perform all the correct conversion and input into the table
    • Dates to be datetimes (UTC), timelimit to be minutes (int -> look into regex), nnodes (int), jobid(str)
    • Consider what type for nodelist in database
      • Search for how to represent list in mysql
  5. Injection Improvements

    • Create a last read table
      • Insert the last read in file name
      • First time on creation, insert a date that is earlier than all the dates in the sets
      • Commit after read in last file
    • Ignore any files before that specified date
  6. On the command line

    • Pass in all parameters in the command line without prompting
      • Security for the user log in information
        • Password file with proper permissions

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