There is no way to use REC_VERSION transaction parameter
| Request #8797 | There is no way to use REC_VERSION transaction parameter | ||||
|---|---|---|---|---|---|
| Submitted: | 2001-01-19 02:29 UTC | Modified: | 2003-06-14 13:26 UTC | ||
| From: | iamhere at online dot ru | Assigned: | |||
| Status: | Closed | Package: | Feature/Change Request | ||
| PHP Version: | 4.2.2 | OS: | Any | ||
| Private report: | No | CVE-ID: | None | ||
[2001-01-19 02:29 UTC] iamhere at online dot ru
I found, there is no way to use REC_VERSION constant in transaction parameters. This constant is using with COMMITTED only. Without REC_VERSION (NO_REC_VERSION is default) interbase raise error, when COMMITTED transaction select records, which is modified, but not committed. It seems not very difficult to add new constant IBASE_REC_VERSION and to add bit checking in "ibase_trans" function...
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2002-08-13 23:50 UTC] iliaa@php.net
[2002-08-15 12:24 UTC] iamhere at online dot ru
[2002-08-15 12:30 UTC] iamhere at online dot ru
[2002-08-15 13:06 UTC] kalowsky@php.net
[2003-06-14 13:26 UTC] daniela@php.net