aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | Tag an unreachable branch using ALWAYS().drh2018-01-10
| | | | | | | | | | | | FossilOrigin-Name: c42c734f11c58724f5d8b32cb1c92e274be350028868d6ed045b2cfd274c64e7
| * | | Fix a problem in os_unix.c causing it to return SQLITE_CANTOPEN instead ofdan2018-01-10
| |/ / | | | | | | | | | | | | SQLITE_READONLY_RECOVERY. FossilOrigin-Name: 6a16f554f027ba268276b728588b5eaea837cbed85358a06a2f6da3b70e834ad
| * | Rearrange some routines in shell.c to avoid the need to forward reference adrh2018-01-10
| | | | | | | | | | | | | | | static function. FossilOrigin-Name: fd7f51a107806666d5c3a3a7a62528ec3e1fb71c4256f49d57b4dcdac4bf8680
| * | Compute the correct column name even if the column identifier is thedrh2018-01-10
| | | | | | | | | | | | | | | | | | | | | very last token in the SQL statement. This fixes a problem introduced by check-in [0fdf97efe5df745510c6b] and reported by the community during beta-testing. FossilOrigin-Name: 36b89d728ff13d395fe0e1db8e7c01263f73dccb278b3ece27f6ef78e909b492
| * | In the os_unix.c implementation of xOpen(), do not returndan2018-01-09
| | | | | | | | | | | | | | | | | | | | | SQLITE_READONLY_DIRECTORY in cases where the file cannot be opened for reasons other than a readonly directory, such as the process running out of file descriptors. FossilOrigin-Name: fa8b80bb967792de99808712ac03e37ace0f11eb8fbe444aacd3d19184c425ea
| * | Fix another -fsanitize issue in new shell code.dan2018-01-09
| | | | | | | | | FossilOrigin-Name: 6ee7b54c580de0240e0f49a5fd2d11ddcdbcce8a2ae4b249618d0ab2d54b5e5b
| * | Fix the shell so that it can be built with SQLITE_OMIT_VIRTUALTABLE.dan2018-01-09
| | | | | | | | | FossilOrigin-Name: 931421a22507a5e1edb46e19cb5b3958ec3904807836ab5bcc7a90f37f476e6a
| * | Improve portability of compile-time MinGW detection for the command line shell.mistachkin2018-01-09
| | | | | | | | | FossilOrigin-Name: 4a7236140cb0f40fa846da4673a0d56218def1929d58cf016909ce881a681140
| * | Update the zipfile module so that it matches the documentation.dan2018-01-08
| | | | | | | | | FossilOrigin-Name: 7e7e472fa91a2bad2e521d4d67f176c8eb9edc1a07b283e425ea0fa2b6abba1f
| * | Fix a malloc/sqlite3_free mismatch in the shell tool code.dan2018-01-08
| |/ | | | | FossilOrigin-Name: fe053b2ecdc04b918367fa503bf10292fd7cd84a6929670857b2e9153df4d1f9
| * Remove the dependency on test_windirent.h from the generated shell.c file.drh2018-01-07
| | | | | | FossilOrigin-Name: 0a50c9e3bb0dbdaaec819ac6453276ba287b475ea322918ddda1ab3a1ec4b58b
| * Modify the sqltclsh startup script to look for a properly formatteddrh2018-01-07
| | | | | | | | | | | | SQLAR at the end of the executable. Fix the CLI so that it automatically links against appendvfs and so that the --append command-line option works. FossilOrigin-Name: 67c4a8c6881e33b830aa27c80e7e3d697a4222939edd77cd5ca77ece16471ea4
| * The shell detects and opens ZIP archives using the zipfile extension.drh2018-01-06
| | | | | | FossilOrigin-Name: 05c99eb8cefbb3366b6d4ae91e10aa0c82bdf5ea361f4b3375413783af9167ac
| * In the shell, include the ".archive" command only if compiling withdrh2018-01-06
| | | | | | | | | | SQLITE_HAVE_ZLIB. Add ".archive" to the ".help" output. FossilOrigin-Name: 366469f5603367fabcadfc9ffe8cd1e23c649fea49a560178ca0858a16a7e4d1
| * Better whitespace in the "CREATE TABLE sqlar()" statement for the ".ar"drh2018-01-06
| | | | | | | | | | command. FossilOrigin-Name: 252ee55a7fc0b068b707af27bd912e684c28320996e78f0675217046b8c2fb49
| * Improved output from ".schema --indent" when a column definition is followeddrh2018-01-06
| | | | | | | | | | by a comment. FossilOrigin-Name: 87da7efff07327278b1437f862ed8683c2d5d6ada7ea7461601a58f9762646b4
| * Make sure i64 and u64 typedefs are available throughout shell.c.drh2018-01-05
| | | | | | FossilOrigin-Name: 656fb5aab32f40412389e43de209867cedee1589533949cc8c01ba24218ea434
| * MinGW does not define the S_ISLNK macro; therefore, define it in the shell ↵mistachkin2018-01-05
| | | | | | | | | | when needed. FossilOrigin-Name: 73023febbe57495a22db05904bd6ddff439d6c25970cbe87e0ba4a923f3e8a29
| * Fix shell compilation with MinGW by including the 'dirent.h' header.mistachkin2018-01-05
| | | | | | FossilOrigin-Name: dfe510b51046a53c7f5c54fe73ec9de3364923eabd4b909c11984552e6bea406
| * Add some missing #ifdefs for building without zlib.mistachkin2018-01-05
| | | | | | FossilOrigin-Name: c63fb1700c0f67d90857b1f3859c203880d0939f356a64d8ae7cafc814ea72bf
| * Fix compiler warnings.drh2018-01-05
| | | | | | FossilOrigin-Name: 364ac333b030f0e3372937df723f1098183da87913ba0e8ae162864ee24a50d3
| * Add missing #ifdef.mistachkin2018-01-05
| | | | | | FossilOrigin-Name: a0e18aea0950f5ebdf4112f826ff64d24e8660b341031132dcb65bb15579ef1c
| * Remove 'timespec' related code from the shell that has no effect and a (now) ↵mistachkin2018-01-04
| | | | | | | | | | superfluous 'timespec' typedef from the Win32 dirent header file. FossilOrigin-Name: 57dac995dd028e4b7c8ce6806f5769831715c1bb9b886318fceb3fa50563d537
| * Get the shell enhancements compiling with MSVC.mistachkin2018-01-04
| | | | | | FossilOrigin-Name: 335387f9e0d4569097d34cd99cd332b38a282e9b7ae25f088eb47df5c25837ef
| * Merge in all recent trunk enhancements.drh2018-01-04
| |\ | | | | | | FossilOrigin-Name: 406f79183736b6ad360169b837172afef2c82a4312f5787db08c54167a44b15e
| | * Remove the snarky "_supported_" qualifier from the name of thedrh2018-01-04
| | | | | | | | | | | | | | | sqlite_offset() SQL function. FossilOrigin-Name: a6eee0fcd89d3958f8720ebdb5f0a8558b4795d747128091dae283eb81c4f74f
| | * Fix a broken documentation hyperlink. No code changes.drh2018-01-04
| | | | | | | | | FossilOrigin-Name: d91e3f3d343d281af374dd23eea333e61228539023ad5c5aea622085e5863bc7
| * | Update ext/misc/zipfile.c to support creating and adding entries to existingdan2017-12-29
| | | | | | | | | | | | | | | zip archives. FossilOrigin-Name: 2dec2dec592c0726ebe87b841b9c8d493dea7074a99f278eb1bf0b744d658a9d
| * | Improve the shell tool ".ar --list --verbose" command.dan2017-12-27
| | | | | | | | | FossilOrigin-Name: b64681a644c419bb98d00980a6cb56ef5a0aff5ef5321955631f0b4c88aac283
| * | Have the shell tool ".ar --list" and ".ar --extract" commands support zipdan2017-12-27
| | | | | | | | | | | | | | | files. Currently the "-zip" switch is required. FossilOrigin-Name: a532a0f6fd59e81086d46f09151ba7fb26725198231d902c71d0f95cb01dbe91
| * | Add new file ext/misc/zipfile.c, containing a virtual table for read-onlydan2017-12-26
| | | | | | | | | | | | | | | access to simple zip archives. FossilOrigin-Name: 8e366b99b13d765d8bf000a7ec5919e582702e51dc07c27a746b6002898a2302
| * | Merge enhancements from trunk.drh2017-12-23
| |\ \ | | | | | | | | FossilOrigin-Name: 150f07fec1e6d1fc0601820d717d8712fc513fe0d4bed67c8679eb51bca30d53
| * | | Do not use the compress() and uncompress() functions in ext/misc/compress.c -dan2017-12-16
| | | | | | | | | | | | | | | | | | | | | | | | they are not quite compatible with the spec. Instead use new functions in ext/misc/sqlar.c. FossilOrigin-Name: 7652b3c2374084047b6c1da3e525e0cac34fe220597f81e793bc4fd9f33358da
| * | | Have the writefile() function optionally set the modification-time of thedan2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | files it writes or creates. And many small fixes to the new code on this branch. FossilOrigin-Name: 7b51269caebe1492885fe9b965892f49a3f8bdb1d666b0203d594c30f9e83938
| * | | Improve error and usage messages output by the shell ".ar" command.dan2017-12-14
| | | | | | | | | | | | FossilOrigin-Name: b9d2d5d97291bf3d1392232e3705cca89dc7b918db2b08067b2b013ea39320e0
| * | | Merge latest trunk changes into this branch.dan2017-12-14
| |\ \ \ | | | | | | | | | | FossilOrigin-Name: 803156cba8b056a1cb8d1bb186a57454afe72341abe7de1dfe529234c3415cd2
| * | | | Add the shell tool ".ar --update" command.dan2017-12-13
| | | | | | | | | | | | | | | FossilOrigin-Name: 825e3c037b03fc09d581aeda0193ff1d4062404414c7354cb649f99aa9022d25
| * | | | Add support for the "--list" command. And for arguments to the "--extract"dan2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | command. FossilOrigin-Name: 32c4fa2552bb0fa7d7d143108457efae7a756d6cb14b1d59312e56efac3b2656
| * | | | Add tests and fixes for the shell ".ar" command -f option.dan2017-12-12
| | | | | | | | | | | | | | | FossilOrigin-Name: 1a9867973c9d6675fa5254fdd74f36004707a98a91593a188033cf5a49cc7a0b
| * | | | Add support for parsing options in non-traditional tar form to the ".ar"dan2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command. Have writefile() attempt to create any missing path components. And not to throw an exception if it is called to create a directory that already exists. FossilOrigin-Name: 38dbeb1e777aa7ec742aa27002ad4dcee28af520dc43de96e5c56c39f16574ff
| * | | | Enhance virtual table "fsdir" in ext/misc/fileio.c. Add support for "-C" todan2017-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | the shell command's ".ar c" command. FossilOrigin-Name: 0394889afed2479773af594e2d9659cf58b8959004ebcdeaff8e08e5dae684ef
| * | | | Add support for -C to ".ar x".dan2017-12-09
| | | | | | | | | | | | | | | FossilOrigin-Name: 8cd70960c5ddf0d0b2c40b8b6af4ce6b0277ffdaf04f33fcb33227d2b99ad515
| * | | | Improve parsing of ".ar" commands. Add new test file for the same.dan2017-12-09
| | | | | | | | | | | | | | | FossilOrigin-Name: 840401cc8ce3a09e0663b46973ecd2856d9607be71d2d1e9b21f7df7a82dcbe5
| * | | | Add the ".ar x" command to the shell. For extracting the contents of sqlardan2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | archives. FossilOrigin-Name: 0cc699d14adfe8c7b7be50c180186562861806c47425c80c935bce43ee5c5c12
| * | | | Begin adding support for the sqlar archive format to shell.c. There is nodan2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | "extract" command so far, only "create". FossilOrigin-Name: c9827a01a6e107f38f85c2b2c1c7a599e443067b106217e965b6936441ca619d
| * | | | If SQLITE_HAVE_ZLIB is defined at build-time, include the functions indan2017-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | ext/misc/compress.c in the shell. FossilOrigin-Name: 0296286a9963bbaab60ee30d8700703f5ccb382380c9bfc0eb12c4bcb6f2accd
* | | | | Fix compiler warnings on Windows.drh2018-01-03
| | | | | | | | | | | | | | | FossilOrigin-Name: 512b8e40c4ce2066d230b5f007bd704dc3577e21c55131ef07d90bf2fcf91b40
* | | | | New test cases and fixes for minor problems.drh2018-01-03
| | | | | | | | | | | | | | | FossilOrigin-Name: e0da2cc382e0db33d0423372133115f52c77bd0093dbf816c7e88a0aad5f6582
* | | | | Miscellaneous code and comment cleanup.drh2018-01-03
| | | | | | | | | | | | | | | FossilOrigin-Name: fa6069fb3b0a4411fd6661dec7de40ece3064a2fe4b94ebfbda9e5e524e04e86
* | | | | Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove thedrh2018-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "db memdb" command from the TCL interface, replacing it with "db serialize" and "db deserialize". FossilOrigin-Name: 2f6e9df9f0c5a9e5b1acb99cfa9486850cc1822d35b0989e779a7a10f3b1f1ac