1
0
mirror of synced 2024-12-13 14:56:01 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
zYne
41ee9173f1 method name changes for better custom getter/setter compatibility
Doctrine_Record::getID() -> obtainIdentifier()
Doctrine_Record::setID() -> assignIdentifier()
2006-09-17 17:59:04 +00:00
zYne
ddbf6c949b Fixed default value support + camelCase column problems 2006-09-17 15:44:10 +00:00
zYne
75284895d3 2006-09-17 14:54:43 +00:00
zYne
46bc40f732 Fixed pessimistic locking manager 2006-09-15 21:04:06 +00:00
pookey
b340bfe11d removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive 2006-09-03 22:46:30 +00:00
zYne
f11fe0ca34 Possibility to pass the hasColumn constraint/validator arg as an array 2006-08-31 10:00:09 +00:00
zYne
66dce0416d 2006-08-21 23:19:48 +00:00
doctrine
bb1a39683c Core changes: getID() now returns array for better composite primary key support 2006-07-10 09:18:09 +00:00
doctrine
703ba51fab Sqlite datadict: composite primary key support 2006-07-05 18:59:46 +00:00
doctrine
7b19bef12b Bugfix: Changed "if( ! $prev[$pointer])" to "if( ! isset($prev[$pointer]) )" in
Query.php line 538.
Change: Changed return value of pessimistic locking releasedAgedLocks to return the number of released locks.
2006-06-19 08:04:39 +00:00
doctrine
088e70f1a6 small typo fix 2006-06-07 14:42:02 +00:00
doctrine
3daf04df11 Added a first implementation of a pessimistic offline locking mechanism. 2006-06-07 11:15:21 +00:00