[seed] fix #650121 - typo in sqlite documentation
- From: Alan Knowles <alank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seed] fix #650121 - typo in sqlite documentation
- Date: Mon, 16 May 2011 09:46:39 +0000 (UTC)
commit 6a9e7fa16c23b697ebeccd0aec53a70dc0a3533c
Author: Matej Cepl <mcepl redhat com>
Date: Mon May 16 17:49:00 2011 +0800
fix #650121 - typo in sqlite documentation
doc/modules/sqlite/sqlite.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/modules/sqlite/sqlite.xml b/doc/modules/sqlite/sqlite.xml
index 820c635..959e99e 100644
--- a/doc/modules/sqlite/sqlite.xml
+++ b/doc/modules/sqlite/sqlite.xml
@@ -49,7 +49,7 @@ function cb_print_phone(results) {
print(results.phone);
}
-db.exec("select from people where name='John Smith';", cb_print_phone);
+db.exec("select * from people where name='John Smith';", cb_print_phone);
db.close();
</programlisting>
</example>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]