Age | Commit message (Expand) | Author | Files | Lines |
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it from... | Andrey Andreev | 1 | -7/+1 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 1 | -1/+1 |
2012-05-26 | Move count_all() from the drivers to CI_DB_driver | Andrey Andreev | 1 | -29/+0 |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default _... | Andrey Andreev | 1 | -3/+2 |
2012-04-26 | A couple more documentation updates | Jamie Rumbelow | 1 | -1/+1 |
2012-04-09 | Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a... | Andrey Andreev | 1 | -1/+2 |
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 1 | -14/+6 |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 1 | -4/+10 |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d... | Andrey Andreev | 1 | -32/+0 |
2012-04-05 | Added a default _truncate() method to CI_DB_active_record | Andrey Andreev | 1 | -3/+4 |
2012-04-05 | Replaced driver instances of _insert() with one in CI_DB_active_record | Andrey Andreev | 1 | -17/+0 |
2012-03-28 | Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha... | Andrey Andreev | 1 | -13/+0 |
2012-03-23 | Add dummy method reconnect() method to CI_DB_driver and remove it from driver... | Andrey Andreev | 1 | -15/+0 |
2012-03-20 | Some small improvements to CI_DB_interbase_result | Andrey Andreev | 1 | -1/+1 |
2012-03-20 | Some small improvements to CI_DB_interbase_driver | Andrey Andreev | 1 | -96/+49 |
2012-03-20 | Remove extraneous newlines | Timothy Warren | 1 | -1/+1 |
2012-03-19 | Removed pointless _prep_sql methods | Timothy Warren | 1 | -16/+0 |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -2/+1 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-03-06 | Resolve _protect_identifiers()/protect_identifiers() usage issues | Andrey Andreev | 1 | -2/+1 |
2012-03-03 | Improve DB version() implementation and add pg_version() support | Andrey Andreev | 1 | -5/+10 |
2012-03-02 | Removed db_set_charset() from Interbase driver (no longer needed) | Andrey Andreev | 1 | -15/+0 |
2012-03-02 | Replace Interbase _error_message(), _error_number() with the new error() method | Andrey Andreev | 1 | -29/+19 |
2012-03-01 | Fix 'skip' section of limit clause | Timothy Warren | 1 | -1/+1 |
2012-02-29 | Finally figured out limit statement | Timothy Warren | 1 | -1/+25 |
2012-02-22 | Close services after using them, added dbutil->backup() method | Timothy Warren | 1 | -0/+3 |
2012-02-21 | More formatting fixes | Timothy Warren | 1 | -2/+2 |
2012-02-21 | Made tranaaction functions return their actual value | Timothy Warren | 1 | -6/+2 |
2012-02-20 | Set protected visibility on applicable functions/properties | Timothy Warren | 1 | -23/+21 |
2012-02-20 | Revert previous commit | Timothy Warren | 1 | -5/+1 |
2012-02-20 | Fixed insert_id possibly returning 0 | Timothy Warren | 1 | -1/+6 |
2012-02-20 | Properly escape generator name | Timothy Warren | 1 | -1/+1 |
2012-02-17 | implemented create_database, misc cleanup | Timothy Warren | 1 | -11/+6 |
2012-02-17 | More general fix for num_rows | Timothy Warren | 1 | -53/+0 |
2012-02-17 | Workaround to fix method | Timothy Warren | 1 | -0/+53 |
2012-02-17 | Simplified hostname connection logic | Timothy Warren | 1 | -13/+2 |
2012-02-16 | narfbg suggested fixes | Timothy Warren | 1 | -63/+23 |
2012-02-16 | Implemented insert_id() method | Timothy Warren | 1 | -3/+4 |
2012-02-15 | Implemented _list_columns() method | Timothy Warren | 1 | -2/+11 |
2012-02-15 | Limit clause fixes | Timothy Warren | 1 | -5/+7 |
2012-02-15 | Syntax fixes | Timothy Warren | 1 | -15/+12 |
2012-02-15 | Minor codestyle fix | Timothy Warren | 1 | -2/+0 |
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 | 1 | -31/+31 |
2012-02-14 | First iteration of interbase driver | Timothy Warren | 1 | -0/+676 |