/ Changes On Branch reduce-schema-size
Login

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

Changes In Branch reduce-schema-size Excluding Merge-Ins

This is equivalent to a diff from 3ac75725a6 to f1a4bf01a2

2014-05-05
22:49
Add the "omit_check_constraints" pragma that causes the check constraint expressions to be omitted from the parse tree. (Leaf check-in: f1a4bf01a2 user: drh tags: reduce-schema-size)
20:34
Incorporate the latest trunk changes so that hopefully now this branch will build on beagleboard. (check-in: 2647b17d70 user: drh tags: reduce-schema-size)
20:32
Create new header file "os_setup.h" used to detect the operating system at compile-time, and "os_win.h" that contains windows-specific header in formation. (check-in: bd92e0f80c user: drh tags: trunk)
20:21
Attempt to fix the build on beagleboard. (Closed-Leaf check-in: 3ac75725a6 user: drh tags: winHdr)
18:24
Centralize and reform use of the Win32 related include files. (check-in: 857f2baf9b user: mistachkin tags: winHdr)

Changes to Makefile.msc.

Changes to src/build.c.

Changes to src/pragma.c.

Changes to src/sqliteInt.h.

Changes to tool/build-all-msvc.bat.

Changes to tool/mkpragmatab.tcl.