Ticket #869 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

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

Changed 5 months ago by francois

  • milestone changed from To be scheduled to 1.4.2

Changed 4 months ago by francois

  • status changed from new to closed
  • resolution set to fixed

(In [1639]) [1.4][1.5] Removed save() methods from readOnly objects (closes #869)

Note: See TracTickets for help on using tickets.