SQLite4
Changes On Branch sqlite4-num
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch sqlite4-num Excluding Merge-Ins

This is equivalent to a diff from 9199b1fa38 to 860695f9be

2013-05-31
19:37
Merge sqlite4-num branch with trunk. check-in: 7b0d1cf7f4 user: dan tags: trunk
19:34
Remove OP_Int64 and OP_Real. OP_Num is now used instead. Leaf check-in: 860695f9be user: dan tags: sqlite4-num
19:19
Remove uses of type 'double' from the vdbe. check-in: e018823162 user: dan tags: sqlite4-num
2013-05-24
20:28
Start using sqlite4_num to store numeric SQL values. This commit is more buggy than not. check-in: d94f6e934e user: dan tags: sqlite4-num
2013-05-23
09:39
Changed TLIBS= to TLIBS?= to allow override from CLI. check-in: 9199b1fa38 user: stephan tags: trunk
2013-05-22
17:40
Add simple OOM injection test to show that the sqlite4_mm based test infrastructure works. check-in: 3f1a52c793 user: dan tags: trunk

Changes to main.mk.

Changes to src/expr.c.

Changes to src/math.c.

Changes to src/pragma.c.

Changes to src/sqlite.h.in.

Changes to src/vdbe.c.

Changes to src/vdbe.h.

Changes to src/vdbeInt.h.

Changes to src/vdbeapi.c.

Changes to src/vdbeaux.c.

Changes to src/vdbecodec.c.

Changes to src/vdbemem.c.

Changes to src/vdbetrace.c.

Added test/auth4.test.

Changes to test/cast.test.

Changes to test/num.test.

Added test/num2.test.

Changes to test/permutations.test.

Changes to test/savepoint2.test.

Changes to test/simple.test.

Changes to test/testInt.h.

Changes to test/test_main.c.