MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / sqlite3_uint_init

Function sqlite3_uint_init

modules/dasSQLITE/sqlite/shell.c:2446–2454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444
2445#endif
2446int sqlite3_uint_init(
2447 sqlite3 *db,
2448 char **pzErrMsg,
2449 const sqlite3_api_routines *pApi
2450){
2451 SQLITE_EXTENSION_INIT2(pApi);
2452 (void)pzErrMsg; /* Unused parameter */
2453 return sqlite3_create_collation(db, "uint", SQLITE_UTF8, 0, uintCollFunc);
2454}
2455
2456/************************* End ../ext/misc/uint.c ********************/
2457/************************* Begin ../ext/misc/decimal.c ******************/

Callers 1

open_dbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected