1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

482 Commits

Author SHA1 Message Date
Tanken
075a58089a Fixed a missing space in the query build by count()
Fixed count()'s code formatting (was tabs in some lines)
fixes #171
Ticket: 171
2006-10-16 10:04:38 +00:00
pookey
a2299b2a25 refs #170, this adds != support for boolean 2006-10-15 23:09:33 +00:00
pookey
edaf23df2d adding new enum tests ( refs #170 ) 2006-10-15 22:50:46 +00:00
pookey
a04f118593 closes #168 2006-10-15 19:19:20 +00:00
pookey
47d8bd2437 updating tests refs #168 2006-10-15 17:24:35 +00:00
pookey
716a91e511 improving (and breaking) find() test cases, refs #168 2006-10-15 17:15:16 +00:00
zYne
da6f4a3849 Fixes #166 2006-10-14 16:58:59 +00:00
romanb
2e8f73dba1 Removed some remainders from the old validation behaviour. This fixes a bug where records dont get inserted. 2006-10-13 17:29:22 +00:00
romanb
765c06b7c1 Improved some tests. 2006-10-13 16:28:40 +00:00
zYne
3e6a352a57 Fixes #164 2006-10-12 21:07:15 +00:00
zYne
db433c8449 Fixes #163, #162, removed Doctrine_Record::__call() 2006-10-12 21:01:53 +00:00
zYne
3b24837755 added missing test case class 2006-10-12 20:32:16 +00:00
zYne
f40601fefe Fixes #161, DQL : added support for EJB 3 -style JOIN syntax 2006-10-12 19:57:56 +00:00
pookey
7c47b78550 Removed svn:external from . 2006-10-12 13:32:43 +00:00
pookey
e1b9022fb8 replacing svn:externals - opps 2006-10-12 13:20:40 +00:00
zYne
8b4bc0f41c Fixes #159, #160, added EXISTS expression support as well as correlated subquery support 2006-10-11 20:44:21 +00:00
romanb
db25f46e52 Finished the validation changes.
Ticket: 150
2006-10-11 16:24:18 +00:00
zYne
42f7cb706f new DQL docs 2006-10-10 20:52:10 +00:00
zYne
5957622575 Fixes #157
Ticket: 157
2006-10-10 18:09:20 +00:00
zYne
d83c193b1a DQL: docs for IN expressions 2006-10-10 17:33:26 +00:00
zYne
9855ce749c DQL: docs for ALL / ANY expressions 2006-10-10 17:18:31 +00:00
zYne
537138ffb8 DQL Order by docs 2006-10-10 16:55:21 +00:00
romanb
a5a2751e29 Ticket: 150 2006-10-10 16:35:32 +00:00
romanb
171226d532 Continued work on the validation component.
Ticket: 150
2006-10-10 16:15:43 +00:00
zYne
d81a4245b7 Fixed typo 2006-10-10 09:32:32 +00:00
romanb
b0f0537071 Necessary changes to the validation components. Further improvements and docs will follow in the next days.
Ticket: 150
2006-10-09 18:00:14 +00:00
zYne
499da8f9b8 Fixes #156
Ticket: 156
2006-10-09 16:32:37 +00:00
zYne
cba61cb346 Fixes #155 2006-10-08 19:10:21 +00:00
zYne
966450d454 Fixes #154, has* relations should act as owns* when saving related objects 2006-10-08 18:43:13 +00:00
zYne
11206fe573 Small fixes, now it should be possible to add custom errors 2006-10-08 18:20:10 +00:00
zYne
67da38b07d Validators updated, *NOTE* this breaks BC:
- validators codes are now string instead of integers (constants)
- validating is now handled in record level
- added new component Doctrine_Validator_ErrorStack
- new methods Doctrine_Record::isValid() and Doctrine_Record::getErrorStack()
- errorStack now as a record instance variable
2006-10-08 18:12:27 +00:00
zYne
847bd1ade6 new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
zYne
4408774100 DQL Component Aliases added! Fixes #142
Ticket: 142
2006-10-03 17:24:13 +00:00
zYne
766aec2c94 added missing test cases 2006-10-03 16:03:19 +00:00
zYne
6210a60611 Fixed a bug when saving a record with null valued boolean column 2006-10-02 20:51:36 +00:00
romanb
ba73772983 Fixes to the compiler. 2006-10-02 10:47:43 +00:00
pookey
9589f486ef pookey: added boolean test cases for setting null values 2006-10-02 01:31:07 +00:00
pookey
aa25b57eda pookey: fixes #83 2006-10-02 01:30:08 +00:00
pookey
04a3cb9f63 pookey: fixed email validator and added more test cases 2006-10-02 01:23:23 +00:00
zYne
8abb979578 Fixes #85 2006-10-01 16:14:26 +00:00
zYne
a1b4b0f73f Simplified object population 2006-10-01 15:27:20 +00:00
zYne
5de6c0a65b Simplified object population mechanism 2006-10-01 15:18:04 +00:00
zYne
ca213ac6b9 Refactored Doctrine_Hydrate 2006-10-01 14:57:27 +00:00
zYne
cded682ee4 fixed validators with default values 2006-10-01 14:48:53 +00:00
zYne
ab99a5fcc3 Fixed fatal bug in Doctrine_Hydrate resulting in wrong mappings when result set contains rows in 'wrong' order. 2006-10-01 14:35:38 +00:00
zYne
bc76914310 2006-10-01 14:01:46 +00:00
zYne
1f58e34b12 Added coding standards, fixes #140 2006-10-01 13:58:19 +00:00
romanb
05a23f6a30 Added a test case to track an ugly bug. 2006-10-01 13:54:15 +00:00
zYne
4eb1060b13 added new tests 2006-10-01 11:21:25 +00:00
zYne
00cbc5d18e Fixed many-to-many handling when join table component is accessed before the associated component, fixes #136, #84 2006-10-01 10:10:11 +00:00