Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-20 | Fixed Issue 209 - SqlMap doesn't escape inline params properly | godzilla80@gmx.net | |
2010-02-17 | Fixes various phpdoc problems | Christophe.Boulain | |
2010-02-13 | Fixed Issue #24 - Specify needed fields on demand | godzilla80@gmx.net | |
- modify TDbCommandBuilder in package System.Data.Common - add method getSelectFieldList() - modify createFindCommand() to utilize getSelectFieldList() - modify createCountCommand() to invoke createFindCommand() with COUNT(*) - modify package System.Data.DataGateway - add property Select to TSqlCriteria - modify TDataGatewayCommand::getFindCommand() to pass Select property of criteria to TDbCommandBuilder::createFindCommand() | |||
2010-02-08 | ENH: Modify TDbTableInfo::getColumnNames() to store result in private class ↵ | godzilla80@gmx.net | |
member | |||
2010-02-08 | EHN: Add property TransactionClass (defaults to System.Data.TDbTransaction) ↵ | godzilla80@gmx.net | |
to TDbConnection and modify beginTransaction() | |||
2010-01-15 | Fixed #169 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#153 | Christophe.Boulain | |
2010-01-12 | Fixed issue#212 | Christophe.Boulain | |
2010-01-12 | Fixed issue#208 | Christophe.Boulain | |
2009-11-08 | - Fixed Issue #171 - <connection> tag in SqlMap config ignored in 3.1.5 and ↵ | godzilla80@gmx.net | |
above, introduced by solving Issue#68 - move logic to instantiate TSqlMapManager from "protected function createSqlMapGateway()" to "public function getSqlMapManager()" since it is useful if you dynamicly create mapped statements that should be cached - explicit return null in loadCachedSqlMapManager() | |||
2009-11-08 | Fixed Issue #191 - Bad parsing of MySQL ENUM type column | godzilla80@gmx.net | |
2009-07-27 | fixed #166 and added a developer to index.html | carlgmathisen | |
2009-06-07 | Fixed Issue #168 - TSqlMapXmlConfiguration: CacheModel properties are not set | godzilla80@gmx.net | |
2009-05-24 | prepare for release.3.1.5 | qiang.xue | |
2009-05-23 | Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normal | godzilla80@gmx.net | |
2009-05-14 | Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys() | godzilla80@gmx.net | |
2009-05-14 | TPgsqlTableInfo::getTableFullName() return void if no schema given | godzilla80@gmx.net | |
2009-05-13 | Fixed Issue#154 | Christophe.Boulain | |
2009-05-13 | Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws ↵ | godzilla80@gmx.net | |
TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view | |||
2009-05-11 | Fixed Issue#148 | Christophe.Boulain | |
2009-05-11 | Change visibilty of TActiveRecord class member "_invalidFinderResult" from ↵ | godzilla80@gmx.net | |
private to protected to concern serialization | |||
2009-05-10 | Fixed Issue #74 | godzilla80@gmx.net | |
Introduce a new property 'InvalidFinderResult' (related new enum TActiveRecordInvalidFinderResult) to TActiveRecordConfig, TActiveRecordManager, TActiveRecord that allows to control how TActiveRecord react if an invalid magic-finder invoked. Possible values are: Exception - throw TActiveRecordException like before rev1545 Null - return null (default for backward compatibility reasons) To change behavior: <module class="System.Data.ActiveRecord.TActiveRecordConfig" InvalidFinderResult="Exception"/> or MyActiveRecord->setInvalidFinderResult(TActiveRecordInvalidFinderResult::Exception); or override MyActiveRecord->getInvalidFinderResult() to always return TActiveRecordInvalidFinderResult::Exception | |||
2009-05-01 | Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix ↵ | godzilla80@gmx.net | |
sqlmap doc - property "name" instead of "key" | |||
2009-05-01 | Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __get | godzilla80@gmx.net | |
2009-04-26 | Fixed Issue #146 - replace deprecated(php5.3>) split with explode in ↵ | godzilla80@gmx.net | |
TPgsqlMetaData:getPrimaryKeys(), PradoBase::getUserLanguages() | |||
2009-04-15 | fix wrong (c&p) doc comment from r2631 | godzilla80@gmx.net | |
2009-04-05 | TSqlMapCacheModel now consider <flushInterval> tag as described in doc ↵ | godzilla80@gmx.net | |
(sqlmap.pdf) - valid attributes are duration in sec or seconds, minutes, hours, days | |||
2009-03-22 | Fixed Issue #88 - SQLMap $Param$ re-evaluation bug | godzilla80@gmx.net | |
2009-03-19 | replace array_push() function calls with native language constuct if make sense | godzilla80@gmx.net | |
2009-03-19 | replace is_null() function calls with native native language constuct | godzilla80@gmx.net | |
2009-03-17 | Fixed Issue #68: TSqlMapConfig::createSqlMapGateway(): assign current ↵ | godzilla80@gmx.net | |
connection to cached TSqlMapManager to avoid loosing active transaction | |||
2009-03-16 | Fixed Issue#99 | Christophe.Boulain | |
2009-03-07 | Fixed Issue 127 | Christophe.Boulain | |
2009-01-29 | Fixed Issue#107 | Christophe.Boulain | |
2009-01-07 | Fixed Issue#65: Improvement of TActiveRecord::populateObjects() | christophe.boulain | |
2008-12-03 | Fixed Issue#79 | christophe.boulain | |
2008-11-07 | Issue#59 - TPropertyAccess::has() | carlgmathisen | |
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-10-21 | Fixed issue #11. | qiang.xue | |
2008-10-21 | fixed issue #5. | qiang.xue | |
2008-10-17 | Minor fix for Ticket #882 | mikl | |
2008-10-16 | Fixed #882 (Escaping # and $ in SqlMap) | mikl | |
2008-10-16 | Ticket #891 (changed to non-static method) | mikl | |
2008-10-16 | Ticket #891 (new static method table() in TActiveRecord) | mikl | |
2008-10-13 | LIMIT 1 for ActiveRecord find() and findBy() | carl | |
2008-09-24 | remove unuseful static in TActiveRecord::getRecordGateway() | tof | |
2008-09-03 | Workaround for slow meta data retrieval in MySQL<5.1.21 | mikl | |
2008-08-27 | Fixed a little bug introduced with [2495] when PDO driver doesn't allow ↵ | tof | |
settings of some attributes | |||
2008-08-18 | fixed #911 | knut | |
2008-08-14 | fixed #904 | knut | |