summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Just a grammar fix. Changed "...as the code these file contain will be minimi...Brenderous1-1/+1
2012-03-03Replace usage of legacy alias pg_exec() in favor of pg_query() and improve Po...Andrey Andreev1-28/+10
2012-03-03Added _optimize_table() support for PostgreSQLAndrey Andreev3-26/+17
2012-03-03Add db_set_charset() support for PostgreSQL and change its implementation for...Andrey Andreev3-1/+15
2012-03-03Improve DB version() implementation and add pg_version() supportAndrey Andreev14-87/+111
2012-03-02Merge pull request #1107 from diogoosorio/developAndrey Andreev2-2/+6
2012-03-02Made the code more readable, updated the changelog.Diogo Osório2-1/+2
2012-03-02Merge pull request #1106 from timw4mail/developPhil Sturgeon2-1/+2
2012-03-02Updated changelogTimothy Warren1-0/+1
2012-03-02Removed db_set_charset() from Interbase driver (no longer needed)Andrey Andreev1-15/+0
2012-03-02#1080 - Check if the SMTP connection and authentication were successfull.Diogo Osório1-2/+5
2012-03-02Removed welcome_message view changesTimothy Warren1-2/+0
2012-03-02Limit db session select to single rowTimothy Warren1-1/+1
2012-03-02Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren1-29/+19
2012-03-02Replace Interbase _error_message(), _error_number() with the new error() methodAndrey Andreev1-29/+19
2012-03-02Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren38-937/+2130
2012-03-02Merge pull request #1067 from timw4mail/firebirdPhil Sturgeon9-5/+1319
2012-03-02Merge upstreamTimothy Warren21-317/+223
2012-03-02Replaced DB methods _error_message() and _error_number() with error() (issue ...Andrey Andreev13-205/+122
2012-03-02Added method visibility declarations to SQLite DB utility classAndrey Andreev1-26/+15
2012-03-02Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not ...Andrey Andreev2-47/+18
2012-03-02Fix issue #1101 (MySQL/MySQLi result field_data())Andrey Andreev3-22/+16
2012-03-02Merge pull request #1103 from IT-Can/error-array-565Andrey Andreev3-0/+24
2012-03-02updated error_array #565Michiel Vugteveen3-0/+24
2012-03-02Fix issue #803 (Profiler library didn't handle objects properly)Andrey Andreev2-7/+6
2012-03-01Remove a PHP_VERSION < 5 check (no longer needed)Andrey Andreev1-16/+6
2012-03-01Fix issue #413 (Oracle _error_message(), _error_number())Andrey Andreev2-10/+32
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren10-167/+24
2012-03-01Merge pull request #1083 from narfbg/develop-db-set-charsetAndrey Andreev10-139/+9
2012-03-01Merge upstream changesAndrey Andreev14-414/+494
2012-03-01Fixed a bug in CUBRID's affected_rows()Andrey Andreev2-5/+5
2012-03-01Fix a bug in PDO's insert_id() (PostgreSQL-specific)Andrey Andreev2-23/+10
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren8-143/+154
2012-03-01Fix PDO's _version() method where it used to return client version instead of...Andrey Andreev2-4/+4
2012-03-01Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries)Andrey Andreev2-9/+5
2012-03-01Fix issue #611 (SQLSRV _error_message() and _error_number() warnings)Andrey Andreev2-10/+28
2012-03-01Fix issue #153 (E_NOTICE generated by getimagesize())Andrey Andreev2-9/+8
2012-03-01Fix issue #129 (ODBC num_rows() returning -1 in some cases)Andrey Andreev2-4/+17
2012-03-01Fix issue #81 (ODBC list_fields(), field_data())Andrey Andreev2-20/+20
2012-03-01Fix an Oracle escape_str() bug (#68, #414)Andrey Andreev2-8/+7
2012-03-01Some other minor improvements to the Email libraryAndrey Andreev1-81/+67
2012-03-01Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren4-124/+67
2012-03-01Switch ANDs to &&, || to OR in the Email classAndrey Andreev1-14/+13
2012-03-01Remove access lines and fix method description blocks in the Email classAndrey Andreev1-84/+25
2012-03-01Switch private properties in the Email class to protectedAndrey Andreev1-24/+25
2012-03-01Fix 'skip' section of limit clauseTimothy Warren1-1/+1
2012-02-29Change end() usage due to E_STRICT messagesAndrey Andreev2-2/+4
2012-02-29Finally figured out limit statementTimothy Warren1-1/+25
2012-02-29Merge pull request #1093 from IT-Can/upload-double-slash-fixAndrey Andreev1-1/+1
2012-02-29removed changelogMichiel Vugteveen1-1/+0