/ Changes On Branch zonefile
Login

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

Changes In Branch zonefile Excluding Merge-Ins

This is equivalent to a diff from 15c587cf6f to 84e9351bbd

2018-02-27
20:09
Update zonefile README.md file to mention the frame cache. (Leaf check-in: 84e9351bbd user: dan tags: zonefile)
19:50
Rationalize some code in zonefile.c. Fix other minor issues in the same. (check-in: f11beb16a8 user: dan tags: zonefile)
2018-02-26
15:27
Always interpret non-zero floating-point values as true even if their integer part is zero. Fix for ticket [36fae083b450e3af857a459e20]. (check-in: a983fa8570 user: drh tags: trunk)
03:20
Experimental implementation of IS TRUE and IS FALSE operators. All TRUE and FALSE to act like constants if the names do not resolve to a column name. (check-in: 40314bc999 user: drh tags: is-true-operator)
2018-02-23
13:45
Merge updates from trunk. (check-in: 53f2100a29 user: mistachkin tags: zonefile)
13:38
Fix harmless compiler warnings in the zipfile extension seen with MSVC. (check-in: 15c587cf6f user: mistachkin tags: trunk)
13:38
Enable the JSON1 extension when compiling the test fixture with MSVC. (check-in: e9e9f27b3d user: mistachkin tags: trunk)

Changes to Makefile.msc.

Added ext/zonefile/README.md.

Added ext/zonefile/zonefile.c.

Added ext/zonefile/zonefile1.test.

Added ext/zonefile/zonefileenc.test.

Added ext/zonefile/zonefilefault.test.

Changes to main.mk.

Changes to src/test1.c.