lp://staging/~hingo/drizzle/drizzle-json_server-keyvalue
Created by
Henrik Ingo
and last modified
- Get this branch:
- bzr branch lp://staging/~hingo/drizzle/drizzle-json_server-keyvalue
Only
Henrik Ingo
can upload to this branch. If you are
Henrik Ingo
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Henrik Ingo: Needs Resubmitting
-
Diff: 1576 lines (+1147/-82)10 files modifieddrizzled/plugin/client/cached.h (+7/-4)
drizzled/sql/result_set.h (+41/-11)
drizzled/sql/result_set_meta_data.h (+24/-7)
m4/pandora_have_libevent.m4 (+13/-0)
plugin/json_server/docs/index.rst (+373/-11)
plugin/json_server/json/json_value.cpp (+41/-4)
plugin/json_server/json/value.h (+2/-1)
plugin/json_server/json_server.cc (+637/-43)
plugin/json_server/plugin.ac (+8/-0)
plugin/json_server/plugin.ini (+1/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 2456. By Henrik Ingo
-
json_server 0.2 needs libevent 2.0. This adds a PANDORA_
LIBEVENT_ RECENT
macro that checks for existence of event2/*.h headers. - 2453. By Henrik Ingo
-
Wrong use of strcmp caused all created tables to end up in the default
"test" schema. Now the schema parameter from the URI is honored. - 2450. By Henrik Ingo
-
Merge one more commit from Mohit that I had not pulled in the previous
merge. This one now enables automatic CREATE TABLE.Note that the schema must still pre-exist, it is not automatically
created. This is considered a feature.Includes some indentation fixes by me.
- 2449. By Henrik Ingo
-
Finishing some fixes I had not pushed yet (allow _id in URL query string)
Also add those to Mohit's DELETE function of course.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~drizzle-trunk/drizzle/development