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