Age | Commit message (Collapse) | Author |
|
|
|
|
|
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()
|
|
|
|
|
|
sqlmap doc - property "name" instead of "key"
|
|
|
|
|
|
(sqlmap.pdf) - valid attributes are duration in sec or seconds, minutes, hours, days
|
|
|
|
|
|
|
|
connection to cached TSqlMapManager to avoid loosing active transaction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for sqlmap.
|
|
|
|
|