ServerConnection serverConnection = new ServerConnection()
daten = serverConnection.doSQLQuery([[select sn_id, sn_text from tb_snippet
  join nt_live on sn_id=nt_snippetid
  where live_retired = 0
  and (author_ok(live_author)
  or sql_statement_ok(sn_text) == 'definitely');]])
  
for each d in daten do
  title = "Result of #"..d.sn_id;
  if not serverConnection.hasNTTitle(title) then
    try
      result = serverConnection.doSQLQuery(d.sn_text).toJSON()
    catch e
      result = "Error: "..e
    end
    serverConnection.createNTSnippet(title, result)
  end
endBegan life as a copy of #2000005
Snippet is not live.
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #2000006 | 
| Snippet name: | An executor for SQL statements (pseudo-code, bug fixed) | 
| Eternal ID of this version: | #2000006/1 | 
| Text MD5: | 8f07add46a61c4810d1db0502d791bcc | 
| Author: | stefan | 
| Category: | |
| Type: | New Tinybrain snippet | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2015-03-10 20:36:50 | 
| Source code size: | 587 bytes / 19 lines | 
| Pitched / IR pitched: | No / Yes | 
| Views / Downloads: | 767 / 174 | 
| Referenced in: | [show references] |