1
0
Fork 0
mirror of synced 2025-04-09 12:12:04 +00:00

Commit graph

  • 9c34cb2937 Started the building of Doctrine_ValueHolder doctrine 2006-08-07 09:55:46 +00:00
  • 8d6c72cdcd added Doctrine_Record::merge() doctrine 2006-08-06 20:55:54 +00:00
  • ae738ccb97 Some new manual code examples doctrine 2006-08-06 20:46:12 +00:00
  • b7bf2265ef enhanced InvalidKeyException messages doctrine 2006-08-01 18:02:53 +00:00
  • d052826003 dependency fix doctrine 2006-07-30 22:33:18 +00:00
  • becda3e876 doctrine 2006-07-30 21:37:54 +00:00
  • d899509c25 minor bug fix doctrine 2006-07-30 21:37:07 +00:00
  • 7a020a524b support for normal identifiers doctrine 2006-07-27 18:31:18 +00:00
  • ffe169cd03 doctrine 2006-07-27 18:25:18 +00:00
  • c4cba69935 Docs for Doctrine_Collection::loadRelated doctrine 2006-07-27 18:24:26 +00:00
  • 7119471b48 Doctrine_Collection::loadRelated() added doctrine 2006-07-27 17:51:19 +00:00
  • 3cd669ad9c [amadeus] added Record::has() and Table::hasForeignKey(),hasRelatedComponent() doctrine 2006-07-26 17:17:59 +00:00
  • a20d0544dd CustomPrimaryKeyTestCase added doctrine 2006-07-26 17:09:00 +00:00
  • 990548d315 [romanb] Added a first documentation for the Locking Manager component doctrine 2006-07-24 17:25:24 +00:00
  • 3056d9daa5 new method: Doctrine_Table::count(), returns the number of records in specified table doctrine 2006-07-23 21:56:21 +00:00
  • 95bd6100a5 Manual added doctrine 2006-07-23 21:08:06 +00:00
  • a33e2b89c8 [amadeus] Changed getFirst to use reset function for proper behavior on empty doctrine 2006-07-22 06:39:46 +00:00
  • 91ffb0845b [amadeus] added getFirst() method doctrine 2006-07-22 01:19:51 +00:00
  • f6fa905ef2 [amadeus] changed exception name ($e) to not conflict with existing var of that name. Also minor spelling error. doctrine 2006-07-22 01:01:01 +00:00
  • 50cced9e54 removed duplicate preSave listener event - also called in Session doctrine 2006-07-22 00:58:07 +00:00
  • fda1f37067 doctrine 2006-07-21 23:44:07 +00:00
  • 24528cb851 doctrine 2006-07-21 23:27:04 +00:00
  • 17b452b2ce new component: Doctrine_RawSql doctrine 2006-07-21 23:22:15 +00:00
  • 4df1a9d1ca Record refactoring + new method Doctrine_Manager::install doctrine 2006-07-10 18:10:54 +00:00
  • bb1a39683c Core changes: getID() now returns array for better composite primary key support doctrine 2006-07-10 09:18:09 +00:00
  • 267bdfa2e8 DataDict: Varchar/TEXT conversion bug fixed doctrine 2006-07-06 07:25:28 +00:00
  • 703ba51fab Sqlite datadict: composite primary key support doctrine 2006-07-05 18:59:46 +00:00
  • ff50405000 doctrine 2006-07-04 23:09:48 +00:00
  • e905680f9b New component: Doctrine_EventListener_Chain doctrine 2006-07-04 23:05:21 +00:00
  • 5471e9e2ad DQL: Condition parsing with nested conditions bug fixed doctrine 2006-07-04 22:36:22 +00:00
  • 143b274964 Query parser refactoring doctrine 2006-06-29 23:04:39 +00:00
  • cff3c43017 DQL: improved self-reference handling doctrine 2006-06-26 21:18:19 +00:00
  • 8c4d8293e5 DQL: self-referencing support doctrine 2006-06-26 18:55:42 +00:00
  • 0062d9c3ff Complete DQL rewrite, Fixed : Ticket #13 doctrine 2006-06-25 23:42:19 +00:00
  • 94433f9034 Fixed : Ticket #14 doctrine 2006-06-25 18:47:42 +00:00
  • 69e3a7112e Fixed: Sqlite compatibility issues doctrine 2006-06-25 18:34:53 +00:00
  • 7b37235fcc little enum fix doctrine 2006-06-21 20:02:40 +00:00
  • d3098e3a25 Minor validator fix doctrine 2006-06-19 21:31:22 +00:00
  • 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. doctrine 2006-06-19 08:04:39 +00:00
  • 1fd421d09e Bug fix : Composite delete with aliases, Bug fix : DQL column aggregation inheritance to ANSI SQL compliant doctrine 2006-06-18 22:45:54 +00:00
  • 04ca92b094 Enum datatype added doctrine 2006-06-17 22:46:03 +00:00
  • aacb279505 DQL: Preliminary support for HAVING + GROUP BY, New component Doctrine_Cache_Query_Sqlite doctrine 2006-06-14 19:17:38 +00:00
  • 1e0d675759 Preliminary support for database views doctrine 2006-06-13 18:04:04 +00:00
  • daeef41b2a DQL: Many-to-Many fetching with where clause doctrine 2006-06-12 08:44:08 +00:00
  • 9c16da05bc Validator type bug fix doctrine 2006-06-11 12:02:05 +00:00
  • 2d5e8c4a84 doctrine 2006-06-08 22:12:21 +00:00
  • f58535eba1 Nested many-to-many fetching doctrine 2006-06-08 22:11:36 +00:00
  • ffa3a23872 Preliminary support for many-to-many fetching with column aggregation inheritance doctrine 2006-06-08 13:17:15 +00:00
  • c3f186c2cf doctrine 2006-06-08 10:33:58 +00:00
  • f5acdfbfe7 Minor collection serialization bug fixed doctrine 2006-06-08 10:25:41 +00:00
  • 2b01d706d3 Many-to-Many relation fetching, fatal proxy state bug fixed, fatal loaded identity map + multiple component fetching bug fixed doctrine 2006-06-08 10:20:30 +00:00
  • abdcd65a15 Removed legacy classes doctrine 2006-06-07 20:10:21 +00:00
  • 088e70f1a6 small typo fix doctrine 2006-06-07 14:42:02 +00:00
  • 10d6a8ad4f Added a test case for the first implementation of pessimistic offline locking. doctrine 2006-06-07 12:16:00 +00:00
  • 3daf04df11 Added a first implementation of a pessimistic offline locking mechanism. doctrine 2006-06-07 11:15:21 +00:00
  • a9ccd9dc1e Validator: support for array and object types, better handling of null valued columns doctrine 2006-06-07 09:07:38 +00:00
  • d1ed73c6d9 Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) doctrine 2006-06-06 20:37:56 +00:00
  • 184a7f621d Minor serialization fix doctrine 2006-06-05 19:44:31 +00:00
  • f5f3b0d27a Support for uppercase columns doctrine 2006-06-05 10:24:14 +00:00
  • bcf9ca78e0 Serialization model rewrite doctrine 2006-06-05 09:57:53 +00:00
  • 02a283f5e9 doctrine 2006-06-03 09:10:43 +00:00
  • bf5deba9fd New datatypes: array and object doctrine 2006-06-01 11:58:05 +00:00
  • 54801dded5 doctrine 2006-05-31 08:46:44 +00:00
  • 1c81cb3025 doctrine 2006-05-30 22:47:01 +00:00
  • 2e5c96dffb doctrine 2006-05-30 22:35:00 +00:00
  • 865f620658 DQL: Fixed lazy property fetching with multiple components doctrine 2006-05-30 22:14:50 +00:00
  • 776c47f769 class dependency fix doctrine 2006-05-30 18:43:36 +00:00
  • e1548625b8 doctrine 2006-05-30 09:12:57 +00:00
  • 9283d7e9c8 Added a folder remotely doctrine 2006-05-30 09:08:46 +00:00
  • 1c98ae81e0 Added a folder remotely doctrine 2006-05-30 09:04:54 +00:00
  • 9963ce31dc Added a folder remotely doctrine 2006-05-30 09:02:35 +00:00
  • fbac94a67b Added a folder remotely doctrine 2006-05-30 09:01:36 +00:00
  • 58fdcd21c5 Added a folder remotely doctrine 2006-05-30 09:01:06 +00:00
  • 4885191dbe Added a folder remotely doctrine 2006-05-30 09:00:38 +00:00
  • e750f3ee19 Added a folder remotely doctrine 2006-05-30 09:00:09 +00:00
  • 19ac1e7961 Added a folder remotely doctrine 2006-05-30 08:59:33 +00:00
  • 043c7e6493 Added a folder remotely doctrine 2006-05-30 08:59:08 +00:00
  • 8dcb8f268f Added a folder remotely doctrine 2006-05-30 08:58:43 +00:00
  • 1ddb915901 Added a folder remotely doctrine 2006-05-30 08:58:12 +00:00
  • 0042b669f4 Added a folder remotely doctrine 2006-05-30 08:56:40 +00:00
  • 64ce2c101e doctrine 2006-05-30 08:47:13 +00:00
  • ff99e2e378 Removed file/folder doctrine 2006-05-30 08:42:42 +00:00
  • 98dc74b639 Added a folder remotely doctrine 2006-05-30 08:42:10 +00:00
  • 539c7f3d36 doctrine 2006-05-30 08:40:39 +00:00
  • 27c869a728 doctrine 2006-05-30 08:39:12 +00:00
  • 13f03cd351 doctrine 2006-05-30 08:35:28 +00:00
  • 23cf65cbf9 Renamed remotely doctrine 2006-05-30 07:40:08 +00:00
  • 7012e3d848 Renamed remotely doctrine 2006-05-30 07:39:52 +00:00
  • be9a5890ee Renamed remotely doctrine 2006-05-30 07:39:33 +00:00
  • 477b1a4b91 Renamed remotely doctrine 2006-05-30 07:38:30 +00:00
  • da81c176da Renamed remotely doctrine 2006-05-30 07:38:11 +00:00
  • d2b8c63db4 Renamed remotely doctrine 2006-05-30 07:37:56 +00:00
  • d968ce7f2f Renamed remotely doctrine 2006-05-30 07:37:38 +00:00
  • b3f37eb305 Renamed remotely doctrine 2006-05-30 07:37:21 +00:00
  • 07398dfc64 Renamed remotely doctrine 2006-05-30 07:37:05 +00:00
  • 49ab9c5067 Renamed remotely doctrine 2006-05-30 07:36:49 +00:00
  • a7abe384d8 Renamed remotely doctrine 2006-05-30 07:36:15 +00:00
  • 79f80e34d7 Renamed remotely doctrine 2006-05-30 07:35:55 +00:00
  • a74fbac70c Renamed remotely doctrine 2006-05-30 07:35:40 +00:00
  • 484a1a405d Renamed remotely doctrine 2006-05-30 07:35:26 +00:00