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