projects
/
platform
/
upstream
/
ejdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730a34f
)
readme fix
author
adam
<adamansky@gmail.com>
Wed, 6 Feb 2013 06:44:04 +0000
(13:44 +0700)
committer
adam
<adamansky@gmail.com>
Wed, 6 Feb 2013 06:44:04 +0000
(13:44 +0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
e73f8c2
..
4ecd104
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-622,7
+622,7
@@
int main() {
EJQ *q1 = ejdbcreatequery(jb, &bq1, NULL, 0, NULL);
uint32_t count;
- TCLIST *res = ejdbqry
search
(coll, q1, &count, 0, NULL);
+ TCLIST *res = ejdbqry
execute
(coll, q1, &count, 0, NULL);
fprintf(stderr, "\n\nRecords found: %d\n", count);
//Now print the result set records