Advertisement
ijontichy

<stdin>

Dec 7th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ijontichy@powernoob ~http/forum $ ./index.py
  2.  
  3. table forum_posts found
  4. "id integer primary key autoincrement" checks out
  5. "author text" checks out
  6. "topic text" checks out
  7. "content text not null" checks out
  8.  
  9. table forum_topics found
  10. "id integer primary key autoincrement" checks out
  11. "postnum integer" checks out
  12. insert into forum_posts (author, topic, content) values (?, ?, ?)
  13. 6
  14. [(1, 'DICKS IN A BLENDER 21', '', ''), (2, 'DICKS IN A BLENDER 627', '', ''), (3, 'DICKS IN A BLENDER 504', '', ''), (4, 'DICKS IN A BLENDER 104', '', ''), (5, 'DICKS IN A BLENDER 961', '', ''), (6, 'DICKS IN A BLENDER 85', '', '')]
  15. well this works.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement