summaryrefslogtreecommitdiff
path: root/framework/Data/TDbConnection.php
AgeCommit message (Collapse)Author
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Happy 2014!Fabio Bas
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-07-12removed ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2011-08-28Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData ↵GODZilla0480@gmail.com
& TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData]
2011-06-26applied serialization optimization patch (337)ctrlaltca@gmail.com
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20removed useless calls to empty contructor; reverted some additional ↵ctrlaltca@gmail.com
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
2011-01-27fixed #307rojaro
2011-01-19Raise an exception when DB driver doesn't support changing charset.christophe.boulain
Also some minor MSSQL fixes
2010-04-18Ensured parent::__construct calls within Datajavalizard
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2009-01-29Fixed Issue#107Christophe.Boulain
2008-08-27Fixed a little bug introduced with [2495] when PDO driver doesn't allow ↵tof
settings of some attributes
2008-08-14fixed #904knut
2008-07-30updated copyrightknut
2008-04-18Fixed #833tof
2008-04-18Implemented #800tof
2008-03-12typo fix.xue
2008-03-12fixed #741.xue
2008-03-06Fixed #799.xue
2007-02-23Added TDbCache.xue
2006-12-09Fixed #433, #384, #439, #477, #435, #422, #401, #359. Add more class docs ↵wei
for sqlmap.
2006-12-03Id fix.xue
2006-12-03Allow TDbConnection and TDbCommand to be serialized.wei
2006-11-28Added quickstart tutorial about DAO.xue
2006-11-26Added TDbConnection.setPersistent.xue
2006-11-25Added exception messages.xue
2006-11-24bug fixes of data layer.xue
2006-11-24Added DB layer.xue