⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.plg

📁 sqlite数据库的源代码, 例子是在windows上使用,不过可以移值到各种平台上使用
💻 PLG
📖 第 1 页 / 共 2 页
字号:
e:\wjj\sqlite\test\date.c(346) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(360) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(361) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(363) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(407) : warning C4244: 'initializing' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(413) : warning C4244: '=' : conversion from 'double ' to 'long ', possible loss of data
e:\wjj\sqlite\test\date.c(508) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(514) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(606) : warning C4244: '+=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(612) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(618) : warning C4244: '+=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(812) : warning C4244: 'initializing' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(813) : warning C4244: 'initializing' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(827) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
delete.c
expr.c
e:\wjj\sqlite\test\expr.c(359) : warning C4018: '==' : signed/unsigned mismatch
func.c
e:\wjj\sqlite\test\func.c(893) : warning C4244: 'initializing' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\func.c(894) : warning C4244: 'initializing' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\func.c(895) : warning C4244: 'initializing' : conversion from '__int64 ' to 'int ', possible loss of data
hash.c
insert.c
legacy.c
loadext.c
main.c
md5c.c
opcodes.c
os.c
Generating Code...
e:\wjj\sqlite\test\main.c(477) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\main.c(489) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\main.c(950) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\expr.c(1171) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\expr.c(1173) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\delete.c(77) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\complete.c(254) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\callback.c(40) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(538) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(540) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(3448) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(3448) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(3450) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(3452) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(3453) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\btree.c(3453) : warning C4761: integral size mismatch in argument; conversion supplied
Compiling...
os_os2.c
os_unix.c
os_win.c
e:\wjj\sqlite\test\os_win.c(913) : warning C4244: 'initializing' : conversion from '__int64 ' to 'long ', possible loss of data
e:\wjj\sqlite\test\os_win.c(914) : warning C4244: 'initializing' : conversion from '__int64 ' to 'long ', possible loss of data
e:\wjj\sqlite\test\os_win.c(955) : warning C4244: 'initializing' : conversion from '__int64 ' to 'long ', possible loss of data
e:\wjj\sqlite\test\os_win.c(959) : warning C4244: 'function' : conversion from '__int64 ' to 'long ', possible loss of data
pager.c
e:\wjj\sqlite\test\pager.c(571) : warning C4018: '<' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(997) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(1102) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\pager.c(1107) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\pager.c(1317) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\pager.c(1335) : warning C4018: '<' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(1451) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\pager.c(1468) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\pager.c(1831) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\pager.c(1837) : warning C4244: 'return' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\pager.c(1934) : warning C4018: '<=' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(2381) : warning C4018: '<=' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(2627) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(3772) : warning C4018: '<=' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(3773) : warning C4018: '!=' : signed/unsigned mismatch
e:\wjj\sqlite\test\pager.c(3983) : warning C4101: 'm' : unreferenced local variable
e:\wjj\sqlite\test\pager.c(4108) : warning C4133: 'function' : incompatible types - from 'unsigned char *' to 'int *'
e:\wjj\sqlite\test\pager.c(4108) : warning C4133: 'function' : incompatible types - from 'unsigned char *' to 'int *'
e:\wjj\sqlite\test\pager.c(4119) : warning C4133: 'function' : incompatible types - from 'unsigned char *' to 'int *'
e:\wjj\sqlite\test\pager.c(4119) : warning C4133: 'function' : incompatible types - from 'unsigned char *' to 'int *'
e:\wjj\sqlite\test\pager.c(4133) : warning C4133: 'function' : incompatible types - from 'unsigned char *' to 'int *'
e:\wjj\sqlite\test\pager.c(4133) : warning C4133: 'function' : incompatible types - from 'unsigned char *' to 'int *'
parse.c
pragma.c
prepare.c
printf.c
random.c
select.c
shell.c
e:\wjj\sqlite\test\shell.c(1729) : warning C4013: 'access' undefined; assuming extern returning int
table.c
Generating Code...
parse.c(3320) : warning C4761: integral size mismatch in argument; conversion supplied
parse.c(3369) : warning C4761: integral size mismatch in argument; conversion supplied
parse.c(3382) : warning C4761: integral size mismatch in argument; conversion supplied
parse.c(1404) : warning C4761: integral size mismatch in argument; conversion supplied
parse.c(3185) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\pager.c(1102) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\pager.c(1107) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\os_win.c(959) : warning C4761: integral size mismatch in argument; conversion supplied
Compiling...
test.cpp
Generating Code...
Compiling...
tokenize.c
trigger.c
update.c
utf.c
util.c
e:\wjj\sqlite\test\util.c(1227) : warning C4244: '=' : conversion from 'unsigned __int64 ' to 'unsigned char ', possible loss of data
e:\wjj\sqlite\test\util.c(1230) : warning C4244: '=' : conversion from 'unsigned __int64 ' to 'unsigned char ', possible loss of data
e:\wjj\sqlite\test\util.c(1237) : warning C4244: '=' : conversion from 'unsigned __int64 ' to 'unsigned char ', possible loss of data
vacuum.c
vdbe.c
e:\wjj\sqlite\test\vdbe.c(1940) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(2006) : warning C4018: '>=' : signed/unsigned mismatch
e:\wjj\sqlite\test\vdbe.c(2022) : warning C4018: '<' : signed/unsigned mismatch
e:\wjj\sqlite\test\vdbe.c(2037) : warning C4018: '<' : signed/unsigned mismatch
e:\wjj\sqlite\test\vdbe.c(2459) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(2463) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned char ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(2563) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(2581) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(3466) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(4156) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(4673) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\vdbe.c(4687) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
vdbeapi.c
e:\wjj\sqlite\test\vdbeapi.c(55) : warning C4244: 'return' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\vdbeapi.c(209) : warning C4244: '=' : conversion from 'double ' to '__int64 ', possible loss of data
e:\wjj\sqlite\test\vdbeapi.c(246) : warning C4244: '=' : conversion from 'double ' to 'unsigned __int64 ', possible loss of data
vdbeaux.c
e:\wjj\sqlite\test\vdbeaux.c(1666) : warning C4244: 'return' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\vdbeaux.c(1722) : warning C4244: '=' : conversion from 'unsigned __int64 ' to 'unsigned char ', possible loss of data
e:\wjj\sqlite\test\vdbeaux.c(1884) : warning C4018: '>=' : signed/unsigned mismatch
e:\wjj\sqlite\test\vdbeaux.c(1886) : warning C4018: '>=' : signed/unsigned mismatch
e:\wjj\sqlite\test\vdbeaux.c(1912) : warning C4018: '<' : signed/unsigned mismatch
e:\wjj\sqlite\test\vdbeaux.c(1914) : warning C4018: '<' : signed/unsigned mismatch
e:\wjj\sqlite\test\vdbeaux.c(1958) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\vdbeaux.c(1997) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
vdbefifo.c
vdbemem.c
e:\wjj\sqlite\test\vdbemem.c(319) : warning C4244: '=' : conversion from 'double ' to '__int64 ', possible loss of data
e:\wjj\sqlite\test\vdbemem.c(557) : warning C4244: '=' : conversion from 'const __int64 ' to 'double ', possible loss of data
e:\wjj\sqlite\test\vdbemem.c(562) : warning C4244: '=' : conversion from 'const __int64 ' to 'double ', possible loss of data
vtab.c
e:\wjj\sqlite\test\vtab.c(332) : warning C4113: 'int (__cdecl *const )(struct sqlite3 *,void *,int ,const char *const * ,struct sqlite3_vtab ** ,char ** )' differs in parameter lists from 'int (__cdecl *)(struct sqlite3 *,void *,int ,char ** ,struct sqlite3_vtab ** )'
e:\wjj\sqlite\test\vtab.c(393) : warning C4113: 'int (__cdecl *const )(struct sqlite3 *,void *,int ,const char *const * ,struct sqlite3_vtab ** ,char ** )' differs in parameter lists from 'int (__cdecl *)(struct sqlite3 *,void *,int ,char ** ,struct sqlite3_vtab ** )'
where.c
e:\wjj\sqlite\test\where.c(1101) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
Generating Code...
e:\wjj\sqlite\test\where.c(2204) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\where.c(2242) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbemem.c(49) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbeaux.c(1958) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbeaux.c(1997) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbeapi.c(49) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbeapi.c(65) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbeapi.c(102) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbeapi.c(129) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbeapi.c(655) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\vdbe.c(4687) : warning C4761: integral size mismatch in argument; conversion supplied
e:\wjj\sqlite\test\utf.c(463) : warning C4761: integral size mismatch in argument; conversion supplied
Linking...



<h3>Results</h3>
test.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -