summaryrefslogtreecommitdiff
path: root/framework/Data
AgeCommit message (Expand)Author
2010-02-20Fixed Issue 209 - SqlMap doesn't escape inline params properlygodzilla80@gmx.net
2010-02-17Fixes various phpdoc problemsChristophe.Boulain
2010-02-13Fixed Issue #24 - Specify needed fields on demand godzilla80@gmx.net
2010-02-08ENH: Modify TDbTableInfo::getColumnNames() to store result in private class m...godzilla80@gmx.net
2010-02-08EHN: Add property TransactionClass (defaults to System.Data.TDbTransaction) t...godzilla80@gmx.net
2010-01-15Fixed #169Christophe.Boulain
2010-01-14Fixed Issue#153Christophe.Boulain
2010-01-12Fixed issue#212Christophe.Boulain
2010-01-12Fixed issue#208Christophe.Boulain
2009-11-08- Fixed Issue #171 - <connection> tag in SqlMap config ignored in 3.1.5 and a...godzilla80@gmx.net
2009-11-08Fixed Issue #191 - Bad parsing of MySQL ENUM type columngodzilla80@gmx.net
2009-07-27fixed #166 and added a developer to index.htmlcarlgmathisen
2009-06-07Fixed Issue #168 - TSqlMapXmlConfiguration: CacheModel properties are not setgodzilla80@gmx.net
2009-05-24prepare for release.3.1.5qiang.xue
2009-05-23Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normalgodzilla80@gmx.net
2009-05-14Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys()godzilla80@gmx.net
2009-05-14TPgsqlTableInfo::getTableFullName() return void if no schema givengodzilla80@gmx.net
2009-05-13Fixed Issue#154Christophe.Boulain
2009-05-13Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws TPhpErrorException...godzilla80@gmx.net
2009-05-11Fixed Issue#148Christophe.Boulain
2009-05-11Change visibilty of TActiveRecord class member "_invalidFinderResult" from pr...godzilla80@gmx.net
2009-05-10Fixed Issue #74godzilla80@gmx.net
2009-05-01Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix ...godzilla80@gmx.net
2009-05-01Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __getgodzilla80@gmx.net
2009-04-26Fixed Issue #146 - replace deprecated(php5.3>) split with explode in TPgsqlMe...godzilla80@gmx.net
2009-04-15fix wrong (c&p) doc comment from r2631godzilla80@gmx.net
2009-04-05TSqlMapCacheModel now consider <flushInterval> tag as described in doc (sqlma...godzilla80@gmx.net
2009-03-22Fixed Issue #88 - SQLMap $Param$ re-evaluation buggodzilla80@gmx.net
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net
2009-03-19replace is_null() function calls with native native language constuctgodzilla80@gmx.net
2009-03-17Fixed Issue #68: TSqlMapConfig::createSqlMapGateway(): assign current connect...godzilla80@gmx.net
2009-03-16Fixed Issue#99Christophe.Boulain
2009-03-07Fixed Issue 127Christophe.Boulain
2009-01-29Fixed Issue#107Christophe.Boulain
2009-01-07Fixed Issue#65: Improvement of TActiveRecord::populateObjects()christophe.boulain
2008-12-03Fixed Issue#79christophe.boulain
2008-11-07 Issue#59 - TPropertyAccess::has()carlgmathisen
2008-10-21removed all trailing ?>qiang.xue
2008-10-21Fixed issue #11.qiang.xue
2008-10-21fixed issue #5.qiang.xue
2008-10-17Minor fix for Ticket #882mikl
2008-10-16Fixed #882 (Escaping # and $ in SqlMap)mikl
2008-10-16Ticket #891 (changed to non-static method)mikl
2008-10-16Ticket #891 (new static method table() in TActiveRecord)mikl
2008-10-13LIMIT 1 for ActiveRecord find() and findBy()carl
2008-09-24remove unuseful static in TActiveRecord::getRecordGateway()tof
2008-09-03Workaround for slow meta data retrieval in MySQL<5.1.21mikl
2008-08-27Fixed a little bug introduced with [2495] when PDO driver doesn't allow setti...tof
2008-08-18fixed #911knut
2008-08-14fixed #904knut