You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem: The record is not created and PHP never gets to the last line. No exceptions were thrown. Looking at the DB for last run queries, it doesn't seem as if Phalcon even attempted to run any INSERT query on the table.
Strangely, the output to screen reads:
The number 2605 corresponds to a new value gotten from the table sequencer. This seems like a forgotten piece of debug code somewhere in Phalcon. Can anybody give pointers where to search for it? I may try to fix it.
The text was updated successfully, but these errors were encountered:
Well that's obvious. I was rather hoping for a quick pointer from someone who recently has delved into Model inserting or saving in Phalcon 2.0.x to cut down on hunting the bug time.
Phalcon 2.0.x, Oracle 10g, PHP 5.4.45
Inserting a model in Oracle does not work. It did work in Phalcon 1.3.x.
The problem: The record is not created and PHP never gets to the last line. No exceptions were thrown. Looking at the DB for last run queries, it doesn't seem as if Phalcon even attempted to run any INSERT query on the table.
Strangely, the output to screen reads:
The number 2605 corresponds to a new value gotten from the table sequencer. This seems like a forgotten piece of debug code somewhere in Phalcon. Can anybody give pointers where to search for it? I may try to fix it.
The text was updated successfully, but these errors were encountered: