Autumn Laing
Autumn Laing is a 2011 novel by the Australian author Alex Miller.
First edition | |
Author | Alex Miller |
---|---|
Country | Australia |
Language | English |
Publisher | Allen & Unwin, Australia |
Publication date | 2011 |
Media type | Print(Hardback) |
Pages | 452 pp |
ISBN | 978-1-74237-851-0 |
OCLC | 177703939 |
Awards and nominations
- Winner, Melbourne Prize for Literature 2012
- Shortlisted, 2012 Prime Minister's Literary Award for Fiction
- Shortlisted, 2011 Manning Clark House National Cultural Awards (Individual category)
- Shortlisted, 2012 Adelaide Festival Awards for Literature Fiction Award
- Shortlisted, 2012 Queensland Literary Awards
Reviews
- Morag Fraser, 2011, 'A Space of Its Own Creation, Alex Miller's Indispensable New Novel', "Australian Book Review", , accessed 1 July 2013.
- Janine Burke, 2011, 'Autumn Laing by Alex Miller', "The Monthly" , accessed 1 July 2013.
- Andrew Stephens, 2011, 'Leave It to Autumn', "The Age" 1 , accessed 1 July 2013.
gollark: See, Minoteaur is technically public but entirely without support, so if I somehow need to change a thing, I'll just dump the database, manually edit the SQL dump, fix the migrations, make a new database, and load it back in.
gollark: It doesn't have a way to revert migrations because I never actually make mistakes.
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")```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.