missing space between read args in Insert()
This commit is contained in:
parent
8c3f1aa613
commit
11d7d68de7
@ -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