-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
-
isConnected()
-
Need to implement complete list of indexes
-
Create cursors on the fly, pass in the connection, create cursor, close cursor in the respective function
- Play it safe
-
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
-
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
- Create a last read table
-
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
- Security for the user log in information
- Pass in all parameters in the command line without prompting
Metadata
Metadata
Assignees
Labels
No labels