1
0
mirror of synced 2024-12-14 07:06:04 +03:00
Commit Graph

2213 Commits

Author SHA1 Message Date
zYne
8ee4d75b69 2007-07-26 19:52:12 +00:00
zYne
975069e025 2007-07-26 19:06:42 +00:00
zYne
7c7645f801 2007-07-25 20:47:25 +00:00
zYne
e60c34c735 2007-07-25 20:45:25 +00:00
zYne
fbe1662721 2007-07-25 20:07:55 +00:00
zYne
ab38654ea2 2007-07-25 12:44:36 +00:00
zYne
39f33a8742 2007-07-25 12:42:56 +00:00
zYne
330156e7b6 2007-07-24 20:38:42 +00:00
zYne
cbf6e48aa3 2007-07-24 20:38:21 +00:00
zYne
0f1fb82d8d 2007-07-24 20:37:54 +00:00
myilmaz
0cdf1c3a39 Bah, why must I suck at spelling :-p 2007-07-24 20:37:50 +00:00
myilmaz
3b5046acd4 Update to the introduction, described how 3rd and fourth arguements are required and how you can enter null for the third arguement so that you can put in validation. 2007-07-24 20:26:22 +00:00
zYne
91ee810ad1 2007-07-24 19:58:44 +00:00
gnat
c1709beaa4 commented out non-existing test case, and closed the unclosed code coverage block comment 2007-07-24 19:50:12 +00:00
gnat
1375d1332c Added a test case that objects fail to update a field in proxy state. 2007-07-24 19:48:02 +00:00
romanb
fc2f9f29bd Closes #405.
Syntax for getting input properly escaped through prepared statements:
$query->set('field', 'field + ?', $value)
or
$query->set('field', 'field + ? - ?', array($value1, $value2))
or simply
$query->set('field', '?', $value)
Ticket: 405
2007-07-24 11:34:00 +00:00
zYne
9eeebfd815 2007-07-24 09:35:11 +00:00
zYne
f43ab79a40 2007-07-24 09:32:50 +00:00
zYne
8a393ab44d 2007-07-23 23:44:14 +00:00
zYne
fbe13344d5 2007-07-23 23:43:45 +00:00
zYne
9232529117 2007-07-23 23:41:16 +00:00
zYne
7d7df95556 2007-07-23 23:34:23 +00:00
zYne
02dab53c96 2007-07-23 23:30:36 +00:00
zYne
eaf2fdcdce tests for check constraints 2007-07-23 23:20:26 +00:00
zYne
cfaa5f121f 2007-07-23 23:18:11 +00:00
zYne
23025b5872 2007-07-23 23:10:50 +00:00
zYne
d0d2067942 2007-07-23 22:50:07 +00:00
meus
6b1c61965b Preliminary graphical coverage report. If you want to play please replace all
paths with your absolute path to doctrine in the coverage.txt file and change
the path in coverage.php

Very very beta.
2007-07-23 21:36:20 +00:00
meus
b5f81c5153 fixed very basic code coveage report that prints percentage and total percentage 2007-07-23 20:47:29 +00:00
zYne
9fcf6cc1b0 2007-07-23 20:28:59 +00:00
zYne
c26ed8441b 2007-07-23 20:28:46 +00:00
zYne
3a6ce5a6c6 2007-07-23 19:53:59 +00:00
meus
22792e7a9e fixed new reporters 2007-07-23 19:22:31 +00:00
meus
239c842233 Fixed testrunner so that it prints out all errors. also fixed a CLI reporter ann a HTML reporter 2007-07-23 19:22:13 +00:00
zYne
489687318a 2007-07-23 18:54:22 +00:00
zYne
1e56808683 2007-07-23 18:53:42 +00:00
zYne
ad44c65648 new record locking mechanism 2007-07-23 18:50:32 +00:00
zYne
a2111d60af 2007-07-23 18:32:29 +00:00
zYne
752a26cb76 2007-07-23 18:27:00 +00:00
joel.alexandre
53cd5ed30b Added Unit Test for ticket #337 2007-07-23 15:46:50 +00:00
meus
2d55394109 fixed default error message for ValidatorException that list the classes that have validation errors 2007-07-21 22:15:22 +00:00
meus
f04948f315 fixed profiler docs 2007-07-21 20:25:24 +00:00
meus
a690adfb2a fixing so taht getName uses the correct constants 2007-07-21 20:03:28 +00:00
meus
5d79089d1f fixes #395 applied Antik´s patch and ran tests. 1 less failure 2007-07-21 16:49:52 +00:00
meus
6919788903 fixes #400 use new syntax for connection 2007-07-21 16:43:40 +00:00
meus
eca9f79dc8 removed array_unique in Hydrate/Record and added test to run.php fixes #403 2007-07-21 16:35:04 +00:00
meus
2865efcd08 Adding modified testcase from #403 2007-07-21 16:32:17 +00:00
meus
feaade5850 Fixing hasRelation closes #406 2007-07-21 15:46:31 +00:00
romanb
75dbc8c841 Several bugfixes for the export module (expecially pgsql). 2007-07-21 15:17:17 +00:00
zYne
6348e5f709 2007-07-21 11:46:08 +00:00