summaryrefslogtreecommitdiffstats
path: root/system/database/DB.php
AgeCommit message (Collapse)AuthorFilesLines
2012-07-05Merge upstream branchAndrey Andreev1-2/+17
2012-07-05Move _insert() and _update() defaults from Query Builder to DB_driver so ↵Andrey Andreev1-4/+7
that they're available for use by insert_string() and update_string() at all times
2012-07-05code cleanup and changelog addedRene Brokholm1-13/+13
2012-07-05I added so the DB.php is aware of database config files in packages.Rene Brokholm1-1/+16
This way if a package is containing a database.php file in its config folder this will be parset alongside the aplication/config/database.php file.
2012-06-25Some fixesAndrey Andreev1-2/+2
2012-06-23Fix the subdriver checkAndrey Andreev1-1/+1
2012-06-23Alter DB() to check if a subdriver is availableAndrey Andreev1-1/+17
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so ↵Andrey Andreev1-0/+0
that they don't differ from the rest
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev1-2/+2
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-5/+5
2012-05-24Add backwards compatibility work-around for the configuration settingAndrey Andreev1-0/+7
2012-05-24Remove the DB destructor (db->close())Andrey Andreev1-1/+1
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-20/+21
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-03-30Multi database setupTaufan Aditya1-7/+3
2012-03-28Travis setup and minor cleanupTaufan Aditya1-1/+6
2012-03-26Rename a variable and style fixes in system/database/DB.phpAndrey Andreev1-12/+12
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-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-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-9/+9
2012-02-09Fixed PDOTaufan Aditya1-0/+1
2012-01-08Improve database classesAndrey Andreev1-34/+20
2012-01-05Merge pull request #839 from GDmac/developGreg Aker1-2/+2
No need for eval to extend a class
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-26No need for eval to extend a classGDmac1-2/+2
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-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
2011-08-15Added some docs to CI core filesDavid Behler1-1/+3
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-8/+8
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-8/+8
2011-04-19Removing internal references to the EXT constant. Additionally, marked the ↵Greg Aker1-6/+6
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
2011-04-06Made Environment Support optional. Comment out or delete the constant to ↵Phil Sturgeon1-9/+4
stop environment checks.
2011-02-14Whitespace cleanup in db classesPascal Kriete1-1/+1
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon1-1/+1
2011-01-16Changed loading process for database config to check for config for the set ↵joelcox1-1/+15
environment first.
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Removing instantiate_class(), which was needed to make php 4 and 5.3 play ↵Pascal Kriete1-1/+1
together nicely. Removed all instantiations by reference.
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-23/+23
2010-03-03added stricton db config item to force strict mode - good for ensuring ↵Derek Jones1-0/+5
strict sql during development
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-12-05fixed bug where active record override wasn't being honored properlyDerek Jones1-3/+3
2009-07-29PHP 5.3.0 compatibility changesDerek Jones1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-145/+145
2008-09-30Removed some spacesRick Ellis1-3/+3
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-22fixed a missing semi colonDerek Allard1-1/+2
2008-08-21whitespace fixesDerek Allard1-2/+1
a minor re-ordering of the changelog
2008-05-14fixed bug #3419 where the 'database' setting for DSN connections was using ↵Derek Jones1-2/+23
the host portion of the URL instead of the path. Added ability to set other db config values in DSN connections via query string
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-9/+9
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1