root/fDatabase.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @765 [765] 03/09/10 01:45:52 wbond Fixed ticket #354 - calling fDatabase::clearCache() now also calls …
(edit) @746 [746] 03/03/10 01:09:48 wbond Fixed #231 - added fStatement, fDatabase::prepare() and …
(edit) @726 [726] 11/03/09 13:57:54 wbond BackwardsCompatibilityBreak - fORM::addCustomClassTableMapping() was …
(edit) @720 [720] 10/22/09 14:20:51 wbond BackwardsCompatibilityBreak - removed support for date function …
(edit) @683 [683] 08/17/09 01:17:29 wbond Added fResult::unescape() and fUnbufferedResult::unescape(), fixed …
(edit) @682 [682] 08/12/09 01:44:53 wbond Added the ability to pass an array of all values as a single parameter to …
(edit) @671 [671] 08/06/09 22:24:26 wbond Fixed fDatabase so that PostgreSQL and Oracle don't try to get …
(edit) @657 [657] 07/15/09 14:25:37 wbond Fixed ticket #262 - auto-incremented values would not be detected in …
(edit) @635 [635] 07/08/09 21:00:23 wbond Fixed ticket #253 - Changed fDatabase::determineExtension() and …
(edit) @630 [630] 07/07/09 08:01:06 wbond Updated fDatabase::escape() to accept arrays of values for insertion into …
(edit) @603 [603] 06/15/09 22:55:43 wbond Performance improvements, especially related to the ORM
(edit) @600 [600] 06/12/09 01:14:03 wbond Fixed escaping string replacement values for preg_replace() calls. Will …
(edit) @587 [587] 06/02/09 00:06:07 wbond Added fTimestamp::registerUnformatCallback() to allow for locale-specific …
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @568 [568] 05/09/09 22:48:33 wbond Fixed ticket #187 - fDatabase::escape() now properly handles floats that …
(edit) @562 [562] 05/05/09 13:55:03 wbond BackwardsCompatibilityBreak - removed fORMSchema::enableSmartCaching(), …
(edit) @514 [514] 02/16/09 23:07:19 wbond BackwardsCompatibilityBreak - fCore::getOS() and fCore::getPHPVersion()
(edit) @510 [510] 02/12/09 12:59:00 wbond Fixed a bug with fDatabase where executing transaction queries would fail …
(edit) @501 [501] 01/26/09 23:54:06 wbond Changed @ error suppression operators to error_reporting() calls
(edit) @483 [483] 01/14/09 12:49:55 wbond Added a few error suppression operators back to fDatabase so that …
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @441 [441] 12/17/08 12:20:04 wbond Updated the class change logs for that last 15 commits
(edit) @432 [432] 12/11/08 00:32:37 wbond Removed a whole bunch of unnecessary error suppression operators (@)
(edit) @429 [429] 12/11/08 00:03:45 wbond Fixed ticket #110
(edit) @405 [405] 11/17/08 21:01:31 wbond Fixed ticket #87
(edit) @402 [402] 11/16/08 22:51:01 wbond BackwardsCompatibilityBreak - Removed fCore::trigger()
(edit) @401 [401] 11/16/08 21:51:04 wbond Fixed errors in some messages
(edit) @398 [398] 11/15/08 11:43:50 wbond Added the D modifier to the appropriate preg_* calls
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @334 [334] 10/26/08 22:30:18 wbond Removed parameter type hints
(edit) @318 [318] 10/21/08 02:02:49 wbond Removed some extraneous code from fDatabase::escape()
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @311 [311] 10/17/08 13:32:25 wbond Some updates to API documentation
(edit) @270 [270] 10/04/08 11:19:08 wbond Added fCore::call() and switched all applicable callbacks to class::method …
(edit) @267 [267] 10/03/08 14:14:59 wbond Added instance callback handlers
(edit) @262 [262] 10/01/08 23:07:28 wbond Fixed some issues with MSSQL database and fDatabase and changed fResult
(edit) @242 [242] 09/26/08 09:23:38 wbond Fixed some issues with casting objects to strings
(edit) @235 [235] 09/23/08 00:17:37 wbond Changed fDatabase and fORMDatabase to convert objects to strings before …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from database/fDatabase.php:
(edit) @204 [204] 09/10/08 00:18:50 wbond BackwardsCompatibilityBreak - fDatabase::escape() replaces …