lp://staging/sqlite
- Get this branch:
- bzr branch lp://staging/sqlite
Branch merges
Branch information
Import details
This branch is an import of the CVS module sqlite from :pserver:anonymous:anonymous@www.sqlite.org:/sqlite.
Last successful import was .
Whiteboard
migrated to fossil
Recent revisions
- 4452. By danielk1977
-
When OMIT_TRIGGER is defined, provide a no-op macro for sqlite3SelectMa
sk(). Fix for #2918. - 4451. By pweilbacher
-
Use the buffer size as limit for temp file names. This is done for windows too, see check-in [4595].
- 4450. By drh
-
Add more test cases to prove that ticket #2920 does not exist in
CVS HEAD. It has already been fixed, probably by ticket #2686, but
we have not proven that yet. - 4448. By drh
-
Minor fixes to FTS3 so that it works better when appended to the end
of the amalgamation. - 4446. By drh
-
Fix a problem with virtual tables and left joins introduced by
check-in [4761]. Ticket #2894 and #2913. - 4445. By drh
-
Modify the printf test script so that it does not depend on the platform
printf, so that we do not spurious test failures when moving from one
platform to another. - 4444. By pweilbacher
-
make os2Truncate() actually do something and fix os2FullPathname() to be more elegant and work more correctly in all cases (Ticket #2904)