summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
AgeCommit message (Expand)AuthorFilesLines
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-05Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_...Andrey Andreev1-20/+2
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-47/+43
2012-03-04Merged conflicts.Phil Sturgeon1-7/+7
2012-03-03Added _optimize_table() support for PostgreSQLAndrey Andreev1-1/+1
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-21/+25
2012-03-02Merge upstreamTimothy Warren1-12/+10
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev1-12/+10
2012-03-01compile binds before caching the query, otherwise the cached query will never...Ryan Dial1-6/+6
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-6/+5
2012-03-01Merge upstream changesAndrey Andreev1-8/+19
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-8/+3
2012-03-01Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries)Andrey Andreev1-9/+4
2012-02-29Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-0/+16
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon1-1/+17
2012-02-27Fixed a db_set_charset() bugAndrey Andreev1-6/+5
2012-02-22Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren1-24/+10
2012-02-22Fix issue 1070Andrey Andreev1-24/+10
2012-02-16narfbg suggested fixesTimothy Warren1-1/+1
2012-02-09Fixed PDOTaufan Aditya1-14/+13
2012-01-27Improve the MySQLi database driverAndrey Andreev1-1/+1
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-26Merge pull request #709 from tubalmartin/2.1-stablePhil Sturgeon1-0/+14
2011-12-01This fixes issue #725Repox1-2/+8
2011-12-01This fixes issue #725Repox1-1/+8
2011-11-29The DB_driver can now use failover databases if specifiedFelix Balfoort1-5/+32
2011-11-24Added dummy _reset_select() method to CI_DB_Driver class to allow Active Reco...Túbal Martín1-0/+14
2011-11-22Updated trans_start() and trans_complete() so that _trans_depth increments co...Jacob Terry1-0/+5
2011-10-27Converted database constructors to PHP5 typeTimothy Warren1-2/+2
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-10-10Converted database constructors to PHP5 typeTimothy Warren1-1/+1
2011-09-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren1-2/+3
2011-09-24Skip is_array() checkAndrey Andreev1-1/+1
2011-09-24Fix a variable type mismatch (issue #89) in system/database/DB_driver.phpAndrey Andreev1-1/+1
2011-09-24Escape WHERE clause field names in the DB update_string() methodAndrey Andreev1-1/+2
2011-09-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren1-8/+11
2011-08-30Fixed issue #105 SQL log errorsNiklas Nilsson1-8/+11
2011-08-24Updated version function to use PDO constantTimothy Warren1-1/+1
2011-08-10Added CUBRID Database DriverEsen Sagynov1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-17/+17
2011-04-25Fixed double-space typo.Razican1-17/+17
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-3/+3
2011-02-14Whitespace cleanup in db classesPascal Kriete1-6/+6
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-166/+166
2010-08-25Modified the database driver's display_error() method to show the filename an...Pascal Kriete1-0/+18
2010-03-03whitespace and changes to load_class() to use coreDerek Jones1-9/+9
2010-01-26Fixing bug in DB Driver where identifiers could be escaped in some drivers th...Greg Aker1-1/+1
2010-01-05updated copyrightsDerek Jones1-1/+1