summaryrefslogtreecommitdiffstats
path: root/system/database/DB_utility.php
AgeCommit message (Expand)AuthorFilesLines
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-10-12Optimize csv_from_result speed.Ahmad Anbar1-2/+3
2015-05-21Fix a bug in the CSV export DB utilityAndrey Andreev1-2/+2
2015-02-04Adjusted return type for CI_DB_utility::backup to suggestionsGabriel Potkány1-1/+1
2015-02-04Adjusted returns/return types to suggestionsGabriel Potkány1-2/+2
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-1/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-02-26More removal of error suppression usageAndrey Andreev1-2/+2
2014-02-112013 > 2014darwinel1-1/+1
2014-01-08Optimize get_instance() calls/assignmentsAndrey Andreev1-2/+1
2013-03-01Optimize changes from PR #2290Andrey Andreev1-4/+2
2013-02-28added spaces after the parameter separatorsMichelle Jones1-2/+2
2013-02-27Remove trailing delimiters from csv_from_resultMichelle Jones1-1/+3
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-20[ci skip] Minor style/spacing changes following PR #2087Andrey Andreev1-9/+9
2012-12-20fixes #2081 : change parameter/variable name to 'foreign_key_checks', update ...Andrew Podner1-8/+8
2012-12-19Resolves issue #2081 : provides an option to include statements to disable an...Andrew Podner1-1/+2
2012-11-24Bug fix - optimize_table() in DB utility classDimitar1-1/+1
2012-11-13Fix issue #1994Andrey Andreev1-2/+2
2012-11-06Fix a lang key typoAndrey Andreev1-5/+5
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev1-6/+5
2012-11-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev1-1/+1
2012-11-02[ci skip] DocBlocks for DB drivers' utility classesAndrey Andreev1-3/+10
2012-11-02DocBlocks for base DB classesAndrey Andreev1-14/+30
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-0/+6
2012-06-11Fix issue #1264Andrey Andreev1-7/+6
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-2/+2
2012-05-24Added update_batch() support for PostgreSQL (issue #356)Andrey Andreev1-2/+2
2012-04-09DB Utility improvementsAndrey Andreev1-60/+60
2012-03-20Remove extraneous newlinesTimothy Warren1-1/+1
2012-03-19Made the rest of the db classes abstract \nTimothy Warren1-1/+1
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-08Improve database classesAndrey Andreev1-99/+60
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-5/+17
2011-10-10Converted database constructors to PHP5 typeTimothy Warren1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-3/+3
2011-04-25Fixed double-space typo.Razican1-3/+3
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-42/+42
2010-02-04database_exists extension to allow for databases without list_databases() fun...Derek Allard1-2/+13