lp:~patrick-crews/drizzle/drizzle-json-testfix

Created by Patrick Crews and last modified
Get this branch:
bzr branch lp:~patrick-crews/drizzle/drizzle-json-testfix
Only Patrick Crews can upload to this branch. If you are Patrick Crews please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Patrick Crews
Project:
Drizzle
Status:
Development

Recent revisions

2449. By Patrick Crews

Modified .result file to better reflect server behavior. test passed repeated runs --repeat=100

2448. By Mohit Srivastava

Create Table functionality implemented.

2447. By Mohit Srivastava

Function delete is introduce.x

2446. By Henrik Ingo

Can now insert and update records with HTTP POST + JSON.
This was very handy to do with REPLACE INTO as the philosophy
is the same as JSON databases do it.

Made the web ui support selecting GET/POST.

Column names of the table are not hard coded. You can create a table
with any number of TEXT columns with any names, as long as there is an
_id auto_increment primary key. (GET supports this too now.)

Had to extend the result set in Execute API to support getting column
metadata. (Previously the only meta data supported was number of columns.)

2445. By Henrik Ingo

It's now possible to query any schema.table by giving them in the URL,
in fact you have to:
http://localhost:8086/json/get?schema=myschema&table=mytable.

2444. By Henrik Ingo

http://hostname:8086/json now can do a single row get. Result is returned
in json and also has to be stored in json. There's no insert yet,
you'd have to use SQL for that.

Also updated the web gui to showcase this new api.

Also fixes an off by one bug in drizzled/plugin/client/cached.h
Sorry about not making that a separate bug, but I didn't know of any
other code that would use that class, so I had to do it within this code.

2443. By Henrik Ingo

Make the browser interface actually work, using window.location
as the root URL for javascript.

2442. By Henrik Ingo

Remove line with false information: hardcoded URL isn't even correct
with default options. Also the information is redundant, user
can just look at their browser address bar.

2440. By Mark Atwood

add plugin/auth_schema to po/POTFILES.in

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:drizzle
This branch contains Public information 
Everyone can see this information.

Subscribers