Age | Commit message (Collapse) | Author | Files | Lines |
|
Now we always qualify with the actual table name and use the '_'
alias for situations where an object is referencing itself.
|
|
Before we called the callback while holding the statements locked. As a
result, if the callback tried to load another object of this type, it
failed. Now we unlock the statements (since we have completely loaded
the object from ODB's point of view) and then call the callback. The
callback test has been updated to test this situation.
|
|
This hack should go away once we have language-integrated support
for ORDER BY.
|
|
|
|
|
|
New object pragma: callback. New test: common/callback. New manual
section: 10.1.4, "callback".
|