Wernher Schodeler

Werner Schodoler (also Wernher Schodoler; * 1490 in Bremgarten, Aargau ; † 15. October 1541 in Bremgarten, Aargau) was a Swiss chronicler. He was the author of Swiss History, the earliest of the Swiss illustrated chronicles.

Literature

  • Walter Muschg and Eduard A. Gessler Die Schweizer Bilderchroniken des 15/16 Jahrhunderts Zurich, Atlantis Verlag, 1941.
gollark: Basically, when there's a new revision, the apiosystem reads the current content out of `pages`, compresses it, generates and serializes the metadata, then shoves in a row into `revisions`.
gollark: As of now I do this:```sqlCREATE TABLE pages ( title TEXT NOT NULL UNIQUE, content TEXT NOT NULL, updated INTEGER NOT NULL, created INTEGER NOT NULL);CREATE TABLE revisions ( page TEXT NOT NULL REFERENCES pages(title), timestamp INTEGER NOT NULL, meta BLOB NOT NULL, -- contains revision metadata and type -- ChangeContent { size } is the only one here for now full_data BLOB -- contains optionally compressed text);```but it is not ideal.
gollark: Yes. Please hold on while I post the schæma.
gollark: Yes.
gollark: <@293066066605768714> You expressed vague interest in my wiki project thus I will now direct random technical questions to you: how should I store pages with revision history?


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.