Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. rknee@code Milestone2 $ telnet localhost 11111
  2. Trying 127.0.0.1...
  3. Connected to localhost.localdomain (127.0.0.1).
  4. Escape character is '^]'.
  5. >Hello.
  6. >Send ASN1 SEQUENCE.
  7. {last_snapshot 20001231235959.999Z, tables { neighborhoods, organizations, fields_values}}
  8. {
  9. tables
  10. {
  11. {
  12. table_name "neighborhoods",
  13. rows
  14. {
  15. fields { "3883 Misty Dr. Apt.202,Melbourne,Fl,32904,U.S.", "1", },
  16. },
  17. field_names { "address", "neighborhoodID", },
  18. field_types { "BLOB", "INTEGER", }
  19. },
  20. {
  21. table_name "organizations",
  22. rows
  23. {
  24. fields { "NULL", "NULL", "NULL", "NULL", "2010-01-23 16:19:35", "global", "NULL", "NULL", "NULL", "NULL", "NULL", "NULL", "en", "NULL", "NULL", "NULL", "NULL", "world", "1", },
  25. },
  26. field_names { "certification_methods", "global_organizationID", "hash_org_alg", "hash_org", "creation_time", "category", "certificate", "crl", "crl_date", "default_scoring_options", "instructions_new_motions", "instructions_registration", "languages", "name", "name_forum", "name_justification", "name_motion", "name_organization", "organizationID", },
  27. field_types { "TEXT", "TEXT", "TEXT", "BLOB", "DATE", "TEXT", "BLOB", "BLOB", "DATE", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "INTEGER", }
  28. },
  29. {
  30. table_name "fields_values",
  31. rows
  32. {
  33. fields { "1", "1", "1", "jerry", },
  34. fields { "1", "2", "2", "782-13-5546", },
  35. fields { "1", "3", "3", "male", },
  36. fields { "1", "4", "4", "us", },
  37. fields { "1", "5", "5", "3219862233", },
  38. fields { "1", "6", "6", "3219862233", },
  39. fields { "1", "7", "7", "G231456", },
  40. fields { "1", "8", "8", "orlando", },
  41. fields { "1", "9", "9", "09021978", },
  42. fields { "1", "10", "10", "3883 Misty Dr. Apt.202,Melbourne,Fl,32904,U.S.", },
  43. fields { "1", "1", "11", "jordan", },
  44. fields { "1", "2", "12", "742-24-3368", },
  45. fields { "1", "3", "13", "female", },
  46. fields { "1", "4", "14", "us", },
  47. fields { "1", "5", "15", "us", },
  48. fields { "1", "6", "16", "4823149023", },
  49. fields { "1", "7", "17", "G232356", },
  50. fields { "1", "8", "18", "orlando", },
  51. fields { "1", "9", "19", "04141984", },
  52. fields { "1", "10", "20", "8834 Oak Dr. Apt.222,Melbourne,Fl,32904,U.S.", },
  53. },
  54. field_names { "constituentID", "fieldID", "fields_valuesID", "value", },
  55. field_types { "INTEGER", "INTEGER", "INTEGER", "TEXT", }
  56. },
  57. },
  58. db_name "deliberation.db",
  59. snapshot "20001231235959.999Z",
  60. }
  61. >250 OK
  62. Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement