mark_story
|
fceb028499
|
Fix code style errors.
|
2012-06-03 21:11:34 -04:00 |
|
Ceeram
|
4c6453501e
|
Merge branch '2.1' into 2.2
|
2012-06-02 01:47:21 +02:00 |
|
Jelle Henkens
|
e5eb7b490e
|
Preventing cache collisions by adding the the datasource key
|
2012-06-01 10:42:26 +01:00 |
|
Jelle Henkens
|
18b335a605
|
Replacing crc32 with md5 for less collisions in method caching
|
2012-06-01 10:42:26 +01:00 |
|
Majna
|
364c293e16
|
Add test for belongsTo and hasOne optimization.
|
2012-05-27 23:16:20 +02:00 |
|
Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -04:30 |
|
Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
Juan Basso
|
333ea29805
|
Renamed variable name from nested transaction
|
2012-04-26 20:58:25 -04:00 |
|
Juan Basso
|
37537faac0
|
Renamed method to check if the driver supports nested transaction.
|
2012-04-26 20:58:25 -04:00 |
|
Juan Basso
|
10a4b87979
|
Fixed tests with nested transaction in DboSource.
|
2012-04-24 22:28:47 -04:00 |
|
Juan Basso
|
7fe333ce4e
|
Merge branch '2.2-nested-transaction' into 2.2
|
2012-04-22 23:04:32 -04:00 |
|
mark_story
|
21ba5bf04a
|
Merge branch '2.1' into 2.2
|
2012-04-17 21:47:24 -04:00 |
|
Juan Basso
|
37157806b9
|
Removing some dup code in nested transaction tests.
|
2012-04-14 16:46:47 -04:00 |
|
Juan Basso
|
7be5349b0c
|
Added configuration to disable nested transaction, even if the db supports it.
|
2012-04-14 16:43:24 -04:00 |
|
Juan Basso
|
b0a3a1a5aa
|
Added test to check when driver do not support nested support.
|
2012-04-14 16:25:23 -04:00 |
|
Juan Basso
|
79f7ca7d33
|
Oops, forgot one change in last commit.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
30258ac817
|
Added test for nested methods sequence.
|
2012-04-14 16:22:36 -04:00 |
|
Kyle Robinson Young
|
8bbe250bec
|
Correct method descriptions and remove unused property
|
2012-04-11 07:50:54 -07:00 |
|
mark_story
|
9f9feec222
|
Merge branch '2.2-hash' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
lib/Cake/View/Helper/FormHelper.php
|
2012-04-10 21:32:37 -04:00 |
|
Ceeram
|
c2a8fca00c
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
|
2012-04-05 23:27:21 +02:00 |
|
Ceeram
|
2b7fe21ee0
|
remove all Set::extract() from core and tests
|
2012-04-05 01:33:57 +02:00 |
|
Ceeram
|
d2098828c6
|
Fix fullTablename(), ensure prefix prepending is only skipped when not on position 0 in tablename. Fixes #2750
|
2012-04-04 15:07:45 +02:00 |
|
mark_story
|
72cb96b727
|
Fix a few more coding standards errors.
|
2012-04-02 23:23:53 -04:00 |
|
Ceeram
|
34a730dfd8
|
ensure buildJoinStatement() does not add schemaname when table value is a subquery, fixes #2709
|
2012-04-02 18:48:02 +02:00 |
|
Ceeram
|
d748fc7451
|
Merge branch '2.1' into 2.2
|
2012-03-23 16:32:04 +01:00 |
|
Kyle Robinson Young
|
90e7afbdc7
|
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-22 23:37:12 -07:00 |
|
mark_story
|
c58b61c17b
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/ModelWriteTest.php
|
2012-03-18 21:26:45 -04:00 |
|
mark_story
|
480c1bbb54
|
Fix coding standards.
|
2012-03-18 18:06:10 -04:00 |
|
dogmatic69
|
2ad0f8b8db
|
setting defaults in the DBO so you do not need to pass every field possible to avoid errors. also adds a test for calling with some missing fields. fixes #1779
|
2012-03-13 17:40:25 +00:00 |
|
Juan Basso
|
c754fb2dcb
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
Kyle Robinson Young
|
4176e59e52
|
Typo fixes in tests
|
2012-02-23 15:29:53 -08:00 |
|
Kyle Robinson Young
|
45ec5d73c5
|
Add missing visibility keywords
|
2012-02-16 23:13:12 -08:00 |
|
Yasushi Ichikawa
|
e8a9d93eb5
|
Add params option to logQuery()
Parameters for prepared statements are now part of the
logged query data.
|
2012-02-08 20:15:40 -05:00 |
|
Jose Lorenzo Rodriguez
|
37314a2188
|
Logging transaction commands in DboSource, fixes #2457
|
2012-01-21 15:48:17 -04:30 |
|
mark_story
|
0e56d742b8
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/BehaviorCollection.php
lib/Cake/basics.php
|
2012-01-08 21:59:18 -05:00 |
|
Jose Lorenzo Rodriguez
|
0c6271dd5d
|
Fixing a few SqlServer failing tests
|
2012-01-07 02:14:07 -04:30 |
|
Rachman Chavik
|
b1aae5b5ab
|
add fullTableName tests with empty schemaName
|
2011-12-29 19:17:06 +07:00 |
|
mark_story
|
07a2a60468
|
Merge branch '2.0' into 2.1
|
2011-12-13 22:03:40 -05:00 |
|
mark_story
|
8d1edd72f2
|
Moving tests and un-skipping them.
Adding tests for proper field quoting in conditions.
Closes #2369
|
2011-12-13 21:26:03 -05:00 |
|
Rachman Chavik
|
1f7c292651
|
fixing broken tests: updating fullTableName() use
At the same time, reversing arguments since phpunit wants 'expected' as
the first parameter.
|
2011-11-25 22:36:44 +07:00 |
|
Kyle Robinson Young
|
98f03dc6df
|
Replacing test case compatibility functions
|
2011-11-16 21:07:08 -05:00 |
|
mark_story
|
87f5b6cf26
|
Fix more strict errors.
Fix strict errors in test files.
Remove a test in CakeEmail as array -> string causes a notice
in PHP 5.4
|
2011-11-13 20:47:55 -05:00 |
|
mark_story
|
0a0a09920b
|
Updating for PHP5.4
- Fixing strict errors.
- Fixing call time pass by reference as its been removed in PHP5.4
- Fix assign new as a reference, which has been removed.
|
2011-11-12 21:42:19 -05:00 |
|
Gun.io Whitespace Robot
|
4742168253
|
Remove whitespace [Gun.io WhitespaceBot]
|
2011-10-28 18:25:08 -04:00 |
|
mark_story
|
df82aa09e4
|
Removing test that causes problems in AllTests.
|
2011-09-30 22:47:47 -04:00 |
|
mark_story
|
af4b0c9c1b
|
Make DboSource::lastError() fallback to the connection.
If there is no argument the connection error should be checked
for an error.
Add a test for most of lastError(). Mocking PDO is a pain.
Fixes #2046
|
2011-09-30 21:56:39 -04:00 |
|
Jose Lorenzo Rodriguez
|
61ff8d6154
|
Making DboSource tests more portable
|
2011-09-03 18:07:26 -04:30 |
|
mark_story
|
2c21fc90fb
|
Fixing failing tests and issues with Sqlite.
|
2011-09-03 22:07:45 +01:00 |
|
Jose Lorenzo Rodriguez
|
36470f4a86
|
Removing $error property from DboSource, errors in queries will throw exceptions now
|
2011-09-03 12:17:00 -04:30 |
|