Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
Printed, PDF, ePub, Mobi, , Other Digital Version | Page Chapter 4 Last paragraph |
Chapter 4 states that: Note from the Author or Editor: |
Anonymous | May 25, 2019 | |
Printed, PDF, ePub, Mobi, , Other Digital Version | Page 7 last code example |
Extra closing parenthesis. Note from the Author or Editor: |
Anonymous | Jan 23, 2016 | |
Printed, PDF, ePub, Mobi, | Page 8 Example 1.3 |
orders = Table('orders',metadata, Note from the Author or Editor: |
Anonymous | Jan 16, 2017 | |
Printed, PDF, ePub, Mobi, , Other Digital Version | Page 10 End of Example 1-4 |
"connection = engine.connect() " is missing from the end of the code on page 10 or somewhere after. Note from the Author or Editor: |
Anonymous | Apr 04, 2016 | |
Printed, PDF, ePub, Mobi, , Other Digital Version | Page 11 1st paragraph |
The last sentence in the paragraph says "Alembic provides a way for us to preform these types of changes by leveraging the power of SQLAlchemy." Note from the Author or Editor: |
Gary Shymkiw | Jan 09, 2020 | |
Printed, PDF, ePub, Mobi, | Page 79 class LineItems |
cookie = relationship("Cookie", uselist=False, order_by=id) Note from the Author or Editor: |
Anonymous | Feb 02, 2016 | |
Printed, PDF, ePub, Mobi, | Page 87 Limiting, Example 7-9, (1) |
"This runs the query and slices the returned list. This can be very ineffecient with a large result set." Note from the Author or Editor: |
Anonymous | Feb 26, 2016 | |
Printed, PDF, ePub, Mobi, | Page 99 Example 7-28 results (top of page) |
The returned key of "pieguy" should actually be named "pieperson" Note from the Author or Editor: |
David S White | Dec 23, 2015 | |
Printed, PDF, ePub, Mobi, | Page 100 Example 7-30 (top of page) |
The line "query = query. where(Order. shipped == shipped)" should actually be "query = query.filter(Order.shipped == shipped)". Note from the Author or Editor: |
David S White | Dec 23, 2015 | |
Printed, PDF, ePub, Mobi, | Page 121 3rd Paragraph |
"These files can be found in the CH10/ folder of this book’s example code" should read "These files can be found in the CH09/ folder of this book’s example code" (I downloaded the latest example code on March the 13th, 2016). My example code does not include the files in CH10, but it does in CH09 as expected, since this is chapter 9. Note from the Author or Editor: |
Nico | Mar 14, 2016 |