summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-06-13Revert a preg_replace()Andrey Andreev1-1/+1
2012-06-13Switch strstr() argumentsAndrey Andreev1-1/+1
2012-06-13Fixed conflicts between git flow 2.1.1 and non-flow 2.1.1Phil Sturgeon4-4/+4
2012-06-13Revert from() alias escaping fix - it was breaking more stuffAndrey Andreev1-5/+3
2012-06-11Fixed conflictsPhil Sturgeon4-25/+51
2012-05-27Fix an erroneus method nameAndrey Andreev1-1/+1
2012-05-24Fix issue #1387Andrey Andreev2-12/+14
2012-05-23Added ability to _like paramater side to use 'none', in case one wants to que...Nithin1-2/+6
2012-05-19Fix a issue with CI_DB_pdo_result::num_rows()Rogerio Prado de Jesus1-1/+12
2012-05-19Fix a issue with affect_rows in CI_DB_pdo_driver::_execute()Rogerio Prado de Jesus1-2/+11
2012-05-19Fix issue #726Andrey Andreev1-8/+8
2012-05-17Added upgrade for 2.1.1 and updated version.Phil Sturgeon4-4/+4
2012-03-01compile binds before caching the query, otherwise the cached query will never...Ryan Dial1-6/+6
2011-12-26Merge pull request #709 from tubalmartin/2.1-stablePhil Sturgeon1-0/+14
2011-12-01This fixes issue #725Repox1-2/+8
2011-11-24Added dummy _reset_select() method to CI_DB_Driver class to allow Active Reco...Túbal Martín1-0/+14
2011-11-22Readded PDO drivers.Phil Sturgeon5-15/+565
2011-11-08Added ->db->replace() for MySQLi.Phil Sturgeon1-0/+19
2011-10-31Misc formatting fixesTimothy Warren1-7/+8
2011-10-31Set charset in DSN if PHP >= 5.3.6Timothy Warren1-1/+7
2011-10-31Changed mysql charset to PDO optionTimothy Warren1-4/+7
2011-10-27Fixed issue #150 correctly.Phil Sturgeon2-6/+6
2011-10-27Fixed issue #150 (for mysql and mysqli), now returns the actual column length.danmontgomery4-15/+25
2011-10-27Fixed a bug (#200) where MySQL queries would be malformed after calling db->c...Greg Aker9-0/+9
2011-10-27Fixed LIKE statement escaping issuesTimothy Warren1-12/+13
2011-10-27Some public and protected method declarationsAndrey Andreev3-59/+59
2011-10-27Remove another 2 old commentsAndrey Andreev1-3/+1
2011-10-27Cleanup and migrate oci8_driver and oci8_result from deprecated PHP4 to PHP5 ...Andrey Andreev2-118/+120
2011-10-27Converted database constructors to PHP5 typeTimothy Warren5-7/+7
2011-10-27if statment code style updateTimothy Warren1-0/+792
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon1-1/+3
2011-08-15Merge pull request #52 from waldmeister/developPhil Sturgeon1-1/+3
2011-08-15Added some docs to CI core filesDavid Behler1-1/+3
2011-08-14Fixed conflict.Phil Sturgeon1-1/+1
2011-08-14Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyph...Phil Sturgeon1-1/+1
2011-08-13Merged my GitHub mirror.Phil Sturgeon6-1/+1400
2011-08-12Merging - fingers crossedPascal Kriete5-173/+151
2011-08-11Added back /application/* files (removed in previous commit accidently). Corr...Esen Sagynov4-59/+81
2011-08-10Typecast limit and offset in the Database Driver to integers. Fixes https://b...Phil Sturgeon1-2/+2
2011-08-10Fixed typo in ActiveRecord.Phil Sturgeon1-1/+1
2011-08-10Added field name wrappers (") in insert/update/replace/_process_fields/_creat...Esen Sagynov2-6/+6
2011-08-10Added CUBRID Database DriverEsen Sagynov6-1/+1378
2011-08-10Fixed a bug where using this->db->select_max(), this->db->select_min(), etc c...Phil Sturgeon1-1/+2
2011-08-09Merge pull request #29 from darkhouse/developPhil Sturgeon2-4/+12
2011-07-23Fixed having method to insert quotes.Adam Jackett1-1/+1
2011-07-23Fixed mysql and mysqli drivers to set NOT NULL as default for creating fields...Adam Jackett2-4/+12
2011-07-16Fixed missing table prefixes in Database Forge Class rename_table() methodZac Wasielewski1-1/+1
2011-07-15... set_dbprefix(). Programatically set the prefix, great for multi-site syst...Phil Sturgeon1-0/+15
2011-07-15Was working on this file so PHP5ified the method visibility scopes. Pointless...Phil Sturgeon1-154/+106
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones5-67/+96