mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
comment
This commit is contained in:
parent
8a6766359d
commit
da6c54a517
1 changed files with 4 additions and 0 deletions
4
dbdimp.c
4
dbdimp.c
|
@ -124,6 +124,10 @@ sqlite_set_result(pTHX_ sqlite3_context *context, SV *result, int is_error)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* see also sqlite3IsNumber, sqlite3_int64 type definition,
|
||||||
|
* applyNumericAffinity, sqlite3Atoi64, etc from sqlite3.c
|
||||||
|
*/
|
||||||
static int
|
static int
|
||||||
sqlite_is_number(pTHX_ const char *v)
|
sqlite_is_number(pTHX_ const char *v)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue