summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Merge remote-tracking branch 'upstream/develop' into develop-db-cubridAndrey Andreev1-1/+17
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon1-1/+17
2012-02-24Merge upstream branchAndrey Andreev4-14/+60
2012-02-24Merge pull request #1069 from narfbg/develop-db-selectAndrey Andreev4-14/+60
Add an optional database name parameter to db_select()
2012-02-24Update database property when switching to a new oneAndrey Andreev4-4/+48
2012-02-22Merge upstream branchAndrey Andreev2-25/+11
2012-02-22Fix issue 1070Andrey Andreev1-24/+10
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev4-14/+16
2012-02-17Syntax error, causing MySQL utility could not usedTaufan Aditya1-1/+1
2012-02-16Merge upstream branchAndrey Andreev2-10/+11
2012-02-16A change in the class descriptionsAndrey Andreev4-4/+4
2012-02-15Add improvements from @CUBRID's implementationAndrey Andreev4-78/+46
2012-02-14Fix another issueAndrey Andreev1-1/+1
2012-02-14Fix issue #1039Andrey Andreev2-9/+10
2012-02-14Replace a preg_match() with stripos()Andrey Andreev1-1/+1
2012-02-14Merge remote-tracking branch 'upstream/develop' into develop-db-cubridAndrey Andreev1-7/+12
2012-02-13Added missing spaceTimothy Warren1-1/+1
2012-02-13Re-added if ! empty clauseTimothy Warren1-1/+4
2012-02-13Refixed Old-style pdo connection stringTimothy Warren1-7/+6
2012-02-13Semicolon automatically added if not exists after hostname, if only database ↵Taufan Aditya1-2/+7
was not empty
2012-02-13Fix pconnect with DSNAndrey Andreev1-2/+3
2012-02-13Fix auto_commit initializationAndrey Andreev1-1/+4
2012-02-12Merge remote-tracking branch 'upstream/develop' into develop-db-cubridAndrey Andreev5-93/+290
2012-02-12Added CUBRID DSN string & persistent connections supportAndrey Andreev2-48/+60
2012-02-12Fixed rtrim issue in hostname fragment, for backward compabilityTaufan Aditya1-5/+3
2012-02-10Changed double quotes to singleTimothy Warren1-1/+1
2012-02-10Fixed old-style pdo connection stringTimothy Warren1-1/+5
2012-02-10Grammar correctionTaufan Aditya1-1/+1
2012-02-09TypoTaufan Aditya1-1/+1
2012-02-09Change PHP.net mirror to the main mirrorTaufan Aditya1-2/+2
2012-02-09Fixed PDOTaufan Aditya5-93/+286
2012-02-01Merge remote-tracking branch 'upstream/develop' into develop-db-cubridAndrey Andreev9-729/+400
2012-01-27Switch _process_fields() from private to protectedAndrey Andreev1-1/+1
2012-01-27Switch _process_fields() from private to protectedAndrey Andreev1-1/+1
2012-01-27Add PHP version check in db_pconnect()Andrey Andreev1-0/+6
2012-01-27Improve the MySQLi database driverAndrey Andreev5-354/+189
2012-01-26Improve the MySQL database driverAndrey Andreev4-375/+205
2012-01-26Call parent::__construct() in our constructorAndrey Andreev1-1/+3
2012-01-26Fix _limit()Andrey Andreev2-6/+6
2012-01-26Replace array_key_exists() with isset() and ! empty()Andrey Andreev1-8/+8
2012-01-26Improve the CUBRID database driverAndrey Andreev4-340/+183
2012-01-09Fix error undefined variable query on count_all_results db active recordPurwandi1-3/+2
2012-01-08Swap two vars for readabilityAndrey Andreev1-1/+1
2012-01-08Improve database classesAndrey Andreev6-573/+270
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 Aker47-47/+47
2011-12-31Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-72/+186
2011-12-31Added method chaining to DBForge.Phil Sturgeon1-28/+21
2011-12-28added query grouping to Active RecordWanWizard1-72/+186
this is a feature that has been lacking for a very long time. lots of people complained about it over the years, but it never got added so you'd have to resort to handcrafted queries when you needed this feature. This is a port of code from DataMapper, in use since CI 1.6.
2011-12-28Adding docblock to _process_fields() in the postgres dbforge file.Greg Aker1-0/+3