diff options
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/experimental.c')
| -rw-r--r-- | ext/pdo_sqlite/sqlite/src/experimental.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/experimental.c b/ext/pdo_sqlite/sqlite/src/experimental.c index 073f21835c..0bb0ae334e 100644 --- a/ext/pdo_sqlite/sqlite/src/experimental.c +++ b/ext/pdo_sqlite/sqlite/src/experimental.c @@ -1,6 +1,5 @@ - /* -** 2001 September 15 +** 2005 January 20 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: @@ -10,8 +9,8 @@ ** May you share freely, never taking more than you give. ** ************************************************************************* -** This file contains C code routines that are called by the parser -** to handle SELECT statements in SQLite. +** This file contains C code routines that are not a part of the official +** SQLite API. These routines are unsupported. ** ** $Id$ */ @@ -35,4 +34,3 @@ int sqlite3_clear_bindings(sqlite3_stmt *pStmt){ int sqlite3_sleep(int ms){ return sqlite3OsSleep(ms); } - |
