1. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  2. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  3. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  4. 0f13a13 added SET to the list of write type queries by Derek Jones · 17 years ago
  5. d007243 flipped the $not flag for or_where_not_in() by Derek Jones · 17 years ago
  6. 0509775 Added checks for objects in DB driver instead of just resources to accommodate MySQLi, and fixed check in mysqli_result.php checking for a resource. by Derek Jones · 17 years ago
  7. 7f30981 Fixed a bug in DB Forge, when inserting an id field (#3456). by Derek Allard · 17 years ago
  8. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  9. b94b89c Added a valid_emails rule to the Validation class. by Derek Allard · 17 years ago
  10. 5162fc7 Fixed an AR bug when joining with a table alias and table prefix (#4400). by Derek Allard · 17 years ago
  11. d7f4211 The MySQLi forge class is now in sync with MySQL forge. by Derek Allard · 17 years ago
  12. 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
  13. 16629b1 Fixed a bug that wasn't allowing escaping to be turned off if the value of a query was NULL. by Derek Allard · 17 years ago
  14. 96863ce testing an escape issue by Derek Allard · 17 years ago
  15. e808aac Added the ability to prevent escaping in having() clauses. by Derek Allard · 17 years ago
  16. 3ad8efe added constants.php file and implemented constants for file system modes by Derek Jones · 17 years ago
  17. 43cbdaa syntax error: extraneous closing parenthesis by Derek Jones · 17 years ago
  18. e97b136 replaced isset() with array_key_exists() in row() to allow retrieval of individual fields with MySQL NULL values by Derek Jones · 17 years ago
  19. 8b2f19b change to the way AR handles aliased tables by Derek Allard · 17 years ago
  20. 49ef042 fix silly copy-paste error in active record by Derek Allard · 17 years ago
  21. 43e8cbf added or_having, deprecated orhaving by Derek Allard · 17 years ago
  22. 9a4d1da Fixed an AR_caching error where it wasn't tracking table aliases (#3463) by Derek Allard · 17 years ago
  23. 63eac3e little protection in case an array is provided as the $params for the DB class by Derek Jones · 17 years ago
  24. b1f90db reapplied implementation of db_set_charset() for MySQLi... by Derek Jones · 17 years ago
  25. 7dd3838 fixed bug #3419, moved DSN parsing to DB.php so the driver could properly be set to instantiate the correct db driver class. by Derek Jones · 17 years ago
  26. 5b4d532 fixes to _create_table() in sqlite_forge.php: by Derek Jones · 17 years ago
  27. d33972b changed escape_str() in mysqli_driver() to use is_object() instead of is_resource() to test $this->conn_id by Derek Jones · 17 years ago
  28. 903cc98 remove backticks from ODBC by Derek Allard · 17 years ago
  29. c074338 database enhancements, compatibility additions and bugfixes by Derek Allard · 17 years ago
  30. 70529a7 driver escape_table fixes by Derek Allard · 17 years ago
  31. 41d4b59 escape_table made consistent with mysql driver across all drivers by Derek Allard · 17 years ago
  32. 7555ade clarifying comment on sqlite escape table by Derek Allard · 17 years ago
  33. 1564813 changes for enhanced database compatibility by Derek Allard · 17 years ago
  34. a47a2e2 added functionality for setting client character set and collation in MySQLi driver by Derek Jones · 17 years ago
  35. 7825526 cache_stop() fix... by Derek Allard · 17 years ago
  36. 32cf7eb Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395) by Derek Allard · 17 years ago
  37. 9b3e7b5 Added and documented Active Record caching. Made AR fully database-prefix aware by Derek Allard · 17 years ago
  38. 7b80700 remove parenthesis from postrgre _from_tables by Derek Allard · 17 years ago
  39. 4a310b7 fix orlike to call or_like by Derek Allard · 17 years ago
  40. 4e1241b added default value for $active_record when it's not set by Derek Jones · 17 years ago
  41. 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
  42. 11c75ea Removed support for db_backup in MySQLi due to incompatible functions. by Derek Allard · 17 years ago
  43. c6ad023 Abstracted FROM table listing in Active Record for databases that do not support parenthetic grouping of tables to explicitly define operator precedence by Derek Jones · 17 years ago
  44. a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
  45. 50bce4e fix extraneous returns and variables by Derek Allard · 17 years ago
  46. 1a704ce fixed an overwritten parameter in protect_identifiers by Derek Allard · 17 years ago
  47. b52bdc4 fixed a variable call to $this-> by Derek Allard · 17 years ago
  48. 4acd792 fix a postgre escape error by Derek Allard · 17 years ago
  49. 56e9fa5 added $query_times property to DB driver for profiling by Derek Jones · 17 years ago
  50. db708af added an "unsupported" error to insert_id() in oracle by Derek Allard · 17 years ago
  51. cdd2ab2 fixing www.codeigniter.com to codeigniter.com by Derek Allard · 17 years ago
  52. 3b11868 Added $this->db->dbprefix() to manually add database prefixes. by Derek Allard · 17 years ago
  53. 2e06144 added enclosures to csv_from _result() by Derek Jones · 17 years ago
  54. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  55. df26442 added dbprefix to dbforge functions by Derek Allard · 17 years ago
  56. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  57. 4a9cb96 Fixed the bugfix for #3260! by Derek Jones · 17 years ago
  58. 8435771 fixed bug #3260 tightened type checking before outputting MySQL field as NULL by Derek Jones · 17 years ago
  59. 8f00021 reset where_in array after a call (bug# 3259) by Derek Allard · 17 years ago
  60. f6cd45c fix for count_all by Derek Allard · 17 years ago
  61. 05b3a5d orderby fix by Derek Allard · 17 years ago
  62. 6157938 by Derek Allard · 17 years ago
  63. cdbdf2d special fix for $first_word_only to work with other changes to _protect_identifiers() by Derek Jones · 17 years ago
  64. 68d021b === instead of !== ::blush:: by Derek Jones · 17 years ago
  65. 91f50b6 fix for single word identifiers with no spaces that need protecting in _protect_identifiers() by Derek Jones · 17 years ago
  66. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  67. 6e848ed Fixed a bug in the Oracle driver that prevented num_rows from working. by Derek Allard · 17 years ago
  68. 85c7c61 fix a segment db cache bug by Derek Allard · 17 years ago
  69. 39af731 removed raw_where and raw_or_where. They duplicated existing functionality better left elsewhere. by Derek Allard · 17 years ago
  70. 67b44ed added raw_where() and raw_or_where() into AR by Derek Allard · 17 years ago
  71. 848b776 Fixed a bug in _object_to_array that broke some types of inserts and updates. by Derek Allard · 17 years ago
  72. 5e12894 Added the ability to use aliases with joins in Active Record. by Derek Allard · 17 years ago
  73. 41f60d4 Added the ability to pass an array of tables to the delete() statement in Active Record. by Derek Allard · 17 years ago
  74. aa7f769 fixed typo: $field_names[] vs $Ffield_names[] by Derek Allard · 17 years ago
  75. 15ddc9d Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL" by Derek Allard · 17 years ago
  76. e54e3d2 where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() for consistency by Derek Allard · 17 years ago
  77. e77d77c Added support for limit() into update() and delete() statements in Active Record. by Derek Allard · 17 years ago
  78. da6d240 Added support for limit() into update() statements in Active Record. by Derek Allard · 17 years ago
  79. c693551 Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Active Record. by Derek Allard · 17 years ago
  80. 80dd702 Added where_in() to Active Record. by Derek Allard · 17 years ago
  81. 6ddb5a1 Added 'random' as an order_by() option in Active Record. by Derek Allard · 17 years ago
  82. 694b5b8 Added count_all_results() function to Active Record. by Derek Allard · 17 years ago
  83. 04036f3 removed a duplicate function by Derek Allard · 17 years ago
  84. 218e2bc Added a third parameter to Active Record's like() clause to control where the wildcard goes. by Derek Allard · 17 years ago
  85. db43858 Added a check for NULL fields in the MySQL database backup utility by Derek Allard · 17 years ago
  86. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  87. 9278249 Removed "rand()" as a listed option from orderby in the Active Record, as it was MySQL only. by Derek Allard · 17 years ago
  88. 4099046 by Rick Ellis · 18 years ago
  89. 060052d Fixed a bug in database driver where num_rows property wasn't getting updated by Derek Allard · 18 years ago
  90. 33d1056 sacked duplicate and incorrect version of _version()! by Derek Jones · 18 years ago
  91. 476b871 csv_from_result buggy. revert to old function until rewrite by Derek Allard · 18 years ago
  92. f9a4e9e fixed undefined function in insert_id() of PostgreSQL driver by Derek Jones · 18 years ago
  93. 7dcd7a3 csv_from_result() move robust against data with "," in it. by Derek Allard · 18 years ago
  94. 1db17b5 by Rick Ellis · 18 years ago
  95. 28239ad by Rick Ellis · 18 years ago
  96. bb2041d by Rick Ellis · 18 years ago
  97. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  98. 5c3905b passes hostname and not database now by Derek Allard · 18 years ago
  99. ba0dd63 pg_version() doesn't exist. Changed reference to version() which does. by Derek Allard · 18 years ago
  100. 09de185 updated AR join() to accommodate database prefixes by Derek Allard · 18 years ago