1 | ServerConnection serverConnection = new ServerConnection() |
2 | |
3 | daten = serverConnection.doSQLQuery([[select sn_id, sn_text from tb_snippet |
4 | join nt_live on sn_id=nt_snippetid |
5 | where live_retired = 0 |
6 | and (author_ok(live_author) |
7 | or sql_statement_ok(sn_text) == 'definitely');]]) |
8 | |
9 | for each d in daten do |
10 | title = "Result of #"..d.sn_id; |
11 | if not serverConnection.hasNTTitle(title) then |
12 | try |
13 | result = serverConnection.doSQLQuery(d.sn_text).toJSON() |
14 | catch e |
15 | result = "Error: "..e |
16 | end |
17 | serverConnection.createNTSnippet(title, result) |
18 | end |
19 | end |
Began 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: | 541 / 123 |
Referenced in: | [show references] |