drh
|
93ec45d560
|
Simplifications to the NGQP. Add the queryplantest makefile target. Add
testcase() macros in the NGQP.
FossilOrigin-Name: eaf1f1b405ec2c498092527fae00e5dbe9e176c1
|
2013-06-17 18:20:48 +00:00 |
|
drh
|
def3367e50
|
Add the percentile() SQL function as a loadable
extension in the ext/misc directory.
FossilOrigin-Name: a64d760d9290b1be78cdda7ae66d4f02c3b3fa53
|
2013-05-28 20:25:54 +00:00 |
|
dan
|
555c939dc7
|
Add the "dist" target to main.mk. For building the amalgamation autoconf package.
FossilOrigin-Name: 3fdc8b56493350fc4854fb1eaefe29ac87784f91
|
2013-05-27 18:37:33 +00:00 |
|
dan
|
f2614145ec
|
Add main.c to the list of files compiled with SQLITE_TEST defined when building testfixture.
FossilOrigin-Name: a58af81483a5facb09d2a80385fc8815b259a10d
|
2013-05-15 16:16:25 +00:00 |
|
drh
|
ea41dc44c5
|
Added the nextchar.c extension. Minor changes to the spellfix.c extension
so that it can be appended to an amalgamation and compiled without duplicating
symbols.
FossilOrigin-Name: 56b9a417f5451631f11c5206d625f11472ee65f9
|
2013-04-25 19:31:33 +00:00 |
|
drh
|
8416fc7fc7
|
Added the transitive_closure, ieee754, and amatch extensions.
FossilOrigin-Name: 84018099c8715b982cd24ce9221f93c7379e8c08
|
2013-04-25 16:42:55 +00:00 |
|
drh
|
b7045ab2ed
|
Move the test_spellfix.c module to ext/misc/spellfix.c.
FossilOrigin-Name: de556add10150140981a2e34b3712e96a7c262e3
|
2013-04-25 14:59:01 +00:00 |
|
drh
|
e50db1c5d2
|
Convert the fuzzer virtual table into a loadable extension and move it
to the ext/misc/fuzzer.c file.
FossilOrigin-Name: c8c69307f60c1d07ac666ae3797b7e3f286fd491
|
2013-04-25 14:31:46 +00:00 |
|
drh
|
24b6422dcb
|
Make test_wholenumber.c into a loadable extension and move it to
ext/misc/wholenumber.c.
FossilOrigin-Name: efcc9dd012b5f193324dfc2ee9c2410c16fc1b3b
|
2013-04-25 11:58:36 +00:00 |
|
drh
|
248f2be91a
|
Make "test_regexp.c" into a loadable extension and move it over to
ext/misc/regexp.c. Add the "load_static_extension" command for testing
purposes.
FossilOrigin-Name: 860fc393bff27045e0593c3c51bf5577accd0b79
|
2013-04-23 20:10:13 +00:00 |
|
dan
|
d7a959c694
|
Add virtual table module 'fts3tokenize' to fts3. fts3tokenize provides SQL access to FTS tokenizer implementations.
FossilOrigin-Name: c5a4b21a15bd8a184380817ff41657acbccb866d
|
2013-04-22 15:30:37 +00:00 |
|
mistachkin
|
21c9b6bdc9
|
Fix typo in name of mptest executable files in clean targets.
FossilOrigin-Name: 4c7d9e1ed8722e0c75b5fdbeffb9030ccef0bd64
|
2013-04-10 03:06:43 +00:00 |
|
drh
|
bc94dbb661
|
Add the "mptester" target to the makefiles. Make mptester run with
synchronous off by default.
FossilOrigin-Name: 1397830bfead3699a7e6b1858ae67ae15259b89e
|
2013-04-08 14:28:33 +00:00 |
|
mistachkin
|
fde3b1c715
|
For the clean target, tidy up a couple more generated (or copied) source files.
FossilOrigin-Name: 5687e5ee7bafa00d2b353c3eda1e5dfb219cb185
|
2013-03-29 19:52:04 +00:00 |
|
drh
|
339d6c6d17
|
Bring makefiles and build scripts into alignment with the sessions branch.
No changes to code.
FossilOrigin-Name: d1f41089aba075eef45fd696599e5d3a74c84d0c
|
2013-03-19 16:12:40 +00:00 |
|
dan
|
9f5ff37120
|
Add another test for the fts4 content= option.
FossilOrigin-Name: 7e6007a0002f6989bd489abeba8db52acb4a6854
|
2013-01-11 09:58:54 +00:00 |
|
drh
|
14172743a2
|
Add the test_regexp.c module containing a cross-platform implementation
of the REGEXP operator.
FossilOrigin-Name: 46c8c01b751c1ea7fc02cc35e3b5bb99dbe46c4b
|
2012-12-31 19:18:38 +00:00 |
|
dan
|
ac45593931
|
Add an option to register global hooks used for logging all SQL executed by an application.
FossilOrigin-Name: cd501bbccf3e62b002317592cc331770b32c129a
|
2012-11-26 19:50:41 +00:00 |
|
mistachkin
|
29b75bd0d1
|
Modify clean target to handle all VSIX package flavors.
FossilOrigin-Name: 023217ea9eea4fea5d3be7707599c6980d4b76f7
|
2012-10-20 09:35:57 +00:00 |
|
drh
|
2f10fb3f07
|
Put auxiliary libraries after libsqlite3.a in the testfixture target of the
"main.mk" makefile.
FossilOrigin-Name: 8fc8548f52ab8fcfb53f88db68422e09c9b98da1
|
2012-10-18 20:49:26 +00:00 |
|
mistachkin
|
c60941f814
|
Allow SQLite to work on Win32 with SQLITE_OS_WINNT=0 as long as WAL is disabled.
FossilOrigin-Name: c1a8557008e56aa9bcb4565e4178fc57295c563d
|
2012-09-13 01:51:02 +00:00 |
|
mistachkin
|
f2bc4380b2
|
For the clean makefile targets, delete the generated VSIX file as well.
FossilOrigin-Name: d575d9619abd03322b73f89882d6da7c0820f285
|
2012-07-27 08:33:10 +00:00 |
|
drh
|
83905c905c
|
Remove support for OS/2 from the source tree.
FossilOrigin-Name: ff828c67e5d3c1afa5bc3a304b9c6fcc7b3ea5fa
|
2012-06-21 13:00:37 +00:00 |
|
dan
|
3d403c71a8
|
Add an experimental tokenizer to fts4 - "unicode". This tokenizer works in the same way except that it understands unicode "simple case folding" and recognizes all characters not classified as "Letters" or "Numbers" by unicode as token separators.
FossilOrigin-Name: 0c13570ec78c6887103dc99b81b470829fa28385
|
2012-05-25 17:50:19 +00:00 |
|
mistachkin
|
f8a784645c
|
On Windows, make sure the current directory value used by the test suite is 'normalized' to what the parent command shell sees. Also, clean the test directories used by the quota2.test file.
FossilOrigin-Name: 82bcd7ec1531f6d71c079578434c58d3ce46a1de
|
2012-03-08 20:00:36 +00:00 |
|
drh
|
60bdeb2aa9
|
Enhancements to the omittest.tcl script used to verify that the
SQLITE_OMIT compile-time options are working.
FossilOrigin-Name: 4344483f7d7f64dffadde0053e6c745948db9486
|
2011-10-20 00:55:54 +00:00 |
|
drh
|
0edb7acd3c
|
Change the makefile to delete both plain and ".exe" variants of build tools.
Ticket [92bd6eaf04e117]
FossilOrigin-Name: 19536a382815c2ff4cb23625984b4ca92e5e17ee
|
2011-10-13 18:08:04 +00:00 |
|
mistachkin
|
9a55e31f4d
|
Integrate build changes for sqlite3_analyzer into the MSVC makefile. Also, more cleanup of build files, including sqlite3_analyzer, for all makefiles.
FossilOrigin-Name: af1c5718292c0326b785416b7109eafefaeb59a7
|
2011-09-22 00:06:44 +00:00 |
|
drh
|
8d43aa10cb
|
Remove unnecessary dependencies from the sqlite3_analyzer targets in
makefiles.
FossilOrigin-Name: 0bd8fd352d290637d8c4d4fb76e8dd28f0149fa0
|
2011-09-21 18:29:49 +00:00 |
|
dan
|
0ae479dff2
|
Change the way the sqlite3_analyzer executable is built.
FossilOrigin-Name: 05e3cced8a884e8bca6f208d2f09e335d3929eac
|
2011-09-21 16:43:07 +00:00 |
|
drh
|
307ff30b54
|
Change the build process so that it does not require the unix "sort"
command. This avoids confusion between ms-sort and mingw-sort on
windows systems.
FossilOrigin-Name: f1bd5bbae505068d24bfd9cc6bab6a8b8940bad6
|
2011-08-30 01:29:04 +00:00 |
|
drh
|
88caeac774
|
Fix some harmless compiler warnings.
FossilOrigin-Name: 46f5a68bfa4199a4bd398030bf88bfbb4df3d5ca
|
2011-08-24 15:12:08 +00:00 |
|
drh
|
96e5088cda
|
New makefile target "sqlite3-debug.c" builds an amalgamation that include
appropriate "#line" macros relating the code back to the original source
files.
FossilOrigin-Name: 26f2da24b080bf89e3574bd1a162eb1fead51456
|
2011-08-15 15:27:20 +00:00 |
|
dan
|
15bf39034a
|
Merge latest trunk changes into experimental branch.
FossilOrigin-Name: 7e515055f219b01dd72df4e27bdcabfa2f9be5c2
|
2011-08-12 16:30:30 +00:00 |
|
drh
|
07516dd5df
|
Add makefile targets sqlite3-all.c.
FossilOrigin-Name: 71f7be586f5a18493cd516f89c4ecc460bb24462
|
2011-07-22 11:16:39 +00:00 |
|
dan
|
a20fde64eb
|
Experimental support for speeding up CREATE INDEX commands using an offline merge sort.
FossilOrigin-Name: 30dbf0feab0323250404e0741ac2716bcb6b0cbe
|
2011-07-12 14:28:05 +00:00 |
|
dan
|
e7152dc76b
|
Add a target to main.mk that will fail if the amalgamation contains any exported symbols that do not begin with "sqlite3_". Run this target from within releasetest.tcl. Add "static" to a couple of private functions in mem3.c.
FossilOrigin-Name: a68b6580c7d436c896a644a475cdba33c2c8d6e6
|
2011-07-07 08:19:16 +00:00 |
|
dan
|
188829b491
|
Fix main.mk so that the "amalgamation-testfixture" target works again.
FossilOrigin-Name: 22265323f7785ec5e2afc14a989d53dcbbd36250
|
2011-06-21 15:24:30 +00:00 |
|
drh
|
3dcf39afa0
|
Add a new AWK script in the tool/ folder for converting text files into
C string literals. Use it for building sqlite3_analyzer.
FossilOrigin-Name: dcb46d3f68e219a84c67c7ffef26fd2076a0ba28
|
2011-06-21 03:36:06 +00:00 |
|
dan
|
99ebad90e3
|
Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC".
FossilOrigin-Name: 5f6b87f420f21749aa7c72e020c50aca74890086
|
2011-06-13 09:11:01 +00:00 |
|
dan
|
807d0fcaba
|
Avoid including fts3_term.c in the amalgamation, as it contains test code only.
FossilOrigin-Name: f392b7ae0266b4c694836583cb91b10f2b6c0752
|
2011-05-17 14:41:36 +00:00 |
|
drh
|
79d0e1c0a7
|
Also add fts3_term.c to main.mk.
FossilOrigin-Name: 966f2d2c1f01b6345eab5df87a40d337ced1c087
|
2011-05-13 17:11:20 +00:00 |
|
dan
|
a311b80392
|
Extra tests for fts3. And fixes for conflict-handling related problems in fts3.
FossilOrigin-Name: fb4a355871d9482ccb28b6ba03b842b3cc87b696
|
2011-04-26 19:21:34 +00:00 |
|
drh
|
70586beb3d
|
Add the "wholenumber" virtual table module to the test suite - useful in
populating tables with many rows of content prior to a test.
FossilOrigin-Name: 975dff155bd9db42f2b6855b24c861852bb7a201
|
2011-04-01 23:49:44 +00:00 |
|
drh
|
f5a8a917ee
|
Merge the word-fuzzer branch into trunk.
FossilOrigin-Name: f77609d44194ee8871b3fb281ea6b90a9182f69f
|
2011-04-01 20:47:27 +00:00 |
|
dan
|
213ca0a8cf
|
Add test infrastructure (and some tests) to inject faults into os_unix.c using the new xSetSystemCall interface.
FossilOrigin-Name: 0e1d20dfaeea5ab285d16aa4b8f02b61b1d2bc10
|
2011-03-28 19:10:06 +00:00 |
|
drh
|
326a67d0e8
|
Skeleton code for the word-fuzzer virtual table.
FossilOrigin-Name: ea3a4ee136ff6699c3099178f0efaa8bb517715f
|
2011-03-26 15:05:27 +00:00 |
|
drh
|
87fa53ee8d
|
Merge in the blocking-checkpoint enhancement, including the new
sqlite3_wal_checkpoint_v2() interface and the
PRAGMA wal_checkpoint(full) statement.
FossilOrigin-Name: bac7342c368a7c4f5f2878e08d9581dcbf57dd58
|
2011-02-02 16:34:08 +00:00 |
|
dan
|
a240fd01b6
|
Add virtual table module "fts4aux", used to inspect the full-text index of an fts4 table directly. Also add the "compress" and "uncompress" fts4 options.
FossilOrigin-Name: b010ddcc52889160af2183a33c5f483bb0ae91b9
|
2011-02-01 16:34:32 +00:00 |
|
drh
|
27f9aba18c
|
Merge the checkpoint_fullfsync pragma and the superlock demonstration into
the checkpoint-v2 experimental branch.
FossilOrigin-Name: ebf74015f09fe241c1c6902dc8954f2b59ab41ec
|
2010-11-19 18:51:31 +00:00 |
|