-C Make\stest\sfunction\sdo_ioerr_test\smore\srobust.\sNo\scode\schanges.\s(CVS\s5121)
-D 2008-05-12T10:57:02
+C Fix\stypo\sin\sdocumentation\sof\ssqlite3_step().\s\sTicket\s#3110.\s(CVS\s5122)
+D 2008-05-12T12:39:56
F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
F Makefile.in 8b9b8263852f0217157f9042b8e3dae7427ec739
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
F src/random.c 2b2db2de4ab491f5a14d3480466f8f4b5a5db74a
F src/select.c da43ce3080112aa77863e9c570c1df19a892acb8
F src/shell.c 668ad976716982eb658019eda489b6f55131dbe7
-F src/sqlite.h.in bf986db272eebf11be5c2d49b187a0f9562e2ee4
+F src/sqlite.h.in 5fafd7849e3e74625533144ce0ab9d495c0320da
F src/sqlite3ext.h faacd0e6a81aabee0861c6d7883c9172e74ef5b3
F src/sqliteInt.h c38fad42820bd3a68cdb185edbea9aff8bf5c18b
F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 85c54a16c7aecea3e0e5040ee8aca06d8b6a2b2b
-R 6f23cb727bb32cbaf248365f9b5d1602
-U danielk1977
-Z 44914fe2fc7d2c76b6a9dcde9fe338f2
+P f532692ec91b40fc002af925d2ab8382e3c3b2ca
+R 8fd89c706d46f78c623e9f9ad754a613
+U drh
+Z c21143371c5082c1432bc00be226f2c5
-f532692ec91b40fc002af925d2ab8382e3c3b2ca
\ No newline at end of file
+4d397f57c4446b18c5c6faf728d315495e4abf6e
\ No newline at end of file
** the version number) and changes its name to "sqlite3.h" as
** part of the build process.
**
-** @(#) $Id: sqlite.h.in,v 1.311 2008/05/11 11:07:07 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.312 2008/05/12 12:39:56 drh Exp $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
** new "v2" interface is recommended for new applications but the legacy
** interface will continue to be supported.
**
-** In the lagacy interface, the return value will be either [SQLITE_BUSY],
+** In the legacy interface, the return value will be either [SQLITE_BUSY],
** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
** With the "v2" interface, any of the other [SQLITE_OK | result code]
** or [SQLITE_IOERR_READ | extended result code] might be returned as