1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
This commit is contained in:
Kenichi Ishigaki 2010-06-17 02:56:48 +00:00
parent 8a6766359d
commit da6c54a517

View file

@ -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
sqlite_is_number(pTHX_ const char *v)
{