summaryrefslogtreecommitdiff
path: root/framework/Data/SqlMap
AgeCommit message (Collapse)Author
2015-08-11Fixed class usage casesDavid
Class names are not case sensitive but file names are if you are running on an case sensitive file systems. Since class names map to file names, they need to be used case sensitive.
2015-08-11Fix TProperyValue::ensureEnum and some unit tests class namesDavid
2015-08-09Removed redundand Prado::using statementsDavid
2015-07-11Added missing use statements in frameworkDavid
2015-01-25More namespace changesFabio Bas
Changed version to 3.2.99; Attempt at fixing autoloading fixed enough namespaces to have some demos running
2015-01-22Apply namespaces to class inheritances (pt1)Fabio Bas
2015-01-21Add namespaces: Caching, Collections, DataFabio Bas
2015-01-20One class per file: framework/Data (continue)Fabio Bas
2015-01-20One class per file: framework/DataFabio 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-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-22merged r3261, r3262 to trunk/ctrlaltca
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
2012-05-29committed patch for #407ctrlaltca
2012-02-14further SqlMap optimizations; refs #337ctrlaltca@gmail.com
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-05-25fixed last blocking error related to the build script. it completes ↵ctrlaltca@gmail.com
successfully now
2011-04-28fixed #230rojaro
2010-10-06fixed #294rojaro
2010-07-21fixed #274rojaro
2010-04-18Ensured parent::__construct calls within Datajavalizard
2010-02-21Merged latest changes into trunk (except r2773)godzilla80@gmx.net
/branches/3.1:r2765,2770-2771,2774,2776-2778
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2009-06-07Fixed Issue #168 - TSqlMapXmlConfiguration: CacheModel properties are not setgodzilla80@gmx.net
2009-05-23Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normalgodzilla80@gmx.net
2009-05-01Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix ↵godzilla80@gmx.net
sqlmap doc - property "name" instead of "key"
2009-05-01Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __getgodzilla80@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 ↵godzilla80@gmx.net
(sqlmap.pdf) - valid attributes are duration in sec or seconds, minutes, hours, days
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 ↵godzilla80@gmx.net
connection to cached TSqlMapManager to avoid loosing active transaction
2008-12-03Fixed Issue#79christophe.boulain
2008-11-07 Issue#59 - TPropertyAccess::has()carlgmathisen
2008-10-21removed all trailing ?>qiang.xue
2008-10-17Minor fix for Ticket #882mikl
2008-10-16Fixed #882 (Escaping # and $ in SqlMap)mikl
2008-08-05fixed #851knut
2008-07-31Fixed #893: Added page parameter to queryForPagedList()mikl
2008-07-30updated copyrightknut
2008-07-30fixed #890knut
2008-02-26Previous change won't worktof