Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/shell.c at check-in 07556099ab20600b
|
2013-08-19
| ||
| 11:22 | Update to the latest SQLite 3.8.0 beta in order to test SQLite. file: [58ec3843ad] check-in: [48445291c0] user: drh branch: trunk, size: 105562 | |
|
2013-08-05
| ||
| 13:04 | Install the latest SQLite 3.8.0 beta from upstream. Fossil does not use any of the new features. This commit is for the purpose of testing SQLite. file: [51705eaccb] check-in: [605db92957] user: drh branch: trunk, size: 104860 | |
|
2013-07-17
| ||
| 12:06 | Import the latest SQLite 3.8.0 beta code from upstream. file: [290988590d] check-in: [df46aa659c] user: drh branch: trunk, size: 104889 | |
|
2013-07-09
| ||
| 11:52 | Update to the latest 3.8.0 alpha version of SQLite. file: [c3900808b9] check-in: [5ea03d389d] user: drh branch: trunk, size: 104928 | |
|
2013-06-29
| ||
| 15:41 | Fix the build on windows by using "_pclose" instead of "pclose". file: [783b92bbe6] check-in: [07463fbf02] user: drh branch: trunk, size: 104954 | |
| 15:26 | Bring in the latest SQLite 3.8.0 alpha version from upstream, for testing. file: [ec4cba7989] check-in: [c3e723e308] user: drh branch: trunk, size: 104960 | |
|
2013-06-27
| ||
| 01:57 | Update to the latest SQLite 3.8.0 alpha from upstream. file: [f07536ae88] check-in: [f92056c996] user: drh branch: trunk, size: 104205 | |
|
2013-06-19
| ||
| 23:38 | Merge the NGQP SQLite changes into trunk. Also update the SQL shell. file: [c14200dbf3] check-in: [0c11cb932f] user: drh branch: trunk, size: 100864 | |
|
2013-05-08
| ||
| 18:34 | Update SQLite to the latest 3.7.17 preview from upstream, for the purpose of testing SQLite. file: [1e6e527fae] check-in: [21a6a8bc00] user: drh branch: trunk, size: 99569 | |
|
2013-04-25
| ||
| 18:10 | Update the built-in SQLite to the latest trunk version from upstream. file: [ad153be32a] check-in: [7d1d995317] user: drh branch: trunk, size: 99649 | |
|
2013-03-01
| ||
| 23:44 | Pull in the latest SQLite from upstream. file: [57348f9ae8] check-in: [1fbc742da9] user: drh branch: trunk, size: 98877 | |
|
2013-02-13
| ||
| 14:12 | Update the built-in SQLite to the latest from the SQLite trunk. file: [4ca910fcf1] check-in: [f7f764b760] user: drh branch: trunk, size: 98853 | |
|
2013-01-07
| ||
| 14:45 | Pull the latest trunk version of SQLite from upstream. file: [48111200fb] check-in: [9ae863a5eb] user: drh branch: trunk, size: 97795 | |
|
2012-12-05
| ||
| 15:47 | Pull the SQLite 3.7.15 beta from upstream for testing. file: [c0f58633c0] check-in: [0eb3d8e828] user: drh branch: trunk, size: 97661 | |
|
2012-11-04
| ||
| 12:59 | Fix typos. file: [098774bc09] check-in: [45065c5c28] user: dmitry branch: spelling, size: 97499 | |
|
2012-10-26
| ||
| 20:18 | Bring in the latest SQLite from upstream. file: [3b47e233d5] check-in: [bda00cbada] user: drh branch: optimization, size: 97497 | |
|
2012-09-28
| ||
| 10:18 | Update to the latest SQLite amalgamation, for the purpose of testing recent changes in SQLite. file: [43370665ea] check-in: [c0f245de25] user: drh branch: trunk, size: 97357 | |
|
2012-09-05
| ||
| 12:55 | const-qualification file: [5518df5317] check-in: [645f34834d] user: jan.nijtmans branch: eclipse-project, size: 96564 | |
|
2012-08-27
| ||
| 19:05 | Re-do part of [d89b99e383], which was lost by [d7736649cd] file: [4e319394db] check-in: [22806c5f59] user: jan.nijtmans branch: trunk, size: 96546 | |
|
2012-08-25
| ||
| 01:48 | Update the built-in SQLite to the latest version from the SQLite trunk. file: [c9987e5911] check-in: [d7736649cd] user: drh branch: trunk, size: 96519 | |
|
2012-08-21
| ||
| 11:18 | In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/cgi.c:29: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/file.c:47:0: warning: "stat" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:258:0: note: this is the location of the previous definition In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/http_socket.c:35: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/shell.c:67:0: warning: "popen" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:503:0: note: this is the location of the previous definition src/shell.c:68:0: warning: "pclose" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:504:0: note: this is the location of the previous definition file: [cb92f3683c] check-in: [b5d69afed7] user: jan.nijtmans branch: jn-mingw-w64-compiler-warnings, size: 96448 | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [25fc3be68e] check-in: [0328d68181] user: drh branch: sqlite4, size: 85524 | |
|
2012-06-27
| ||
| 12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. file: [a7c23a39fb] check-in: [6823912746] user: drh branch: sqlite4, size: 85433 | |
|
2012-06-22
| ||
| 23:32 | Update the built-in SQLite to the latest version from the trunk of the SQLite tree. The diff of this SQLite change will be very slow without the previous check-in that enhances the diff performance. file: [a69cc006d6] check-in: [c5b835ddc0] user: drh branch: trunk, size: 96421 | |
|
2012-06-07
| ||
| 13:30 | Update the built-in SQLite to the first 3.7.13 beta. file: [59a45477dd] check-in: [990c4d4437] user: drh branch: trunk, size: 96699 | |
|
2012-04-24
| ||
| 13:36 | Update to the latest SQLite version 3.7.12 beta. file: [0266398855] check-in: [6cfd8ecc05] user: drh branch: trunk, size: 96540 | |
|
2012-04-17
| ||
| 21:56 | Pull in the latest pre-release version of SQLite, including the new shell. file: [ad9db3ec1b] check-in: [4faefe630e] user: drh branch: trunk, size: 95421 | |
|
2012-03-31
| ||
| 19:15 | Update to the latest SQLite code. Fix a compiler warning in style.c. file: [b8c1f3c238] check-in: [82f5663270] user: drh branch: trunk, size: 94456 | |
|
2012-02-07
| ||
| 16:20 | Update the built-in SQLite and SQL command-line shell to the latest code from the SQLite trunk. file: [5abd983282] check-in: [030035345c] user: drh branch: trunk, size: 93829 | |
|
2011-12-23
| ||
| 13:51 | Update the built-in SQLite to the latest version from trunk as a beta test of the next SQLite release. file: [378a6cdf13] check-in: [e8f15c0dce] user: drh branch: trunk, size: 92093 | |
|
2011-10-15
| ||
| 10:40 | Update the built-in SQLite and the SQL command-line shell to the latest code from the SQLite trunk: version 3.7.9 alpha. This fixes some warnings that started appearing after upgrading to gcc 4.6.1. file: [72bc59fecd] check-in: [3dd0c15583] user: drh branch: trunk, size: 91436 | |
|
2011-10-13
| ||
| 16:39 | Update the SQLite command-line shell to the latest from the SQLite source tree. file: [d9f687130e] check-in: [862d7dbf59] user: drh branch: trunk, size: 91441 | |
|
2011-10-11
| ||
| 20:46 | Update the build-in SQLite and the SQLite-shell to the latest code from the trunk of the SQLite source tree - version 3.7.9 alpha. file: [cc87604d9c] check-in: [55fb082ae5] user: drh branch: trunk, size: 90770 | |
|
2011-06-03
| ||
| 14:24 | Update the built-in SQLite to the latest 3.7.7 alpha. file: [e09ba95360] check-in: [9f9047d686] user: drh branch: trunk, size: 89863 | |
|
2011-05-20
| ||
| 11:39 | Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. file: [eeffeb31f9] check-in: [c60e143f28] user: drh branch: trunk, size: 89671 | |
|
2011-03-24
| ||
| 01:51 | Update the built-in SQLite to the latest version from the SQLite trunk. file: [d275901b53] check-in: [3d2e8b2ddf] user: drh branch: trunk, size: 89487 | |
|
2011-02-16
| ||
| 23:47 | Update to the latest pre-release SQLite version (as part of the SQLite testing process). Update the makefiles to use SQLITE_ENABLE_STAT2. file: [7f7112e935] check-in: [c616cef3f7] user: drh branch: trunk, size: 88494 | |
|
2011-01-25
| ||
| 19:03 | Update the built-in SQLite to the latest 3.7.5 beta. file: [f0d83fcb1a] check-in: [07556099ab] user: drh branch: trunk, size: 83676 | |
|
2010-12-08
| ||
| 03:31 | Ignore unfinalized statements when shutting down the SQLite command-line shell. Ticket [891cd78969e03ec3009]. file: [de359a1421] check-in: [31f5b295fa] user: drh branch: trunk, size: 82520 | |
|
2010-11-24
| ||
| 12:03 | Factor the sql-command shell out into a separate source file. Add the new content(X) SQL function for accessing uncompressed and undeltaed artifact content. file: [860d717a28] check-in: [b4687be448] user: drh branch: trunk, size: 82514 | |
|
2010-10-29
| ||
| 19:06 | Added: Add the "sqlite3" command providing an sqlite3 command-line shell. Ticket [b18338c226f6fb4899b] file: [3def9637bc] check-in: [8c723318d2] user: drh branch: trunk, size: 82535 | |