Jelajahi Sumber

Update sqlite to 3.33.0 and merge lsqlite 0.9.5 for Lua 5.4

bel2125 4 tahun lalu
induk
melakukan
e260694de8
3 mengubah file dengan 730 tambahan dan 276 penghapusan
  1. 2 0
      src/third_party/lsqlite3.c
  2. 291 145
      src/third_party/sqlite3.c
  3. 437 131
      src/third_party/sqlite3.h

+ 2 - 0
src/third_party/lsqlite3.c

@@ -36,7 +36,9 @@
 /*
 ** Lua 5.2
 */
+#ifndef lua_strlen
 #define lua_strlen lua_rawlen
+#endif
 /* luaL_typerror always used with arg at ndx == NULL */
 #define luaL_typerror(L,ndx,str) luaL_error(L,"bad argument %d (%s expected, got nil)",ndx,str)
 /* luaL_register used once, so below expansion is OK for this case */

File diff ditekan karena terlalu besar
+ 291 - 145
src/third_party/sqlite3.c


File diff ditekan karena terlalu besar
+ 437 - 131
src/third_party/sqlite3.h


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini