Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-26 | Support for all PRADO DB drivers! | Daniel | |
2014-08-21 | Fix #519 | Fabio Bas | |
(cherry picked from commit 3abca1f10ace63b2daa93870f17049c047b53abe) | |||
2014-08-21 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git (cherry picked from commit 3e9969766153839abfb7de59e0c778a604bfbf55) Conflicts: framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php | |||
2014-08-21 | Happy 2014! | Fabio Bas | |
(cherry picked from commit 7915cde127eba2a5143fd45c6b32e81ad91bdfae) Conflicts: framework/Data/Common/Mssql/TMssqlMetaData.php framework/Data/Common/Mysql/TMysqlMetaData.php framework/Data/Common/Oracle/TOracleMetaData.php framework/Data/Common/Pgsql/TPgsqlMetaData.php framework/Data/Common/Sqlite/TSqliteMetaData.php framework/Data/Common/TDbMetaData.php framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php framework/Wsat/TWsatARGenerator.php framework/Wsat/TWsatService.php framework/Wsat/pages/TWsatGenerateAR.php framework/Wsat/pages/TWsatHome.php framework/Wsat/pages/TWsatLogin.php framework/Wsat/pages/TWsatScaffolding.php | |||
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-07-12 | removed ?> from php files | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2011-11-12 | fix for #284 | ctrlaltca@gmail.com | |
2011-08-28 | Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData ↵ | GODZilla0480@gmail.com | |
& TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData] | |||
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2010-06-15 | Fixing #268 | rojaro | |
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2009-05-13 | Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws ↵ | godzilla80@gmx.net | |
TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view | |||
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-09-03 | Workaround for slow meta data retrieval in MySQL<5.1.21 | mikl | |
2008-07-30 | updated copyright | knut | |
2008-04-25 | Fix #839: Typo in TMysqlTableInfo | mikl | |
2007-06-15 | Fixed #650. | xue | |
2007-05-08 | Fixed sqlmap query with limit and offsets. | wei | |
2007-05-03 | Add northwind db demo. | wei | |
2007-04-22 | Typo in TAutoComplete | wei | |
2007-04-22 | Fixed mysql 4: Show create table problem. | wei | |
2007-04-22 | revert | wei | |
2007-04-22 | Minor change to Mysql metadata | wei | |
2007-04-22 | Minor change to Mysql metadata | wei | |
2007-04-22 | Update to Active Record to use Mysql 4. | wei | |
Add TActiveRecordRelation | |||
2007-04-20 | Can't use SHOW FULL TABLES for MySQl 5.0.0 or earlier. | wei | |
2007-04-16 | Updates to db stuff, removed js build from build.xml (no longer necessary) | wei | |
2007-04-14 | Refactor ActiveRecordGateway to use TDataGatewayCommand | wei | |
2007-04-12 | Add Sqlite driver. | wei | |
2007-04-12 | Refactor and add TTableGateway, System.Data.Common, System.Data.DataGateway | wei | |