1. 8ae24c5 Add SQLite3 database driver by Andrey Andreev · 13 years ago
  2. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  3. 71b7809 This fixes issue #725 by Repox · 13 years ago
  4. 5d581b6 The DB_driver can now use failover databases if specified by Felix Balfoort · 13 years ago
  5. 07fcedf Updated trans_start() and trans_complete() so that _trans_depth increments correctly by Jacob Terry · 13 years ago
  6. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  7. a2097a0 Converted database constructors to PHP5 type by Timothy Warren · 13 years ago
  8. a0cd41c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  9. 85a99cc Skip is_array() check by Andrey Andreev · 13 years ago
  10. 89e1780 Fix a variable type mismatch (issue #89) in system/database/DB_driver.php by Andrey Andreev · 13 years ago
  11. dc46d99 Escape WHERE clause field names in the DB update_string() method by Andrey Andreev · 13 years ago
  12. f22ce8f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  13. d2018ee Fixed issue #105 SQL log errors by Niklas Nilsson · 13 years ago
  14. 36fb8de Updated version function to use PDO constant by Timothy Warren · 13 years ago
  15. 2e08794 Added CUBRID Database Driver by Esen Sagynov · 13 years ago
  16. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  17. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  18. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  19. c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
  20. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  21. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  22. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  23. 60f8c39 Modified the database driver's display_error() method to show the filename and line number of the failed query. by Pascal Kriete · 14 years ago
  24. e779220 whitespace and changes to load_class() to use core by Derek Jones · 15 years ago
  25. 1edde30 Fixing bug in DB Driver where identifiers could be escaped in some drivers that can't accept it in the list_fields() function. by Greg Aker · 15 years ago
  26. 7f3719f updated copyrights by Derek Jones · 15 years ago
  27. 3683f77 Change to CI's db->version() function to allow a list of exceptions for dbs with functions to return version string, vs SQL queries to return version strings. Currently this list only includes Oracle and SQLite. by Derek Allard · 15 years ago
  28. 55acc8b fixed a bug with _protect_identifiers() and db/swap prefixes. It was appending the prefix, but not accounting for the need to swap by Derek Jones · 16 years ago
  29. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  30. bdc7fb9 fixed docblock by Derek Jones · 16 years ago
  31. e4ed583 added LIKE condition escaping to all drivers and Active Record by Derek Jones · 16 years ago
  32. a377bdd switched from gettype() to is_* for testing type in escape() by Derek Jones · 16 years ago
  33. 7b3b96c fixed a bug in the regex pattern to converts tabs and spaces into a single space by Derek Jones · 16 years ago
  34. e37ab38 DB count_all() not returns an integer always by Derek Allard · 16 years ago
  35. 911d3e0 Fixed a bug in database escaping where a compound statement (ie: SUM()) wasn't handled correctly with database prefixes. by Derek Allard · 16 years ago
  36. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  37. a0e8629 Fixed a bug in which identifers were not being escaped properly when reserved characters were used by Rick Ellis · 16 years ago
  38. ac91bd7 Fixed some typos by Rick Ellis · 16 years ago
  39. 7709aca Fixed a bug in the table_exists function by Rick Ellis · 16 years ago
  40. 7799f52 Fixed bug: 5043 by Rick Ellis · 16 years ago
  41. 62637e9 Fixed an error reporting bug: 4900 by Rick Ellis · 16 years ago
  42. 5952359 Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly. by Rick Ellis · 16 years ago
  43. a866429 moved call to $RES->num_rows() further down in code so that oracle-specific class variables would be set properly as needed before executing by Derek Jones · 16 years ago
  44. a2a240a Fixed a bug (#2985) in which multiple queries using a single request were not being honored by Rick Ellis · 16 years ago
  45. 52dc8ca Added backticks to column names when using insert_string and update_string. Relates to this bug report: http://codeigniter.com/bug_tracker/bug/4509/ by Rick Ellis · 16 years ago
  46. 37b3ecf updated copyright by Rick Ellis · 16 years ago
  47. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  48. 513ce07 Moved the _has_operators() function into DB_driver from DB_active_rec. by Derek Allard · 17 years ago
  49. cafd63e set $DB->char_set and $DB->dbcollat defaults to utf8 and utf8_general_ci respectively by Derek Jones · 17 years ago
  50. 97bc010 fixed bug #3419 where the 'database' setting for DSN connections was using the host portion of the URL instead of the path. by Derek Jones · 17 years ago
  51. f38fe09 hotfix for a bug in database error display introduced by 1.6.2 fix for bugs #4451, #4299, and #4339 by Derek Jones · 17 years ago
  52. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  53. 244b4c7 by Rick Ellis · 17 years ago
  54. d36ade0 passed db object by reference to DB Cache class, and changed the cache class to use that db object instead of $CI->db, to support returned db objects and multiple db connections by Derek Jones · 17 years ago
  55. 7f88aa5 changed class instantiations to reference global $LANG and fetch existing Exceptions class, and added language variable for database error heading by Derek Jones · 17 years ago
  56. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  57. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  58. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  59. 0f13a13 added SET to the list of write type queries by Derek Jones · 17 years ago
  60. 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
  61. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  62. 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
  63. c074338 database enhancements, compatibility additions and bugfixes by Derek Allard · 17 years ago
  64. 1a704ce fixed an overwritten parameter in protect_identifiers by Derek Allard · 17 years ago
  65. 56e9fa5 added $query_times property to DB driver for profiling by Derek Jones · 17 years ago
  66. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  67. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  68. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  69. 6e848ed Fixed a bug in the Oracle driver that prevented num_rows from working. by Derek Allard · 17 years ago
  70. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  71. 4099046 by Rick Ellis · 18 years ago
  72. 060052d Fixed a bug in database driver where num_rows property wasn't getting updated by Derek Allard · 18 years ago
  73. 28239ad by Rick Ellis · 18 years ago
  74. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  75. d1c638f by Rick Ellis · 18 years ago
  76. bf9ee3f by admin · 18 years ago
  77. f3a6204 by admin · 18 years ago
  78. 59612e9 by admin · 18 years ago
  79. 25701d7 by admin · 18 years ago
  80. c1e23ce by admin · 18 years ago
  81. 36e6442 by admin · 18 years ago
  82. e334c47 by admin · 18 years ago
  83. fafe28b by admin · 18 years ago
  84. 9fcc28a by admin · 18 years ago
  85. 0aef222 by admin · 18 years ago
  86. 606f99c by admin · 18 years ago
  87. 4003718 by admin · 18 years ago
  88. 1b0ab46 by admin · 18 years ago
  89. 7099a58 by admin · 18 years ago
  90. 88a8ad1 by admin · 18 years ago
  91. fd2750b by admin · 18 years ago
  92. c5f7fa3 by admin · 18 years ago
  93. a658e31 by admin · 18 years ago
  94. c2e3cd7 by admin · 18 years ago
  95. fa70817 by admin · 18 years ago
  96. 0c40565 by admin · 18 years ago
  97. db8a374 by admin · 18 years ago
  98. 6871d95 by admin · 18 years ago
  99. e8f6eb6 by admin · 18 years ago
  100. b2a9cec by admin · 18 years ago