1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Commit Graph

  • 7210112125 Renamed remotely doctrine 2006-05-30 07:35:13 +0000
  • edbe7b218b Removed file/folder doctrine 2006-05-30 07:34:58 +0000
  • 6aeeede8cc Renamed remotely doctrine 2006-05-30 07:34:47 +0000
  • f238a92389 Renamed remotely doctrine 2006-05-30 07:34:33 +0000
  • f6c6ef6d4d Renamed remotely doctrine 2006-05-30 07:34:19 +0000
  • 582d716dd2 Renamed remotely doctrine 2006-05-30 07:33:57 +0000
  • 644059e132 Renamed remotely doctrine 2006-05-30 07:33:33 +0000
  • 365216a50e Renamed remotely doctrine 2006-05-30 07:33:16 +0000
  • 742c9dca05 Renamed remotely doctrine 2006-05-30 07:33:01 +0000
  • 613244f46c Removed file/folder doctrine 2006-05-30 07:32:43 +0000
  • 9588714d6f Renamed remotely doctrine 2006-05-30 07:32:25 +0000
  • a939d06ef3 Renamed remotely doctrine 2006-05-30 07:32:00 +0000
  • a0e8631181 Renamed remotely doctrine 2006-05-30 07:31:40 +0000
  • aed53b5b8b doctrine 2006-05-30 07:31:22 +0000
  • ea455fe012 Renamed remotely doctrine 2006-05-30 07:31:01 +0000
  • 22c84062b4 Renamed remotely doctrine 2006-05-30 07:30:32 +0000
  • f8bc0ca31c doctrine 2006-05-30 07:30:05 +0000
  • 78e698fd22 Renamed remotely doctrine 2006-05-30 07:29:48 +0000
  • 253ff8b612 Renamed remotely doctrine 2006-05-30 07:29:18 +0000
  • d3800496d1 Renamed remotely doctrine 2006-05-30 07:28:55 +0000
  • 6d18759938 Renamed remotely doctrine 2006-05-30 07:28:23 +0000
  • b6f9a50820 Renamed remotely doctrine 2006-05-30 07:28:08 +0000
  • fae7cb1159 Renamed remotely doctrine 2006-05-30 07:27:38 +0000
  • 65c9c3ab75 Query_Exception added doctrine 2006-05-30 07:26:42 +0000
  • b6a07b65a5 PDOException now wrapped into Doctrine_Exception, transaction rollback whenever PDOException is thrown doctrine 2006-05-29 20:08:28 +0000
  • 15135c689f doctrine 2006-05-29 16:15:54 +0000
  • 95434d723b DQL: Multiple related component fetching doctrine 2006-05-29 16:12:43 +0000
  • 5d67e0aaed doctrine 2006-05-29 09:17:52 +0000
  • 067fe93cef 200% speed increase for get/set with with new Null object doctrine 2006-05-29 09:17:07 +0000
  • 20990ed204 DQL: direct one-to-one relation fetching bug fixed doctrine 2006-05-29 08:43:21 +0000
  • e15cfd70b2 DQL: Lazy property fetching doctrine 2006-05-26 20:15:27 +0000
  • cf5b0ef906 Validators updated doctrine 2006-05-26 11:32:35 +0000
  • f7a3c2f353 doctrine 2006-05-25 12:32:57 +0000
  • 004f3cb414 DQL: Simpler FROM syntax doctrine 2006-05-25 12:25:26 +0000
  • a0d114134e doctrine 2006-05-25 11:06:58 +0000
  • 81a84bc897 Date datatype added doctrine 2006-05-25 10:01:59 +0000
  • 86b319e618 Improved validation API require_once bug fix doctrine 2006-05-24 22:33:48 +0000
  • ced9625b64 DQL : INNER and OUTER JOIN switching with ':' and '.' operators doctrine 2006-05-24 09:27:38 +0000
  • 30a00c5060 small require_once bug fix doctrine 2006-05-24 08:46:43 +0000
  • 47e1cf515e DQL : Multiple join bug fixed DQL : Changed cartesian product fetching to inner join fetching doctrine 2006-05-23 12:12:54 +0000
  • fcf706182d Fixed a small bug in Doctrine_Lib.class.php where the non-existant Doctrine_Session::getStateAsString was called instead of Doctrine_Lib::getSessionStateAsString. doctrine 2006-05-21 17:58:55 +0000
  • 4c582bec6c DQL with aliases bug fixed doctrine 2006-05-19 10:22:15 +0000
  • 55f40e6eb3 Session flush bug fixed lots of small bugs fixed small enhancements doctrine 2006-05-18 20:44:02 +0000
  • 94005a9fdd DQL alias bug fixed doctrine 2006-05-17 17:58:40 +0000
  • c9e345d4ac Preliminary support for join table self-referencing doctrine 2006-05-17 09:37:41 +0000
  • 90d34063af Preliminary support for composite primary keys Many-to-Many alias bug fixed doctrine 2006-05-16 20:37:26 +0000
  • 814eef8098 component name conversion bug fixed doctrine 2006-05-16 09:22:32 +0000
  • 03d1049015 relation alias bug fixed doctrine 2006-05-15 19:17:42 +0000
  • 7778d2b032 IdentityMap map added, small enhancements and bug fixes doctrine 2006-05-15 12:15:20 +0000
  • c9877af407 Preliminary support for relation aliases doctrine 2006-05-13 08:37:52 +0000
  • 774f3fb7a1 doctrine 2006-05-11 08:16:11 +0000
  • 6cdae12720 Transactional SELECT MAX(id) bug fixed doctrine 2006-05-10 18:51:11 +0000
  • 5c76c57793 doctrine 2006-05-09 21:39:07 +0000
  • 09ca6e464b New component Doctrine_Query (replaces Doctrine_DQL_Parser) doctrine 2006-05-09 21:38:34 +0000
  • d07dfbd7dd Removed DQL Parser testcase doctrine 2006-05-09 21:36:48 +0000
  • 66c83da385 Removed DQL Parser doctrine 2006-05-09 21:36:17 +0000
  • bafcd6625c doctrine 2006-04-27 20:24:59 +0000
  • ff9c9d84a9 Ticket #6 fixed doctrine 2006-04-26 07:41:33 +0000
  • 7327d3b69e Custom primary key column support doctrine 2006-04-23 08:12:01 +0000
  • 1cc0c764c3 doctrine 2006-04-22 09:20:12 +0000
  • c435286eb0 Mysql bulk insert support => huge performance increase for mysql session doctrine 2006-04-22 09:08:02 +0000
  • 81160cb995 Fixed one-to-one relation bug, with foreignkey [worked only with localkey] Fixed session flushing bug Faster session flushing algorithm Fixed couple of require_once errors doctrine 2006-04-21 08:39:09 +0000
  • 88dc397e7c doctrine 2006-04-19 20:03:23 +0000
  • c6c18f18c3 Removed file/folder doctrine 2006-04-19 16:04:09 +0000
  • 581f121536 Removed component batch iterator doctrine 2006-04-19 16:03:44 +0000
  • 16497adb6a doctrine 2006-04-19 16:01:36 +0000
  • 61790d31cf immediate fetching bug fixed doctrine 2006-04-16 22:46:05 +0000
  • d444bd9a61 doctrine 2006-04-16 22:27:01 +0000
  • 91988123a0 doctrine 2006-04-16 22:17:23 +0000
  • 4cf838a583 Many-to-Many mapping error fixed doctrine 2006-04-16 21:23:38 +0000
  • cb79b1d995 doctrine 2006-04-16 20:38:17 +0000
  • b6e9365743 doctrine 2006-04-16 08:41:45 +0000
  • 842fee428e One-Table-One-Class inheritance fix doctrine 2006-04-15 20:52:23 +0000
  • ff0aad6ba0 Limit offset support fixed doctrine 2006-04-15 20:03:12 +0000
  • be1d5f168e Possibility to override Doctrine_Record::delete() doctrine 2006-04-15 18:12:46 +0000
  • f0d74ea111 Fixed: Column aggregation inheritance not working on PGSQL doctrine 2006-04-15 17:42:24 +0000
  • 035d8de34b doctrine 2006-04-15 10:15:16 +0000
  • 2d4db7b075 doctrine 2006-04-14 22:25:02 +0000
  • 87fa5b245f doctrine 2006-04-14 10:43:25 +0000
  • e89a841b00 doctrine 2006-04-14 10:37:13 +0000
  • 5607189453 doctrine 2006-04-14 10:20:19 +0000
  • 571cb46726 doctrine 2006-04-13 20:37:28 +0000
  • dac05178ca doctrine 2006-04-13 20:22:35 +0000