summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz10-6/+1175
2011-08-13Fixed mysql and mysqli drivers to set NOT NULL as default for creating fields...Adam Jackett2-4/+12
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones28-140/+140
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones28-140/+140
2011-06-15Merged Alex Bilbies MSSQL changes.philsturgeon28-143/+193
2011-04-27merging in changesGreg Aker28-141/+141
2011-04-27Added insert_batch() function to the PostgreSQL database driver. Thanks to e...Greg Aker1-0/+18
2011-04-25Fixed double-space typo.Razican28-140/+140
2011-04-23typo in modification to MySQLi driver. Fixes #236Derek Jones1-1/+1
2011-04-19modified MySQL and MySQLi drivers to address a potential SQL injection attack...Derek Jones2-2/+32
2011-04-10update to CI 2.0.2Florian Pritz8-36/+38
2011-04-02Fixed issue #153 Escape Str Bug in MSSQL driverPhil Sturgeon1-3/+5
2011-03-18UpdatesAlex Bilbie2-145/+81
2011-03-18Renamed some classes in the driverAlex Bilbie4-8/+8
2011-03-13Updated affected_rowsAlex Bilbie1-1/+1
2011-03-13Added flag to return dates as strings instead of PHP date objects. Updated db...Alex Bilbie1-3/+3
2011-03-10Think I've finished converting mssql commands to sqlsrv where appropriateAlex Bilbie2-11/+9
2011-03-10Added sqlsrv folder, added necessary files, started altering queries in sqlsr...Alex Bilbie5-0/+1179
2011-03-08Fixed bug in escaping underscores etc in MSSQL LIKE conditions.davidhart1-3/+3
2011-02-14Whitespace cleanup in db classesPascal Kriete7-21/+21
2011-02-14Uppercasing some stray lowercase keywords for code consistencyPascal Kriete2-7/+7
2011-02-09Reverted recent MySQL backtick escaping as some queries were double-escaping.Phil Sturgeon1-4/+4
2011-02-08MySQL Driver will now wrap field names for insert(), update() and replace() w...Phil Sturgeon1-8/+8
2011-01-28update to CI 2.0Florian Pritz36-988/+939
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-4/+19
2011-01-07Automated merge with http://hg.ellislab.com/CodeIgniter2Pascal Kriete28-43/+94
2011-01-07Adding batch insert and batch update to the mysqli driver.Pascal Kriete1-0/+69
2011-01-05Hey look, it's 2011Greg Aker28-28/+28
2011-01-05Use arrays in DBForge for constraint for things like decimal, float, numeric,...Phil Sturgeon1-4/+19
2010-12-21Fix #93 Updating postgres dbforge create table method. Thanks to James Giffor...Greg Aker1-15/+66
2010-12-07update to CI 1.7.3Florian Pritz28-28/+28
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker28-28/+28
2010-10-04Cleanup of stray spaces and tabsBarry Mieny25-639/+639
2010-08-06Removed deprecated _drop_database() and _create_database() functions from db ...Greg Aker7-267/+0
2010-04-15Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due...Greg Aker3-12/+3
2010-03-30fixed a fatal PHP error in SQLite Forge _create_table()Derek Jones1-1/+1
2010-03-03added batch insert/update and replace methods to MySQL driverDerek Jones1-0/+92
2010-02-06Initial commitFlorian Pritz36-0/+8989
2010-02-05display_error in driver needs no db referenceDerek Allard2-4/+4
2010-02-04fixing a series of errors in (ironically) error display in some database driversDerek Allard3-5/+5
2010-01-26Misspelled class property in db class. _like_escape_chr, not _like_escape_charGreg Aker5-5/+5
2010-01-26Fixing bug in DB Driver where identifiers could be escaped in some drivers th...Greg Aker2-2/+2
2010-01-05updated copyrightsDerek Jones28-28/+28
2009-08-17Modified MSSQL driver to use mssql_get_last_message() for error messages.Derek Allard1-2/+1
2009-04-22updated copyrights to 2009Derek Jones28-28/+28
2009-02-27added reconnect() method to db driversDerek Jones7-0/+121
2009-02-20updated _list_tables() in db drivers to escape the db prefix for LIKE wildcardsDerek Jones7-7/+7
2009-02-20added LIKE condition escaping to all drivers and Active RecordDerek Jones7-24/+186
2009-02-20$CI->_remove_invisible_characters($str);Derek Jones1-1/+1
2009-02-03DB count_all() not returns an integer alwaysDerek Allard7-37/+63