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 byFred Paul
Produced byG.B. Samuelson
Written byLady Arthur Lever (play) Walter Summers
StarringOwen Nares
Lillian Hall-Davis
Eric Lewis
Henrietta Watson
Production
company
British-Super Films
Distributed byJury Films
Release date
1922
CountryUnited Kingdom
LanguageEnglish

Cast

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

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