romanb
09d249e549
- Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time.
...
Changes concerning multiple connection control:
- injection of the Connection object into the Doctrine_Table constructor, instead of a static lookup.
- added optional Connection parameter to save/delete of Doctrine_Record and Doctrine_Collection
2006-09-22 19:23:57 +00:00
zYne
7b52c80c53
Refactored Doctrine_Connection: separated into two different classes Doctrine_Connection and Doctrine_Transaction
2006-09-20 09:35:29 +00:00
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
bce726d66c
Doctrine_Collection::loadRelated() bug fixed
2006-09-08 23:20:51 +00:00
zYne
d6eb961c0c
loadRelated() now works for many-to-many associations
2006-09-08 22:02:38 +00:00
zYne
af59b140e0
doc blocks updated
2006-09-07 21:25:47 +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
c5e4f366d4
Tests for covering the Doctrine_Collection::loadRelated functionality for basic many-to-many relations
2006-09-03 17:32:35 +00:00
zYne
da9d179d9f
Support for mapping table column values as collection indexes
2006-09-01 21:30:18 +00:00
zYne
c929174385
Doctrine_Table::getForeignKey -> Doctrine_Table::getRelation
2006-08-31 09:04:14 +00:00
zYne
034744caeb
2006-08-21 23:19:15 +00:00
zYne
6fffa9e68d
Manual codes updated Session -> Connection
2006-08-21 22:51:27 +00:00
zYne
7ca5397054
Session flushing bug with proxy objects fixed
2006-08-21 22:04:13 +00:00
pookey
b022675ab7
little refactorings
2006-08-15 21:33:41 +00:00
pookey
e75f3598c3
Relation fetching refactoring
2006-08-15 21:33:18 +00:00
doctrine
d899509c25
minor bug fix
2006-07-30 21:37:07 +00:00
doctrine
7119471b48
Doctrine_Collection::loadRelated() added
2006-07-27 17:51:19 +00:00
doctrine
a20d0544dd
CustomPrimaryKeyTestCase added
2006-07-26 17:09:00 +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
17b452b2ce
new component: Doctrine_RawSql
2006-07-21 23:22:15 +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
8c4d8293e5
DQL: self-referencing support
2006-06-26 18:55:42 +00:00
doctrine
69e3a7112e
Fixed: Sqlite compatibility issues
2006-06-25 18:34:53 +00:00
doctrine
d3098e3a25
Minor validator fix
2006-06-19 21:31:22 +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
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
bcf9ca78e0
Serialization model rewrite
2006-06-05 09:57:53 +00:00
doctrine
98dc74b639
Added a folder remotely
2006-05-30 08:42:10 +00:00