zYne
6ef092c661
The skeleton for Doctrine_DB_Profiler
2006-09-22 21:46:03 +00:00
zYne
cf0b64edb2
fixes #107
2006-09-22 21:45:33 +00:00
zYne
0490d7bc47
Fixes #106
2006-09-22 21:44:23 +00:00
zYne
10e7d416c3
Doctrine_DB_TestCase, Doctrine_DB_Exception added, enhanced parseDSN method
2006-09-22 21:20:21 +00:00
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
1862f00fc6
new Doctrine_DB to the draft
2006-09-21 21:09:58 +00:00
zYne
abc5f59a27
fixes #98 , also added some doc blocks
2006-09-21 17:23:26 +00:00
zYne
a25913ab7a
Removed deprecated events, fixes #97
2006-09-21 17:14:20 +00:00
zYne
270bf92273
added some doc blocks
2006-09-21 17:07:05 +00:00
pookey
9975da2359
fixes #92 and reverts a function name change I did for no reason (and third test of post-commit script...)
2006-09-21 14:42:27 +00:00
pookey
3db504e899
fixes #92 (and second test of post-commit script...)
2006-09-21 14:40:13 +00:00
pookey
2ff5d01f7d
fixes #92 (and first test of post-commit script...)
2006-09-21 14:38:50 +00:00
pookey
c8e5c3e4e3
pookey: fixes #92
2006-09-21 14:33:15 +00:00
pookey
0ad201e516
pookey: fixes to eventlistner chain
2006-09-21 12:36:21 +00:00
zYne
84aef7c76e
small fix
2006-09-21 12:17:26 +00:00
zYne
6402b73b08
Fixed Doctrine_EventListener_Chain, renamed onPreSetProperty to onSetProperty
2006-09-21 12:15:48 +00:00
romanb
0a46071206
Small fix in Doctrine_Cache_Query_Sqlite.php
2006-09-21 10:04:50 +00:00
pookey
ff19c0d591
fixing typo
2006-09-21 00:17:22 +00:00
zYne
521ad6d9a8
added license to Doctrine_Null, removed Doctrine_Module (depracated component)
2006-09-20 21:46:26 +00:00
zYne
17f0c82ba9
Refactored Doctrine_Relation
2006-09-20 21:43:40 +00:00
zYne
0244d3dc4d
Refactored Doctrine_View
2006-09-20 21:40:16 +00:00
zYne
80901aa7c6
Removed Doctrine_Form (form building is not part of an ORM framework)
2006-09-20 21:33:21 +00:00
zYne
013c05b5aa
Refactored Doctrine::loadAll()
2006-09-20 21:29:50 +00:00
zYne
0921d1db57
Doctrine_Compiler added
2006-09-20 21:24:47 +00:00
zYne
935fbb5520
Removed deprecated constants
2006-09-20 21:18:41 +00:00
zYne
92d4bb2286
Removed deprecated exceptions, fixed #90
2006-09-20 21:12:43 +00:00
zYne
ebad53b79d
Removed object cache and all references to it, ticket #89 fixed
2006-09-20 21:07:13 +00:00
zYne
43980029d4
Gzip datatype added
2006-09-20 15:46:25 +00:00
sopel
ed1f7aca93
MX checking disabled by default
2006-09-20 12:29:05 +00:00
elliot
20f8581c83
Cleaned up deprecated functions
2006-09-20 11:38:50 +00:00
zYne
419daa8114
Small refactorings
2006-09-20 11:29:35 +00:00
zYne
9b951928be
UnitOfWork and Transaction under the Doctrine_Connection namespace
2006-09-20 09:55:44 +00:00
zYne
9d4c4216b7
added Doctrine_UnitOfWork, removed unnecessary methods from Connection class
2006-09-20 09:46:52 +00:00
zYne
20c342609d
added Doctrine_Transaction missing from the previous commit
2006-09-20 09:36:31 +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
elliot
8edafac8e4
Changed ValidatorUSState to conform to the standard Doctrine_Validator_* naming scheme and removed the old style from Doctrine_Validator
2006-09-20 09:30:39 +00:00
elliot
89e1215296
Changed DQLException, InvalidKeyException and InvalidTypeException to inherit Doctrine_Exception
2006-09-20 09:26:26 +00:00
zYne
c8918b0d4c
added Doctrine_Collection_Exception
2006-09-19 21:15:07 +00:00
zYne
74128a95d9
Fixed syntax error
2006-09-18 20:11:21 +00:00
zYne
d1047adb1d
Inheritance bug fix
2006-09-18 19:52:17 +00:00
zYne
f2a2d3e51e
Fixed DQL OrderBy parser bug
2006-09-18 17:32:12 +00:00
zYne
bb2a1312ed
count() fixed
2006-09-17 18:49:45 +00:00
zYne
1b0d2c78b2
new method isDistinct
2006-09-17 18:31:28 +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
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
sopel
1b96c5da16
Email validator rewrite (Ticket #6 )
2006-09-16 21:49:54 +00:00
sopel
2ab8c4e5f4
Credit card validator added (Ticket #15 )
2006-09-15 22:40:18 +00:00
zYne
46bc40f732
Fixed pessimistic locking manager
2006-09-15 21:04:06 +00:00
zYne
1c782a086d
Support for application level default values
2006-09-15 20:56:25 +00:00