gnat
0695a6ab92
$this->parent doesn't exist
2007-10-30 17:51:33 +00:00
romanb
dc4be22bfe
Added missing attribute check to Doctrine_Configurable. Fixes #545 .
2007-10-30 16:08:35 +00:00
romanb
dfd15a6068
Introduced ATTR_TBLNAME_FORMAT. Closes #257
2007-10-30 13:30:50 +00:00
zYne
b0c7dce47f
fixed record state handling with aggregate values
2007-10-29 23:34:10 +00:00
chris
2125718d30
important hint about which columns local and foreign refer to in Many-To-Many relationships
...
Ticket: 538
2007-10-29 23:34:09 +00:00
zYne
13f2ea77d9
2007-10-29 22:58:43 +00:00
zYne
486375f844
2007-10-29 22:57:32 +00:00
meus
755316c3fc
added tesst for Tokenizer and Search to get them under full coverage. relatex refactorings and coverage reports
2007-10-29 20:25:38 +00:00
meus
53b05c1d4a
added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes
2007-10-29 19:50:16 +00:00
bschussek
520f4a1056
fixed: old mapped values were deleted when data was hydrated into an existing record (lazy-loading)
2007-10-29 19:26:22 +00:00
zYne
3565dea72b
2007-10-29 18:10:54 +00:00
zYne
dc5e0cee32
fixes #515 , correlated subqueries with IN operator
2007-10-29 18:04:22 +00:00
zYne
991f456fa4
fixes #514 , literal value as the first operand for IN
2007-10-29 17:54:40 +00:00
meus
32c3a34d0c
new coverage report
2007-10-29 17:08:24 +00:00
pookey
c6facf9ea0
reverting previuos commit
2007-10-29 14:36:21 +00:00
pookey
ab6a7c9385
adding docs for Query::reset() method
2007-10-29 14:30:06 +00:00
pookey
f2eb153723
replacing tabs with spaces
2007-10-29 12:22:53 +00:00
phuson
ff7aac8b30
New fix for the check for duplicates between explicitly declared custom relations and autogenerated relations.
2007-10-29 05:47:50 +00:00
phuson
53eb2ea087
revert change because it was breaking something else...needs to think of another way to do this.
2007-10-29 01:07:14 +00:00
phuson
324a0707f9
To clarify for Ticket #534
2007-10-27 20:08:16 +00:00
phuson
e7f64afb24
Check for duplicates between custom alias relations and auto-generated relations.
2007-10-27 11:09:13 +00:00
ppetermann
de220fa43f
found a few bugs when i wanted to use Doctrine_Import_Mysql::listTableConstraints()
...
fixed code so those problems wont occure. However the method still not works as intended,
more information see mail at doctrine-dev mailinglist.
Fixed same Problems in other drivers aswell.
2007-10-26 14:56:03 +00:00
bschussek
d631c789f3
Correcting the last example (Phonenumber): Changed hasMany('User') to hasOne('User')
2007-10-26 13:00:31 +00:00
meus
eb8b3915fa
fixed getRecord/Collection as xml. removed old obtainIdentifiers function and fixed count call
2007-10-26 09:56:31 +00:00
Jonathan.Wage
db10d4a00e
Formatting/standards changes.
2007-10-26 04:13:29 +00:00
Jonathan.Wage
4428b51746
Fixed bug with default for boolean values not working properly.
2007-10-25 22:26:25 +00:00
Jonathan.Wage
3e31860edd
Troubleshooting why this does not work and I cleaned up the code.
2007-10-25 22:03:59 +00:00
Jonathan.Wage
231b42eb67
Initial entry of timestampable template.
2007-10-25 21:02:06 +00:00
Jonathan.Wage
2ff1dcadc5
Added better support for attributes generation in doctrine records
2007-10-25 21:01:29 +00:00
Jonathan.Wage
872c81cb5a
Fix for index generation only generating the last index only.
2007-10-25 17:49:36 +00:00
Jonathan.Wage
6334c5a165
Reversing fix.
2007-10-25 16:02:00 +00:00
Jonathan.Wage
0da6243086
Fixes to model generation.
2007-10-25 15:22:34 +00:00
Jonathan.Wage
bb1e87b04a
Removed adapter docs since it is not working.
2007-10-25 14:23:42 +00:00
Jonathan.Wage
1989b099be
Fixes [ticket:512]
2007-10-25 14:21:25 +00:00
Jonathan.Wage
ab597cdf30
Fixes [ticket:500]
2007-10-25 14:18:26 +00:00
Jonathan.Wage
bea129db14
Added support for packages to the doctrine builder and yaml schema.
2007-10-24 21:21:45 +00:00
Jonathan.Wage
094e6cb3bd
Added to autoloading to support caching the loaded model paths so we can retrieve them with autoload.
2007-10-24 21:20:19 +00:00
tamcy
4d527b935d
add test case for ticket #438
2007-10-24 16:19:49 +00:00
ppetermann
c610ba0ab2
corrected creation of Doctrine_Event object
...
to prevent unexpected behaviour during usage
of preHydrate/postHydrate hooks.
2007-10-24 13:44:58 +00:00
meus
3cdaf71ad0
refetch state after preSave listener in unit of work. if state changes in preSave listener it is not taken into concideration when an object is saved/deleted etc. also fixed some small stuff in tests and added new coverage report
2007-10-23 20:21:22 +00:00
zYne
00b8427748
some docs for hydration
2007-10-23 14:48:48 +00:00
Jonathan.Wage
195dff3ec9
Renamed.
2007-10-23 03:50:45 +00:00
Jonathan.Wage
197832739f
Renamed.
2007-10-23 03:48:11 +00:00
Jonathan.Wage
372831d912
Tweaks.
2007-10-23 03:44:29 +00:00
Jonathan.Wage
34d4f12866
-
2007-10-23 03:39:57 +00:00
Jonathan.Wage
e50b27626b
Misc. tweaks.
2007-10-23 00:37:39 +00:00
phuson
a3c39fedcc
Applied patch for ticket #499 . Tested and it seems to be working correctly with patch.
2007-10-22 21:47:05 +00:00
zYne
a4ae926a85
added isIdentifier()
2007-10-22 17:33:47 +00:00
zYne
a01ed0641f
fast identifier search for Doctrine_Hydrate, now the hydration should run in O(1) instead of O(n)
2007-10-22 16:38:03 +00:00
romanb
6ed2e63d88
added hydration mode HYDRATE_NONE
2007-10-22 16:32:07 +00:00