mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
oops, has_plus should be false by default
This commit is contained in:
parent
e49ab2c08b
commit
e7a213cb58
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -175,7 +175,7 @@ sqlite_is_number(pTHX_ const char *v, int sql_type)
|
|||
int neg;
|
||||
int digit = 0;
|
||||
int precision = 0;
|
||||
bool has_plus = TRUE;
|
||||
bool has_plus = FALSE;
|
||||
bool maybe_int = TRUE;
|
||||
char format[10];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue