Brown Sugar (1922 film)
Brown Sugar is a 1922 British silent romance film directed by Fred Paul and starring Owen Nares, Lillian Hall-Davis and Eric Lewis.[1] It was based on a play by Lady Arthur Lever.
Brown Sugar | |
---|---|
Directed by | Fred Paul |
Produced by | G.B. Samuelson |
Written by | Lady Arthur Lever (play) Walter Summers |
Starring | Owen Nares Lillian Hall-Davis Eric Lewis Henrietta Watson |
Production company | British-Super Films |
Distributed by | Jury Films |
Release date | 1922 |
Country | United Kingdom |
Language | English |
Cast
- Owen Nares – Lord Sloane
- Lillian Hall-Davis – Stella Deering
- Eric Lewis – Earl of Knightsbridge
- Henrietta Watson – Countess of Knightsbridge
- Cyril Dane – Edmundson
- Margaret Halstan – Honoria Nesbitt
- Louise Hampton – Miss Gibson
- Gladys Harvey – Mrs. Cunningham
- Eric Leighton – Crowbie Carruthers
gollark: Nim.
gollark: There's an array of SQL scripts a bit above it.
gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```
gollark: My DB-using projects include all migration capability too, if sometimes limited to a bunch of `CREATE TABLE IF NOT EXISTS` calls, but if I ever *needed* it I would just make them able to call some functions to migrate the rows.
gollark: Well, yes, unless you write an extension for it, but no fixed length ones, and I can just do complex stuff in the program.
References
External links
- Brown Sugar on IMDb
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.