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

2239 Commits

Author SHA1 Message Date
meus
db6db4cd29 fixed docs related to seSubclasses/setInheritanceMap 2007-07-30 19:38:59 +00:00
zYne
37198a6bb7 formatting fix 2007-07-30 19:35:41 +00:00
zYne
d877b8239e 2007-07-30 19:34:05 +00:00
zYne
c045174fde 2007-07-30 19:29:37 +00:00
zYne
aa1aa84b52 2007-07-30 19:15:33 +00:00
zYne
1a18acb762 2007-07-30 19:13:05 +00:00
zYne
5866a6f78f 2007-07-30 19:01:59 +00:00
meus
7ab2e58609 added setSubclasses to abstractRecord. Fixed classes in tests. added some more output to the Test.php script 2007-07-30 19:01:16 +00:00
zYne
57a6200b5e 2007-07-30 15:54:50 +00:00
romanb
8a0898d3ed Several fixes for mysql export module (incorrectly added indices)
Ticket: 408
2007-07-30 11:47:36 +00:00
romanb
7583a8d8ac Preliminary fix for a bug that occurs when using NestedSet + Column aggregation inheritance 2007-07-29 19:38:11 +00:00
meus
15e43b6144 changed the assertions of the sqlite export testcases since apparently indexes and tables are done in two seperate queries. nothing wrong with that in my eyes atleast 2007-07-28 20:39:42 +00:00
meus
c38958debe fixed output of cli testrunner 2007-07-28 20:28:20 +00:00
meus
4e4dc0a6df fixed some failing testcases in columnaggregation. the if check was to strict 2007-07-28 20:27:38 +00:00
zYne
82f3ae52eb new tests for search query language 2007-07-27 20:19:19 +00:00
zYne
5b611b5302 2007-07-27 20:18:58 +00:00
zYne
201f821b27 2007-07-27 19:24:28 +00:00
zYne
20ca9109aa 2007-07-27 19:03:48 +00:00
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
975d7ab044 2007-07-26 23:44:18 +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
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