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

1043 Commits

Author SHA1 Message Date
zYne
9bc4d7618e 2007-07-27 19:03:32 +00:00
mahono
c662f4d99f * added new fetchOne() method for convenience
* some whitespace cleanups
2007-07-27 15:58:37 +00:00
zYne
97e82445d7 2007-07-27 15:35:37 +00:00
zYne
f0275da674 deprecated lockmode attribute 2007-07-27 15:31:33 +00:00
zYne
0e8f67968c 2007-07-26 23:44:09 +00:00
zYne
f31eaa9ab3 2007-07-26 23:10:04 +00:00
zYne
569348bdda 2007-07-26 22:57:36 +00:00
zYne
8ee4d75b69 2007-07-26 19:52:12 +00:00
zYne
e60c34c735 2007-07-25 20:45:25 +00:00
zYne
330156e7b6 2007-07-24 20:38:42 +00:00
zYne
cbf6e48aa3 2007-07-24 20:38:21 +00:00
zYne
91ee810ad1 2007-07-24 19:58:44 +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
8a393ab44d 2007-07-23 23:44:14 +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
zYne
c26ed8441b 2007-07-23 20:28:46 +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
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
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
eca9f79dc8 removed array_unique in Hydrate/Record and added test to run.php fixes #403 2007-07-21 16:35:04 +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
zYne
141a95669d 2007-07-21 11:34:07 +00:00
zYne
41bb34ef0f 2007-07-20 20:41:13 +00:00
zYne
6674d341c7 2007-07-20 20:32:24 +00:00
zYne
9d8dfbce50 2007-07-20 20:03:32 +00:00
zYne
7ea7d586d6 2007-07-20 19:51:19 +00:00
RossC0
bba435d7a1 [#404] restored addFrom for the DQL - went missing in Query.php refactorings 2007-07-20 10:11:13 +00:00
zYne
b44f13e732 2007-07-20 09:48:28 +00:00
zYne
8651135b96 fixed INT_MAX issue 2007-07-20 09:38:10 +00:00
zYne
941a2e5761 2007-07-18 19:31:43 +00:00
zYne
b13a70c087 2007-07-18 19:18:30 +00:00
zYne
6823c76544 2007-07-17 21:10:18 +00:00
zYne
1633b07f1d 2007-07-17 20:59:09 +00:00
zYne
163c1aaa61 2007-07-17 20:45:10 +00:00
zYne
fb58fb6598 2007-07-16 19:26:14 +00:00
zYne
4226685f3c 2007-07-16 19:26:00 +00:00
zYne
59be22b329 2007-07-16 19:19:29 +00:00
zYne
d49c6cabeb 2007-07-13 21:51:03 +00:00
zYne
18115c7711 2007-07-13 16:22:49 +00:00
zYne
3502fd9299 identifier quoting fix 2007-07-12 22:31:16 +00:00
zYne
af7d3addd6 2007-07-12 21:50:31 +00:00
Jonathan.Wage
c37c61b5aa Fixed count() returning incorrect count when groupby exists. 2007-07-12 21:37:18 +00:00