- a0da0b2 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- ed74082 Fix PDO's _version() method where it used to return client version instead of the server one by Andrey Andreev · 13 years ago
- 67f71a4 Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries) by Andrey Andreev · 13 years ago
- 850f601 Fix issue #611 (SQLSRV _error_message() and _error_number() warnings) by Andrey Andreev · 13 years ago
- 6ca407e Fix issue #153 (E_NOTICE generated by getimagesize()) by Andrey Andreev · 13 years ago
- ef795ac Fix issue #129 (ODBC num_rows() returning -1 in some cases) by Andrey Andreev · 13 years ago
- 41e46a9 Fix issue #81 (ODBC list_fields(), field_data()) by Andrey Andreev · 13 years ago
- c2905f5 Fix an Oracle escape_str() bug (#68, #414) by Andrey Andreev · 13 years ago
- 59c5b53 Some other minor improvements to the Email library by Andrey Andreev · 13 years ago
- 7842b1b Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- 76f15c9 Switch ANDs to &&, || to OR in the Email class by Andrey Andreev · 13 years ago
- 081c946 Remove access lines and fix method description blocks in the Email class by Andrey Andreev · 13 years ago
- 5081409 Switch private properties in the Email class to protected by Andrey Andreev · 13 years ago
- 9a96082 Fix 'skip' section of limit clause by Timothy Warren · 13 years ago
- db0c062 Change end() usage due to E_STRICT messages by Andrey Andreev · 13 years ago
- 56784f6 Finally figured out limit statement by Timothy Warren · 13 years ago
- b578326 removed double slash by Michiel Vugteveen · 13 years ago
- 7980923 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- 5040607 Merge upstream branch by Andrey Andreev · 13 years ago
- 002b4be Improved plural() and singular(). by Phil Sturgeon · 13 years ago
- b38c5dd Add an optional set_mime parameter to force_download() by Andrey Andreev · 13 years ago
- 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
- 249842f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- 0adff1b Replace AND with && by Andrey Andreev · 13 years ago
- 46ac881 Fix issue #177 by Andrey Andreev · 13 years ago
- 2d87f84 Merge upstream by Timothy Warren · 13 years ago
- b7b4396 Just some style changes and removed a useless check by Andrey Andreev · 13 years ago
- 5148029 Merge pull request #1069 from narfbg/develop-db-select by Andrey Andreev · 13 years ago
- 024ba2d Update database property when switching to a new one by Andrey Andreev · 13 years ago
- 03f8ec0 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- 82e8ac1 Fix issue 1070 by Andrey Andreev · 13 years ago
- ab189e1 Close services after using them, added dbutil->backup() method by Timothy Warren · 13 years ago
- 11454e0 Add an optional database name parameter to db_select() by Andrey Andreev · 13 years ago
- 125fe73 More formatting fixes by Timothy Warren · 13 years ago
- 2062a86 Made tranaaction functions return their actual value by Timothy Warren · 13 years ago
- dd044b3 More style fixes, replaced _protect_identifiers with protect_identifiers in db_forge by Timothy Warren · 13 years ago
- 41a439b Minor formatting fixes by Timothy Warren · 13 years ago
- 2da66ed Fix counting issue, minor formatting by Timothy Warren · 13 years ago
- 9556214 Set protected visibility on applicable functions/properties by Timothy Warren · 13 years ago
- 51ed4ed Convert result_array to result_object instead of re-fetching by Timothy Warren · 13 years ago
- fed2d1d Revert previous commit by Timothy Warren · 13 years ago
- 934e853 Revert "Fix previous commit" by Timothy Warren · 13 years ago
- 07b660b Fixed insert_id possibly returning 0 by Timothy Warren · 13 years ago
- 53d109d Fix previous commit by Timothy Warren · 13 years ago
- fa84d61 Fixed result array fetching by Timothy Warren · 13 years ago
- 53e24f0 Properly escape generator name by Timothy Warren · 13 years ago
- 0dcfd77 Automatic retreival of blob fields by Timothy Warren · 13 years ago
- c2b712e implemented create_database, misc cleanup by Timothy Warren · 13 years ago
- 7d42eb3 More general fix for num_rows by Timothy Warren · 13 years ago
- 3a4cdc6 Workaround to fix method by Timothy Warren · 13 years ago
- 9fad90f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- 24dd2f9 Syntax error, causing MySQL utility could not used by Taufan Aditya · 13 years ago
- 287dd45 Fixed issue #960 by Marcos Garcia · 13 years ago
- 3c4281f Simplified hostname connection logic by Timothy Warren · 13 years ago
- 9fcb7b6 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird by Timothy Warren · 13 years ago
- e27216f Num rows fix by Timothy Warren · 13 years ago
- 817af19 narfbg suggested fixes by Timothy Warren · 13 years ago
- 827a92a Merge pull request #934 from wilburhimself/develop by Phil Sturgeon · 13 years ago
- b8b5202 Merge pull request #1046 from YorickPeterse/develop by Phil Sturgeon · 13 years ago
- 6e821ce Implemented insert_id() method by Timothy Warren · 13 years ago
- eb6dcf0 Implemented _list_columns() method by Timothy Warren · 13 years ago
- 6e09f23 Lowered the file permissions for file caches. by Yorick Peterse · 13 years ago
- 8be31a9 Limit clause fixes by Timothy Warren · 13 years ago
- 3d985a1 Syntax fixes by Timothy Warren · 13 years ago
- 498fa35 Minor codestyle fix by Timothy Warren · 13 years ago
- d19e47a Removed string case manipulation functions by Timothy Warren · 13 years ago
- 7221f94 Restored '@' characters by Timothy Warren · 13 years ago
- 2d6ae79 Various fixes by Timothy Warren · 13 years ago
- 4be822b Added public declarations by Timothy Warren · 13 years ago
- 76e0435 First iteration of interbase driver by Timothy Warren · 13 years ago
- c51816d Fix another issue by Andrey Andreev · 13 years ago
- 93cac5c Fix issue #1039 by Andrey Andreev · 13 years ago
- e35d694 Merge pull request #921 from narfbg/develop-image-lib by Phil Sturgeon · 13 years ago
- f452469 Added missing space by Timothy Warren · 13 years ago
- 25dc755 Re-added if ! empty clause by Timothy Warren · 13 years ago
- 928d83c Refixed Old-style pdo connection string by Timothy Warren · 13 years ago
- 5dcdbc3 Semicolon automatically added if not exists after hostname, if only database was not empty by Taufan Aditya · 13 years ago
- 9c2947a Fixed rtrim issue in hostname fragment, for backward compability by Taufan Aditya · 13 years ago
- db60665 Merge pull request #757 from narfbg/2.1-stable by Phil Sturgeon · 13 years ago
- 7d7b304 Changed double quotes to single by Timothy Warren · 13 years ago
- 1c175c8 Fixed old-style pdo connection string by Timothy Warren · 13 years ago
- 6b7368f Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
- fdd6ad0 Grammar correction by Taufan Aditya · 13 years ago
- 55bb97e Typo by Taufan Aditya · 13 years ago
- 62b8cae Change PHP.net mirror to the main mirror by Taufan Aditya · 13 years ago
- 1820933 Fixed PDO by Taufan Aditya · 13 years ago
- 8d7fffc Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
- 773e117 Remove a few spaces by Andrey Andreev · 13 years ago
- 9448afb Fix CI_Input::is_ajax_request() by Andrey Andreev · 13 years ago
- d63e401 Adding in a few 503 status codes for common errors in response to this ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 by Kevin Cupp · 13 years ago
- 69ff798 Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
- 7ff563d Merge upstream by Andrey Andreev · 13 years ago
- 247e122 Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
- 0a9325c HTTPS detection fix by Ross Duggan · 13 years ago
- a3c5cfc Switch _process_fields() from private to protected by Andrey Andreev · 13 years ago
- f055fa9 Add PHP version check in db_pconnect() by Andrey Andreev · 13 years ago
- 1ff49e0 Improve the MySQLi database driver by Andrey Andreev · 13 years ago
- 2caf289 Improve the MySQL database driver by Andrey Andreev · 13 years ago
- 99015bc Merge pull request #842 from narfbg/develop-encrypt by Phil Sturgeon · 13 years ago
- f863a02 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago