~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/tests/r/basic.result

  • Committer: Mark Atwood
  • Date: 2011-12-28 02:50:31 UTC
  • Revision ID: me@mark.atwood.name-20111228025031-eh4h1zwv4ig88g0i
fix tests/r/basic.result

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
http_post("http://localhost:PORT/0.1/sql", 'select * from t1;')
4
4
{
5
5
   "query" : "select * from t1;",
6
 
   "result_set" : [
7
 
      [ "", "" ]
8
 
   ],
9
6
   "sqlstate" : "00000"
10
7
}
11
8
 
15
12
{
16
13
   "query" : "select * from t1;",
17
14
   "result_set" : [
18
 
      [ "1", "from MySQL protocol" ],
19
 
      [ "", "" ]
 
15
      [ "1", "from MySQL protocol" ]
20
16
   ],
21
17
   "sqlstate" : "00000"
22
18
}