Ticket #869 (closed defect: fixed)
Bug in propel_generator v1.4.1 when working with views
| Reported by: | jorge | Owned by: | francois |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.2 |
| Component: | Generator | Version: | 1.4.0 |
| Severity: | normal | Keywords: | generator views postgresql |
| Cc: |
Description
Hello everybody!
I'm using propel v1.4.1 and postgresql. I'm working with views on my database. I modified my schema file adding my view as a table element with the following properties skipSql="true" readOnly="true", and adding column elements to match my view columns. After building my model the om classes that represent my views have the save methods. According to François this is due to that the manipulation methods currently don't check the isReadOnly() method.
Change History
Note: See
TracTickets for help on using
tickets.