Ticket #540 (closed defect: fixed)
no valitation by using flush()
| Reported by: | Mickast | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.0 |
| Component: | Documentation | Version: | 0.11.0 |
| Severity: | Keywords: | flush, valitation | |
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description
i am connected with 2 tables. now i will make some changes. when i use
$cennection1->save(); $cennection2->save();
the valitation runs. but when i user
$conn->flush();
there is no valitation.
Change History
Note: See
TracTickets for help on using
tickets.