Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-11 | Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRV | Andrey Andreev | 1 | -3/+22 | |
2012-06-10 | Fix issue #1452 | Andrey Andreev | 1 | -1/+1 | |
2012-06-08 | Update OFFSET implementation for SQL Server 2012 | Andrey Andreev | 1 | -6/+3 | |
2012-06-08 | Add OFFSET support for SQL Server 2012 | Andrey Andreev | 1 | -0/+6 | |
2012-06-08 | Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection ↵ | Andrey Andreev | 1 | -2/+13 | |
(issue #706) | |||||
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it ↵ | Andrey Andreev | 1 | -6/+1 | |
from most of the drivers | |||||
2012-06-07 | Merge upstream branch | Andrey Andreev | 1 | -39/+7 | |
2012-05-26 | Move count_all() from the drivers to CI_DB_driver | Andrey Andreev | 1 | -29/+0 | |
2012-05-24 | Fix issue #319 | Andrey Andreev | 1 | -6/+4 | |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default ↵ | Andrey Andreev | 1 | -4/+3 | |
_close() method in CI_DB_driver + some changelog fixes | |||||
2012-04-27 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlsrv | Andrey Andreev | 1 | -3/+3 | |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -202/+102 | |
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst | |||||
2012-04-24 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | st2 | 1 | -1/+1 | |
2012-04-09 | Merge upstream branch | Andrey Andreev | 1 | -6/+24 | |
2012-04-09 | Fix AR delete() for MSSQL and SQLSRV | Andrey Andreev | 1 | -2/+12 | |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 1 | -5/+13 | |
2012-04-06 | Merge upstream branch | Andrey Andreev | 1 | -35/+4 | |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵ | Andrey Andreev | 1 | -15/+0 | |
CI_DB_driver | |||||
2012-04-05 | Fixed MSSQL and SQLSrv truncate() | Andrey Andreev | 1 | -0/+18 | |
2012-04-05 | Added a default _truncate() method to CI_DB_active_record | Andrey Andreev | 1 | -17/+0 | |
2012-04-05 | Replaced driver instances of _insert() with one in CI_DB_active_record | Andrey Andreev | 1 | -17/+0 | |
2012-03-28 | Merge upstream branch | Andrey Andreev | 1 | -15/+0 | |
2012-03-28 | Added random ordering support for MSSQL and SQLSRV drivers and removed an ↵ | Andrey Andreev | 1 | -23/+6 | |
unused method | |||||
2012-03-23 | Add dummy method reconnect() method to CI_DB_driver and remove it from ↵ | Andrey Andreev | 1 | -15/+0 | |
drivers that don't support it | |||||
2012-03-20 | Merge upstream branch | Andrey Andreev | 1 | -49/+23 | |
2012-03-20 | Visibility declarations and cleanup for CI_DB_sqlsrv_driver | Andrey Andreev | 1 | -121/+85 | |
2012-03-20 | Remove extraneous newlines | Timothy Warren | 1 | -3/+1 | |
2012-03-20 | Revert "Sqlsrv driver visibility declarations" | Timothy Warren | 1 | -42/+67 | |
This reverts commit b4172695910bf8c0c07933e9baf536d22c9e097a. | |||||
2012-03-19 | Sqlsrv driver visibility declarations | Timothy Warren | 1 | -67/+42 | |
2012-03-19 | Removed pointless _prep_sql methods | Timothy Warren | 1 | -17/+0 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-09 | Merge upstream branch | Andrey Andreev | 1 | -34/+36 | |
2012-03-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -42/+44 | |
Conflicts: system/database/DB_driver.php system/database/DB_query_builder.php | |||||
2012-03-03 | Improve DB version() implementation and add pg_version() support | Andrey Andreev | 1 | -8/+16 | |
2012-03-02 | Replaced DB methods _error_message() and _error_number() with error() (issue ↵ | Andrey Andreev | 1 | -27/+20 | |
#1097) | |||||
2012-03-01 | Merge upstream branch | Andrey Andreev | 1 | -15/+0 | |
2012-03-01 | Merge upstream changes | Andrey Andreev | 1 | -9/+26 | |
2012-03-01 | Merge upstream branch | Andrey Andreev | 1 | -12/+1 | |
2012-03-01 | Fix issue #611 (SQLSRV _error_message() and _error_number() warnings) | Andrey Andreev | 1 | -9/+26 | |
2012-02-28 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -5/+16 | |
2012-02-27 | Fixed a db_set_charset() bug | Andrey Andreev | 1 | -16/+0 | |
2012-02-24 | Merge upstream branch | Andrey Andreev | 1 | -3/+22 | |
2012-02-24 | Update database property when switching to a new one | Andrey Andreev | 1 | -1/+12 | |
2012-02-22 | Add an optional database name parameter to db_select() | Andrey Andreev | 1 | -5/+5 | |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -1/+1 | |
2012-01-26 | Another minor improvement and fix a possible false-positive | Andrey Andreev | 1 | -1/+1 | |
2012-01-26 | Improve the SQLSRV (MSSQL) database driver | Andrey Andreev | 1 | -164/+121 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-25 | Merge branch 'patch-4' of https://github.com/kylefarris/CodeIgniter into ↵ | Greg Aker | 1 | -1/+1 | |
kylefarris-patch-4 Conflicts: user_guide_src/source/changelog.rst | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change |