Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-20 | Set protected visibility on applicable functions/properties | Timothy Warren | 3 | -32/+30 | |
2012-02-20 | Convert result_array to result_object instead of re-fetching | Timothy Warren | 1 | -1/+26 | |
2012-02-20 | Revert previous commit | Timothy Warren | 1 | -5/+1 | |
2012-02-20 | Revert "Fix previous commit" | Timothy Warren | 1 | -5/+1 | |
This reverts commit 53d109dbd831506c4b9ca77f10bc1b2dba9c28d5. | |||||
2012-02-20 | Fixed insert_id possibly returning 0 | Timothy Warren | 1 | -1/+6 | |
2012-02-20 | Fix previous commit | Timothy Warren | 1 | -1/+5 | |
2012-02-20 | Fixed result array fetching | Timothy Warren | 1 | -1/+9 | |
2012-02-20 | Properly escape generator name | Timothy Warren | 1 | -1/+1 | |
2012-02-17 | Automatic retreival of blob fields | Timothy Warren | 1 | -2/+2 | |
2012-02-17 | implemented create_database, misc cleanup | Timothy Warren | 2 | -21/+16 | |
2012-02-17 | More general fix for num_rows | Timothy Warren | 2 | -54/+4 | |
2012-02-17 | Workaround to fix method | Timothy Warren | 2 | -0/+115 | |
2012-02-17 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird | Timothy Warren | 2 | -8/+1 | |
2012-02-17 | Merge pull request #1051 from toopay/mysql_util | Phil Sturgeon | 1 | -1/+1 | |
Syntax error, causing MySQL utility could not be used | |||||
2012-02-17 | Syntax error, causing MySQL utility could not used | Taufan Aditya | 1 | -1/+1 | |
2012-02-17 | Merge pull request #1050 from marcosgdf/develop | Phil Sturgeon | 1 | -7/+0 | |
Can you add this to the changelog please? | |||||
2012-02-17 | Fixed issue #960 | Marcos Garcia | 1 | -7/+0 | |
2012-02-17 | Simplified hostname connection logic | Timothy Warren | 1 | -13/+2 | |
2012-02-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird | Timothy Warren | 5 | -12/+14 | |
2012-02-16 | Num rows fix | Timothy Warren | 1 | -1/+10 | |
2012-02-16 | narfbg suggested fixes | Timothy Warren | 5 | -106/+44 | |
2012-02-16 | Merge pull request #934 from wilburhimself/develop | Phil Sturgeon | 1 | -1/+1 | |
Fixed error in inflector_helper.php in the singular function. | |||||
2012-02-16 | Merge pull request #1046 from YorickPeterse/develop | Phil Sturgeon | 1 | -1/+1 | |
Lowered the file permissions for file caches. | |||||
2012-02-16 | Merge pull request #1040 from narfbg/develop-issue-1039 | Phil Sturgeon | 3 | -10/+12 | |
Fix issue #1039 | |||||
2012-02-16 | Implemented insert_id() method | Timothy Warren | 2 | -6/+7 | |
2012-02-15 | Implemented _list_columns() method | Timothy Warren | 1 | -2/+11 | |
2012-02-15 | Lowered the file permissions for file caches. | Yorick Peterse | 1 | -1/+1 | |
See #1045 for more information. Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com> | |||||
2012-02-15 | Limit clause fixes | Timothy Warren | 2 | -7/+8 | |
2012-02-15 | Syntax fixes | Timothy Warren | 2 | -26/+14 | |
2012-02-15 | Minor codestyle fix | Timothy Warren | 2 | -2/+1 | |
2012-02-15 | Removed string case manipulation functions | Timothy Warren | 1 | -11/+7 | |
2012-02-14 | Restored '@' characters | Timothy Warren | 1 | -110/+108 | |
2012-02-14 | Various fixes | Timothy Warren | 1 | -111/+115 | |
2012-02-14 | Added public declarations | Timothy Warren | 4 | -49/+49 | |
2012-02-14 | First iteration of interbase driver | Timothy Warren | 6 | -0/+1247 | |
2012-02-14 | Fix another issue | Andrey Andreev | 1 | -1/+1 | |
2012-02-14 | Fix issue #1039 | Andrey Andreev | 3 | -9/+11 | |
2012-02-13 | Merge pull request #921 from narfbg/develop-image-lib | Phil Sturgeon | 2 | -249/+189 | |
Image_lib::image_reproportion() to not need both width and height | |||||
2012-02-13 | Merge pull request #1037 from timw4mail/develop | Phil Sturgeon | 1 | -4/+6 | |
Refixed Old-style pdo connection string | |||||
2012-02-13 | Added missing space | Timothy Warren | 1 | -1/+1 | |
2012-02-13 | Re-added if ! empty clause | Timothy Warren | 1 | -1/+4 | |
2012-02-13 | Refixed Old-style pdo connection string | Timothy Warren | 1 | -7/+6 | |
2012-02-13 | Merge pull request #1034 from toopay/pdo_old_hostname | Phil Sturgeon | 1 | -5/+8 | |
Fixed rtrim issue in hostname fragment, for backward compability | |||||
2012-02-13 | Semicolon automatically added if not exists after hostname, if only database ↵ | Taufan Aditya | 1 | -2/+7 | |
was not empty | |||||
2012-02-13 | Fix a changelog entry | Andrey Andreev | 1 | -1/+1 | |
2012-02-12 | Fixed rtrim issue in hostname fragment, for backward compability | Taufan Aditya | 1 | -5/+3 | |
2012-02-12 | Merge pull request #1026 from timw4mail/develop | Phil Sturgeon | 1 | -1/+5 | |
Fixed old-style pdo connection string | |||||
2012-02-10 | Changed double quotes to single | Timothy Warren | 1 | -1/+1 | |
2012-02-10 | Fixed old-style pdo connection string | Timothy Warren | 1 | -1/+5 | |
2012-02-10 | Merge remote-tracking branch 'upstream/develop' into develop-image-lib | Andrey Andreev | 9 | -95/+296 | |