mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
tweak pos
This commit is contained in:
parent
31eb5bf760
commit
d19cc469d8
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -179,7 +179,7 @@ sqlite_is_number(pTHX_ const char *v, int sql_type)
|
|||
char format[10];
|
||||
|
||||
if (sql_type != SQLITE_NULL) {
|
||||
while (*z == ' ') { z++; v++; }
|
||||
while (*z == ' ') { z++; v++; d++; }
|
||||
}
|
||||
|
||||
if (*z == '-') { neg = 1; z++; d++; }
|
||||
|
|
Loading…
Add table
Reference in a new issue