root/branches/1.3/generator/test


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1087 [1087] 11/20/08 15:07:51 hans Refs #699 - Changing rollBack() to always roll back transaction, even in …
(edit) @1083 [1083] 10/30/08 20:04:32 hans Refs #691 - Adding support for foreign keys referencing unique constraint …
(edit) @1079 [1079] 08/29/08 14:28:00 ron Removed old test documentation and included a link to the right wiki page
(edit) @1077 [1077] 08/21/08 02:08:42 hans Refs #674 - Added check on Criteria.equals() for GROUP BY columns and …
(edit) @1067 [1067] 08/06/08 07:37:21 ron Transformed some dos-style files to unix
(edit) @1057 [1057] 06/02/08 23:27:29 hans Refs #636 - Added support for non-qualified columns to be interpreted as …
(edit) @1052 [1052] 05/28/08 09:43:01 hans Refs #634 - Adding support for treating "AS" columns as select columns in …
(edit) @1050 [1050] 05/23/08 00:56:27 hans Refs #283 - Added cross join patch submitted on Symfony bugtracker
(edit) @1049 [1049] 05/23/08 00:47:40 hans Refs #627 - removing order-by columns from Criteria in doCountJoin methods …
(edit) @1043 [1043] 05/08/08 13:27:19 ron fix #624: creating objects with auto increment columns without setting any …
(edit) @1036 [1036] 05/06/08 15:00:07 ron included test cases for multi column joins
(edit) @1028 [1028] 04/18/08 10:29:27 hans Fixes #618 - Fixed copy() method to only exclude autoincrement columns …
(edit) @1022 [1022] 04/04/08 11:03:17 hans Refs #606 - Added unit test to illustrate the problem.
(edit) @1021 [1021] 04/04/08 10:35:57 hans Refs #613 - Don't add duplicate joins to Criteria, since this won't be …
(edit) @1019 [1019] 04/03/08 20:35:22 soenke Kicked ambiguous test
(edit) @1013 [1013] 03/22/08 01:59:36 hans Refs #594 - Adding EXPERIMENTAL placeholder style change
(edit) @1007 [1007] 03/19/08 22:01:26 soenke refs #604
(edit) @989 [989] 03/11/08 14:29:30 heltem Cleanup: * Replace CRLF by LF * Trim right spaces
(edit) @982 [982] 02/28/08 10:29:45 hans Refs #587 - Treat empty strings being passed to temporal mutators as NULL
(edit) @980 [980] 02/27/08 22:55:00 hans Added yet another unit test, just to be doubly sure Alan is wrong ;)
(edit) @979 [979] 02/27/08 22:52:51 hans Added additional test for problem Alan reported.
(edit) @975 [975] 02/21/08 10:29:50 hans whitespace cleanup
(edit) @971 [971] 02/19/08 23:30:42 hans Added sanity check test for the doCountJoin*() methods.
(edit) @963 [963] 02/10/08 16:29:21 hans Refs #544 -- Adding unit test to confirm correct behavior of cascade …
(edit) @962 [962] 02/08/08 20:52:48 hans Refs #559 - Making the prepared statement caching optional (and disabled …
(edit) @952 [952] 02/05/08 22:59:20 hans Fixed Propel Phing tasks to use the "Project::" phing logging constants.
(edit) @947 [947] 01/30/08 13:56:42 hans Added missing ISBNValidator class
(edit) @944 [944] 01/30/08 00:38:53 hans Refs #567 - Refactored datasql task and added a SELECT setval() call for …
(edit) @938 [938] 01/25/08 03:08:19 hans Refs #563 - Added unit test to illustrate current failure of doCount()
(edit) @935 [935] 01/23/08 02:21:48 hans Add check to make sure that columns are primitive types before …
(edit) @930 [930] 01/18/08 18:27:43 hans Refs #495 - (re)Added Propel::importClass() method to import validators so …
(edit) @929 [929] 01/18/08 15:17:50 hans Refs #531 - Added a rewind() call after an object has been saved, added …
(edit) @928 [928] 01/18/08 12:21:27 hans Add an additional test for NULL values. (Refs #489)
(edit) @927 [927] 01/18/08 03:25:37 hans Refs #489 - Throw an exception when Criteria in doInsert() contains an …
(edit) @914 [914] 01/11/08 20:39:14 hans Refs #509 - Corrected broken change introduced in [913] Refs #542 - Added …
(edit) @912 [912] 01/11/08 16:13:57 hans Refs #559 - Adding prepared statement caching to PropelPDO and the …
(edit) @911 [911] 01/11/08 15:08:46 hans Fixed CriteriaTest to restore the DBAdapter in tearDown() method.
(edit) @910 [910] 01/11/08 15:07:02 hans Refs #560 - Fixing BasePeerTest to catch only PropelException so that …
(edit) @908 [908] 01/10/08 15:48:59 hans Refs #509, #555, #375, #376 - Added new reloadOnInsert and reloadOnUpdate …
(edit) @907 [907] 01/10/08 13:42:47 hans Refs #509 - Adding unit test to replicate issue.
(edit) @900 [900] 01/02/08 01:33:26 hans Refs #550 - Adding unit tests for charset, changing the setCharset() …
(edit) @899 [899] 01/02/08 00:32:04 hans Re-enabled multi-table delete test.
(edit) @895 [895] 12/27/07 15:55:32 heltem Change assertion sentence
(edit) @894 [894] 12/27/07 14:39:01 heltem Adding unit tests for xxxNestedSetPeer::createRoot() and …
(edit) @890 [890] 12/19/07 23:07:08 heltem Fix typo in method name
(edit) @889 [889] 12/19/07 23:05:35 heltem Adding isValide() and isLeaf() unit tests
(edit) @888 [888] 12/19/07 22:35:59 heltem Add svn:ignore for generated files
(edit) @887 [887] 12/19/07 22:33:34 heltem Add cleaning to depopulate()
(edit) @886 [886] 12/19/07 22:21:37 heltem Forgot to set unique classname for each test class. (Maybe we should unit …
(edit) @880 [880] 12/19/07 15:33:21 heltem Split NestedSet unit tests in multiple files * One for Object API …
(edit) @879 [879] 12/19/07 13:47:47 heltem Adding 4 unit tests for xxxNestedSetPeer::retrieveParent() and …
(edit) @878 [878] 12/19/07 13:31:04 heltem Adding 2 unit tests for xxxNestedSetPeer::isRoot() * Node is root * Node …
(edit) @877 [877] 12/19/07 13:18:45 heltem Add 2 unit tests for xxxNestedSetPeer::retrieveRoot() * Existing root * …
(edit) @876 [876] 12/19/07 13:16:31 heltem Add a different-from-default value to scopeId when populating
(edit) @875 [875] 12/19/07 11:10:15 heltem Add svn:keywords
(edit) @873 [873] 12/19/07 02:13:50 hans Refs #539 - Refactored the unit test, adding an assertPageTreeIntegrity() …
(edit) @872 [872] 12/19/07 02:06:52 hans Refs #539 - Adding unit tests based on Veikko's post to list
(edit) @857 [857] 12/13/07 14:59:59 heltem Cleanup: * Trim right blank * Replace CRLF by LF * Add svn:keywords
(edit) @852 [852] 12/07/07 23:57:11 mp Tests for ticket 520. Most of them currently fail.
(edit) @849 [849] 12/04/07 00:23:56 hans Added a unit test to confirm correct working behavior of Criteria::CUSTOM
(edit) @848 [848] 12/03/07 20:25:53 hans Refs #529 - Replacing init*() method with clear*() method.
(edit) @843 [843] 12/02/07 17:10:53 hans Added skeleton unit test for nested-set generated objects and merged the …
(edit) @842 [842] 12/02/07 16:28:20 heltem Cleanup: * Trim right blank * Replace CRLF by LF * Add svn:keywords
(edit) @840 [840] 12/02/07 15:53:17 hans Refs #451 - Updating unit tests
(edit) @835 [835] 11/30/07 16:21:22 hans Refs #527 - Adding new param to toArray() method for lazy load.
(edit) @830 [830] 11/22/07 04:53:04 hans Refs #464 - Added test and fix for lazy-load columns not being considered …
(edit) @824 [824] 11/22/07 03:04:26 hans Refs #519 - Adding correct test case to duplicate bug.
(edit) @823 [823] 11/21/07 23:22:34 hans Refs #519 - Adding unit test.
(edit) @821 [821] 11/20/07 12:47:17 hans Refs #417 - Adding unit test to test BIGINT sorting AND fixed the ignore …
(edit) @818 [818] 11/19/07 01:13:05 hans Refs #425 - Added unit test for nested functions.
(edit) @816 [816] 11/18/07 23:29:44 heltem Cleanup: * Trim right blank * Replace left spaces by tabs * Replace …
(edit) @812 [812] 11/18/07 15:19:54 hans Refs #228 - Adding support for a single column implicated in multiple …
(edit) @805 [805] 11/15/07 00:05:30 heltem Cleanup: * Trim right blank * Replace CRLF by LF
(edit) @804 [804] 11/14/07 00:52:29 hans Refs #491 - Change joins in doSelectJoin*() methods to use LEFT JOIN and …
(edit) @797 [797] 11/09/07 19:21:21 heltem Refactoring * Rename BaseNodeObject to NodeObject * Rename BaseNodePeer …
(edit) @795 [795] 11/09/07 15:04:32 hans Refs #508 - Add bi-directional relationship binding
(edit) @794 [794] 11/09/07 12:18:18 hans Ref #508 - Adding a unit test to reproduce bug described on list.
(edit) @793 [793] 11/09/07 02:43:08 hans Fixes #421 - Add support for one-to-one relationships in copyInto()
(edit) @784 [784] 11/08/07 10:15:50 heltem Cleanup: * Trim right blank * Replace left spaces by tabs * Remove last …
(edit) @781 [781] 11/08/07 00:04:19 hans * Fixes #501, #410, #456 (maybe others) related to invalid date/time value …
(edit) @780 [780] 11/06/07 20:41:55 hans Fixes #470 - Added support for count*() methods to use the lastCriteria …
(edit) @778 [778] 11/06/07 16:38:24 hans Fixes #502 - avoid exception in removeInstanceFromPool() when passed null.
(edit) @776 [776] 11/06/07 16:13:01 heltem Add svn:keywords
(edit) @759 [759] 11/04/07 01:22:29 heltem Change svn:keyword Id to Revision
(edit) @755 [755] 11/03/07 19:24:33 hans Added time-setting & date-setting test in support of issue #456 (the …
(edit) @753 [753] 11/03/07 18:50:18 hans #407 - Adding new version of PropelDateTime that supports time zones. …
(edit) @752 [752] 11/03/07 17:19:19 hans #500 - Updating unit tests to use PHPUnit 3.
(edit) @718 [718] 10/26/07 01:31:34 heltem Cleanup: * Trim right blank * Replace left spaces by tabs * Remove last …
(edit) @703 [703] 10/03/07 01:27:06 hans #407 - Adding new PropelDateTime subclass from Alan and Soenke
(edit) @687 [687] 08/23/07 14:59:57 hans #468 - Added fix for NULL default values and updated unit test.
(edit) @686 [686] 08/20/07 16:24:38 hans #466 - Adding fix and unit test for setting fk-related objects with …
(edit) @685 [685] 08/15/07 17:13:47 hans * Fixing an incorrect classname in constant prefix (in …
(edit) @657 [657] 06/20/07 17:25:02 hans #383 - Added fix in BasePeer so that streams are always rewound before …
(edit) @656 [656] 06/20/07 15:25:53 hans #383 - A revert of previous fix and more thorough fix to make BLOB columns …
(edit) @651 [651] 06/19/07 20:40:54 hans #383 - Adding workaround behavior for fact that PDO is returning …
(edit) @650 [650] 06/19/07 19:59:59 hans #436 - Added $deep param for reload() method
(edit) @621 [621] 04/23/07 09:42:26 heltem Typo cleanup
(edit) @619 [619] 04/13/07 14:54:32 hans Fixes for #407 (addressing #406) and beginning of implementation for …
(edit) @612 [612] 03/27/07 09:39:00 heltem Cleanup: * Trim right blank * Replace left spaces by tabs * Remove last …
(edit) @606 [606] 03/11/07 15:54:51 hans References #376 (#375) and #367 * Adds new ensureConsistency() method to …
Note: See TracRevisionLog for help on using the revision log.