summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Remove extraneous newlinesTimothy Warren2-2/+2
2012-03-20Revert "PDO driver access modifiers"Timothy Warren3-63/+98
2012-03-20Revert "Fixed visibility declarations on dbforge and utility classes"Timothy Warren2-11/+17
2012-03-19Fixed visibility declarations on dbforge and utility classesTimothy Warren2-17/+11
2012-03-19PDO driver access modifiersTimothy Warren3-98/+63
2012-03-18Merge pull request #1060 from toopay/pdo_metaAndrey Andreev2-2/+62
2012-03-17Remove type castingTaufan Aditya1-1/+1
2012-03-16Spacing and replace array_key_existsTaufan Aditya1-2/+2
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-13/+10
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon4-4/+4
2012-03-06Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it...Andrey Andreev1-2/+1
2012-03-06Resolve _protect_identifiers()/protect_identifiers() usage issuesAndrey Andreev2-11/+9
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev1-4/+6
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev1-17/+18
2012-03-01Merge upstream changesAndrey Andreev1-26/+11
2012-03-01Fix a bug in PDO's insert_id() (PostgreSQL-specific)Andrey Andreev1-23/+9
2012-03-01Fix PDO's _version() method where it used to return client version instead of...Andrey Andreev1-4/+3
2012-02-27Fixed a db_set_charset() bugAndrey Andreev1-16/+1
2012-02-18Fixed meta table method(s) for PDOTaufan Aditya2-2/+62
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
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 Aditya3-79/+272
2012-01-02Updating copyright date to 2012Greg Aker4-4/+4
2011-12-08Exception for sqlitetoopay1-1/+4
2011-11-28Fixed sytax error in pdo driverTimothy Warren1-4/+0
2011-11-22Merge master (2.1.0) and fixed conflicts.Phil Sturgeon1-0/+4
2011-11-22Readded PDO drivers.Phil Sturgeon5-15/+565
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 LIKE statement escaping issuesTimothy Warren1-12/+13
2011-10-27if statment code style updateTimothy Warren1-0/+792
2011-10-26Misc formatting fixesTimothy Warren1-6/+7
2011-10-26Set charset in DSN if PHP >= 5.3.6Timothy Warren1-0/+6
2011-10-25Changed mysql charset to PDO optionTimothy Warren1-6/+6
2011-10-21Minor format fixTimothy Warren1-2/+0
2011-10-21Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren3-12/+48
2011-10-21Fix mysql charset bugTimothy Warren1-4/+22
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones4-16/+64
2011-10-07if statment code style updateTimothy Warren1-6/+6
2011-10-07Added check for quote markTimothy Warren1-2/+5
2011-10-07Revert "Added check for quote mark"Timothy Warren1-5/+21