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

3875 Commits

Author SHA1 Message Date
doctrine
ffe169cd03 2006-07-27 18:25:18 +00:00
doctrine
c4cba69935 Docs for Doctrine_Collection::loadRelated 2006-07-27 18:24:26 +00:00
doctrine
7119471b48 Doctrine_Collection::loadRelated() added 2006-07-27 17:51:19 +00:00
doctrine
3cd669ad9c [amadeus] added Record::has() and Table::hasForeignKey(),hasRelatedComponent() 2006-07-26 17:17:59 +00:00
doctrine
a20d0544dd CustomPrimaryKeyTestCase added 2006-07-26 17:09:00 +00:00
doctrine
990548d315 [romanb] Added a first documentation for the Locking Manager component 2006-07-24 17:25:24 +00:00
doctrine
3056d9daa5 new method: Doctrine_Table::count(), returns the number of records in specified table 2006-07-23 21:56:21 +00:00
doctrine
95bd6100a5 Manual added 2006-07-23 21:08:06 +00:00
doctrine
a33e2b89c8 [amadeus] Changed getFirst to use reset function for proper behavior on empty 2006-07-22 06:39:46 +00:00
doctrine
91ffb0845b [amadeus] added getFirst() method 2006-07-22 01:19:51 +00:00
doctrine
f6fa905ef2 [amadeus] changed exception name ($e) to not conflict with existing var of that name. Also minor spelling error. 2006-07-22 01:01:01 +00:00
doctrine
50cced9e54 removed duplicate preSave listener event - also called in Session 2006-07-22 00:58:07 +00:00
doctrine
fda1f37067 2006-07-21 23:44:07 +00:00
doctrine
24528cb851 2006-07-21 23:27:04 +00:00
doctrine
17b452b2ce new component: Doctrine_RawSql 2006-07-21 23:22:15 +00:00
doctrine
4df1a9d1ca Record refactoring + new method Doctrine_Manager::install 2006-07-10 18:10:54 +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
267bdfa2e8 DataDict: Varchar/TEXT conversion bug fixed 2006-07-06 07:25:28 +00:00
doctrine
703ba51fab Sqlite datadict: composite primary key support 2006-07-05 18:59:46 +00:00
doctrine
ff50405000 2006-07-04 23:09:48 +00:00
doctrine
e905680f9b New component: Doctrine_EventListener_Chain 2006-07-04 23:05:21 +00:00
doctrine
5471e9e2ad DQL: Condition parsing with nested conditions bug fixed 2006-07-04 22:36:22 +00:00
doctrine
143b274964 Query parser refactoring 2006-06-29 23:04:39 +00:00
doctrine
cff3c43017 DQL: improved self-reference handling 2006-06-26 21:18:19 +00:00
doctrine
8c4d8293e5 DQL: self-referencing support 2006-06-26 18:55:42 +00:00
doctrine
0062d9c3ff Complete DQL rewrite, Fixed : Ticket #13 2006-06-25 23:42:19 +00:00
doctrine
94433f9034 Fixed : Ticket #14 2006-06-25 18:47:42 +00:00
doctrine
69e3a7112e Fixed: Sqlite compatibility issues 2006-06-25 18:34:53 +00:00
doctrine
7b37235fcc little enum fix 2006-06-21 20:02:40 +00:00
doctrine
d3098e3a25 Minor validator fix 2006-06-19 21:31:22 +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
1fd421d09e Bug fix : Composite delete with aliases, Bug fix : DQL column aggregation inheritance to ANSI SQL compliant 2006-06-18 22:45:54 +00:00
doctrine
04ca92b094 Enum datatype added 2006-06-17 22:46:03 +00:00
doctrine
aacb279505 DQL: Preliminary support for HAVING + GROUP BY, New component Doctrine_Cache_Query_Sqlite 2006-06-14 19:17:38 +00:00
doctrine
1e0d675759 Preliminary support for database views 2006-06-13 18:04:04 +00:00
doctrine
daeef41b2a DQL: Many-to-Many fetching with where clause 2006-06-12 08:44:08 +00:00
doctrine
9c16da05bc Validator type bug fix 2006-06-11 12:02:05 +00:00
doctrine
2d5e8c4a84 2006-06-08 22:12:21 +00:00
doctrine
f58535eba1 Nested many-to-many fetching 2006-06-08 22:11:36 +00:00
doctrine
ffa3a23872 Preliminary support for many-to-many fetching with column aggregation inheritance 2006-06-08 13:17:15 +00:00
doctrine
c3f186c2cf 2006-06-08 10:33:58 +00:00
doctrine
f5acdfbfe7 Minor collection serialization bug fixed 2006-06-08 10:25:41 +00:00
doctrine
2b01d706d3 Many-to-Many relation fetching, fatal proxy state bug fixed, fatal loaded identity map + multiple component fetching bug fixed 2006-06-08 10:20:30 +00:00
doctrine
abdcd65a15 Removed legacy classes 2006-06-07 20:10:21 +00:00
doctrine
088e70f1a6 small typo fix 2006-06-07 14:42:02 +00:00
doctrine
10d6a8ad4f Added a test case for the first implementation of pessimistic offline locking. 2006-06-07 12:16:00 +00:00
doctrine
3daf04df11 Added a first implementation of a pessimistic offline locking mechanism. 2006-06-07 11:15:21 +00:00
doctrine
a9ccd9dc1e Validator: support for array and object types, better handling of null valued columns 2006-06-07 09:07:38 +00:00
doctrine
d1ed73c6d9 Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
doctrine
184a7f621d Minor serialization fix 2006-06-05 19:44:31 +00:00