missing space between read args in Insert()
This commit is contained in:
parent
096ab5ef9d
commit
9c2ff0fafb
@ -36,7 +36,7 @@ Insert() {
|
||||
"( $insert_values );" >&3
|
||||
(( no_id )) || {
|
||||
echo 'SELECT LAST_INSERT_ROWID();' >&3
|
||||
read -u4 -r -d$'\0' results
|
||||
read -u4 -r -d $'\0' results
|
||||
echo "$results"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user