sqlmath 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitconfig +2 -2
- package/.github/workflows/ci.yml +73 -15
- package/.github/workflows/publish.yml +66 -0
- package/.gitignore +1 -5
- package/CHANGELOG.md +53 -2
- package/LICENSE +16 -22
- package/README.md +18 -219
- package/asset_image_folder_open_solid.svg +1 -0
- package/jslint.mjs +10998 -0
- package/jslint_ci.sh +1542 -728
- package/package.json +23 -8
- package/{sqlite-autoconf-3360000/sqlite3.c → sqlite3.c} +13116 -85
- package/sqlite3_ext.c +8372 -0
- package/{sqlite-autoconf-3360000/shell.c → sqlite3_shell.c} +330 -275
- package/sqlmath.mjs +1713 -0
- package/sqlmath_base.c +1832 -0
- package/sqlmath_custom.c +78 -0
- package/sqlmath_custom.cpp +0 -0
- package/sqlmath_custom.mjs +4 -0
- package/sqlmath_old.js +31038 -0
- package/extension-functions.c +0 -2047
- package/node_sqlite3.cc +0 -11877
- package/sqlite-autoconf-3360000/INSTALL +0 -370
- package/sqlite-autoconf-3360000/Makefile.am +0 -20
- package/sqlite-autoconf-3360000/Makefile.fallback +0 -19
- package/sqlite-autoconf-3360000/Makefile.in +0 -1028
- package/sqlite-autoconf-3360000/Makefile.msc +0 -1037
- package/sqlite-autoconf-3360000/README.txt +0 -113
- package/sqlite-autoconf-3360000/Replace.cs +0 -223
- package/sqlite-autoconf-3360000/aclocal.m4 +0 -10199
- package/sqlite-autoconf-3360000/compile +0 -347
- package/sqlite-autoconf-3360000/config.guess +0 -1480
- package/sqlite-autoconf-3360000/config.sub +0 -1801
- package/sqlite-autoconf-3360000/configure +0 -16135
- package/sqlite-autoconf-3360000/configure.ac +0 -285
- package/sqlite-autoconf-3360000/depcomp +0 -791
- package/sqlite-autoconf-3360000/install-sh +0 -508
- package/sqlite-autoconf-3360000/ltmain.sh +0 -11156
- package/sqlite-autoconf-3360000/missing +0 -215
- package/sqlite-autoconf-3360000/sqlite3.1 +0 -286
- package/sqlite-autoconf-3360000/sqlite3.h +0 -12353
- package/sqlite-autoconf-3360000/sqlite3.pc.in +0 -13
- package/sqlite-autoconf-3360000/sqlite3.rc +0 -83
- package/sqlite-autoconf-3360000/sqlite3ext.h +0 -663
- package/sqlite-autoconf-3360000/sqlite3rc.h +0 -3
- package/sqlite-autoconf-3360000/tea/Makefile.in +0 -440
- package/sqlite-autoconf-3360000/tea/README +0 -36
- package/sqlite-autoconf-3360000/tea/aclocal.m4 +0 -9
- package/sqlite-autoconf-3360000/tea/configure +0 -9989
- package/sqlite-autoconf-3360000/tea/configure.ac +0 -201
- package/sqlite-autoconf-3360000/tea/doc/sqlite3.n +0 -15
- package/sqlite-autoconf-3360000/tea/generic/tclsqlite3.c +0 -4016
- package/sqlite-autoconf-3360000/tea/license.terms +0 -6
- package/sqlite-autoconf-3360000/tea/pkgIndex.tcl.in +0 -7
- package/sqlite-autoconf-3360000/tea/tclconfig/install-sh +0 -528
- package/sqlite-autoconf-3360000/tea/tclconfig/tcl.m4 +0 -4168
- package/sqlite-autoconf-3360000/tea/win/makefile.vc +0 -419
- package/sqlite-autoconf-3360000/tea/win/nmakehlp.c +0 -815
- package/sqlite-autoconf-3360000/tea/win/rules.vc +0 -711
- package/sqlmath.js +0 -238
- package/test/backup.test.js +0 -279
- package/test/blob.test.js +0 -54
- package/test/cache.test.js +0 -42
- package/test/constants.test.js +0 -44
- package/test/database_fail.test.js +0 -153
- package/test/each.test.js +0 -39
- package/test/exec.test.js +0 -39
- package/test/extension.test.js +0 -26
- package/test/extension_functions.test.js +0 -29
- package/test/fts-content.test.js +0 -13
- package/test/interrupt.test.js +0 -80
- package/test/issue-108.test.js +0 -28
- package/test/json.test.js +0 -22
- package/test/map.test.js +0 -63
- package/test/named_columns.test.js +0 -38
- package/test/named_params.test.js +0 -69
- package/test/null_error.test.js +0 -41
- package/test/nw/.gitignore +0 -3
- package/test/nw/Makefile +0 -39
- package/test/nw/index.html +0 -14
- package/test/nw/package.json +0 -9
- package/test/open_close.test.js +0 -187
- package/test/other_objects.test.js +0 -98
- package/test/parallel_insert.test.js +0 -44
- package/test/prepare.test.js +0 -427
- package/test/profile.test.js +0 -57
- package/test/rerun.test.js +0 -50
- package/test/scheduling.test.js +0 -44
- package/test/serialization.test.js +0 -104
- package/test/support/createdb-electron.js +0 -10
- package/test/support/createdb.js +0 -47
- package/test/support/elmo.png +0 -0
- package/test/support/helper.js +0 -37
- package/test/support/script.sql +0 -70
- package/test/trace.test.js +0 -67
- package/test/unicode.test.js +0 -114
- package/test/upsert.test.js +0 -27
- package/test/verbose.test.js +0 -60
- package/test.js +0 -141
- package/test.slr.mjs +0 -212
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Package Information for pkg-config
|
|
2
|
-
|
|
3
|
-
prefix=@prefix@
|
|
4
|
-
exec_prefix=@exec_prefix@
|
|
5
|
-
libdir=@libdir@
|
|
6
|
-
includedir=@includedir@
|
|
7
|
-
|
|
8
|
-
Name: SQLite
|
|
9
|
-
Description: SQL database engine
|
|
10
|
-
Version: @PACKAGE_VERSION@
|
|
11
|
-
Libs: -L${libdir} -lsqlite3
|
|
12
|
-
Libs.private: @LIBS@
|
|
13
|
-
Cflags: -I${includedir}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
** 2012 September 2
|
|
3
|
-
**
|
|
4
|
-
** The author disclaims copyright to this source code. In place of
|
|
5
|
-
** a legal notice, here is a blessing:
|
|
6
|
-
**
|
|
7
|
-
** May you do good and not evil.
|
|
8
|
-
** May you find forgiveness for yourself and forgive others.
|
|
9
|
-
** May you share freely, never taking more than you give.
|
|
10
|
-
**
|
|
11
|
-
******************************************************************************
|
|
12
|
-
**
|
|
13
|
-
** This file contains code and resources that are specific to Windows.
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
#if !defined(_WIN32_WCE)
|
|
17
|
-
#include "winresrc.h"
|
|
18
|
-
#else
|
|
19
|
-
#include "windows.h"
|
|
20
|
-
#endif /* !defined(_WIN32_WCE) */
|
|
21
|
-
|
|
22
|
-
#if !defined(VS_FF_NONE)
|
|
23
|
-
# define VS_FF_NONE 0x00000000L
|
|
24
|
-
#endif /* !defined(VS_FF_NONE) */
|
|
25
|
-
|
|
26
|
-
#include "sqlite3.h"
|
|
27
|
-
#include "sqlite3rc.h"
|
|
28
|
-
|
|
29
|
-
/*
|
|
30
|
-
* English (U.S.) resources
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
#if defined(_WIN32)
|
|
34
|
-
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
35
|
-
#pragma code_page(1252)
|
|
36
|
-
#endif /* defined(_WIN32) */
|
|
37
|
-
|
|
38
|
-
/*
|
|
39
|
-
* Icon
|
|
40
|
-
*/
|
|
41
|
-
|
|
42
|
-
#if !defined(RC_VERONLY)
|
|
43
|
-
#define IDI_SQLITE 101
|
|
44
|
-
|
|
45
|
-
IDI_SQLITE ICON "..\\art\\sqlite370.ico"
|
|
46
|
-
#endif /* !defined(RC_VERONLY) */
|
|
47
|
-
|
|
48
|
-
/*
|
|
49
|
-
* Version
|
|
50
|
-
*/
|
|
51
|
-
|
|
52
|
-
VS_VERSION_INFO VERSIONINFO
|
|
53
|
-
FILEVERSION SQLITE_RESOURCE_VERSION
|
|
54
|
-
PRODUCTVERSION SQLITE_RESOURCE_VERSION
|
|
55
|
-
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
|
56
|
-
#if defined(_DEBUG)
|
|
57
|
-
FILEFLAGS VS_FF_DEBUG
|
|
58
|
-
#else
|
|
59
|
-
FILEFLAGS VS_FF_NONE
|
|
60
|
-
#endif /* defined(_DEBUG) */
|
|
61
|
-
FILEOS VOS__WINDOWS32
|
|
62
|
-
FILETYPE VFT_DLL
|
|
63
|
-
FILESUBTYPE VFT2_UNKNOWN
|
|
64
|
-
BEGIN
|
|
65
|
-
BLOCK "StringFileInfo"
|
|
66
|
-
BEGIN
|
|
67
|
-
BLOCK "040904b0"
|
|
68
|
-
BEGIN
|
|
69
|
-
VALUE "CompanyName", "SQLite Development Team"
|
|
70
|
-
VALUE "FileDescription", "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine."
|
|
71
|
-
VALUE "FileVersion", SQLITE_VERSION
|
|
72
|
-
VALUE "InternalName", "sqlite3"
|
|
73
|
-
VALUE "LegalCopyright", "http://www.sqlite.org/copyright.html"
|
|
74
|
-
VALUE "ProductName", "SQLite"
|
|
75
|
-
VALUE "ProductVersion", SQLITE_VERSION
|
|
76
|
-
VALUE "SourceId", SQLITE_SOURCE_ID
|
|
77
|
-
END
|
|
78
|
-
END
|
|
79
|
-
BLOCK "VarFileInfo"
|
|
80
|
-
BEGIN
|
|
81
|
-
VALUE "Translation", 0x409, 0x4b0
|
|
82
|
-
END
|
|
83
|
-
END
|