1. 1fb0cc7 Add support for configuring socket pipe connections in 'mysqli' by Andrey Andreev · 10 years ago
  2. 7830173 User Guide - DB Driver Reference by James L Parry · 10 years ago
  3. 435e0c2 Add method chaining support ot CI_DB_query_builder::reset_query() by Andrey Andreev · 10 years ago
  4. 4a587f5 Add method chaining support to QB cache methods by Andrey Andreev · 10 years ago
  5. b906149 DB forge/utilities polishing (docs) following #3375, #3378 by Andrey Andreev · 10 years ago
  6. 5078eb5 Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 by Andrey Andreev · 10 years ago
  7. ab9217e Improve on the fix for #3380 by Andrey Andreev · 10 years ago
  8. 7d1554a Fix a regression from the previous commit by Andrey Andreev · 10 years ago
  9. 10776cc Fix #3380 by Andrey Andreev · 10 years ago
  10. ed3fc51 Force ORDER BY usage with OFFSET-FETCH on SQL Server by Andrey Andreev · 10 years ago
  11. 71f0099 Fix an issue with 'postgre' persistent connections by Andrey Andreev · 10 years ago
  12. 5289f27 Polish changes following #3305 by Andrey Andreev · 10 years ago
  13. ce8aa3b Remove comment field definition from all other forge classes by Zachary Flower · 10 years ago
  14. e4b10bf Move MySQL comments to MySQL forge classes only by Zachary Flower · 10 years ago
  15. 12ee7a1 Move comment field after unique field in db forge by Zachary Flower · 10 years ago
  16. e59347d Ensure forge comments are actually getting parsed by Zachary Flower · 10 years ago
  17. 9b51228 Disable database COMMENT field by default in all other DB Forge drivers by Zachary Flower · 10 years ago
  18. 24fbc61 Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, mysql, and mysqli) by Zachary Flower · 10 years ago
  19. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  20. 4a4f550 Escape the array elements separately and join them in compile_binds() by clawoo · 10 years ago
  21. a779c48 Escape arrays sent as binding values for database queries. by clawoo · 10 years ago
  22. 5bf4dcd Close #3194 by Andrey Andreev · 10 years ago
  23. 970b383 Revert #3194 by Andrey Andreev · 10 years ago
  24. f186e1f Fix #3242 by Andrey Andreev · 10 years ago
  25. 2c6cdd7 Fix #3238 by Andrey Andreev · 10 years ago
  26. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  27. 294cff7 Merge pull request #3202 from rougin/patch-1 by Andrey Andreev · 10 years ago
  28. a7d3250 Removed empty line by Rougin Gutib · 10 years ago
  29. 8adf5e8 Merge pull request #3195 from hArpanet/develop by Andrey Andreev · 10 years ago
  30. 516f59c ibase_driver add table/column aliases by hArpanet · 10 years ago
  31. 191550a Fixed typo error by Rougin Royce Gutib · 10 years ago
  32. a3cc808 Query builder, IS NOT NULL support #3194: Strict comparison. by Ivan Tcholakov · 10 years ago
  33. 7e6aba1 Query builder: IS NOT NULL support implementation, see #3194 by Ivan Tcholakov · 10 years ago
  34. d07daa5 ibase_driver returning whitespace in table/column names by hArpanet · 10 years ago
  35. 22ce276 Fix #3187 by Andrey Andreev · 10 years ago
  36. 5df2f1b Missing looping index added. Without index empty rows returned for csv column headers. by Dionysis Arvanitis · 11 years ago
  37. 60f744b Fix #3124 by Andrey Andreev · 11 years ago
  38. 62fad28 Fix #3112 by Andrey Andreev · 11 years ago
  39. 08ae84f Call data_seek(0) only if we've used DB_result::*row*() methods by Andrey Andreev · 11 years ago
  40. 2bbbd1a Remove (most of) error suppression from database drivers (issue #3036) by Andrey Andreev · 11 years ago
  41. d3ddf97 Remove error-masking '@' in mysqli_driver (See: https://github.com/EllisLab/CodeIgniter/issues/3036) by mdunisch · 11 years ago
  42. a212977 Added `_trans_failure` property to fix PHP Warning. by Ahmedul Haque Abid · 11 years ago
  43. d5ce508 Minor fixes by vlakoff · 11 years ago
  44. 640ff4e Removed BOM by Etki · 11 years ago
  45. fa5a2d5 Microfix by Etki · 11 years ago
  46. aaca5cb [ci skip] Fix #2972 by Andrey Andreev · 11 years ago
  47. 1a61ba4 [ci skip] Spacing adjustments by Andrey Andreev · 11 years ago
  48. 1394304 Fix DB forge unsigned attribute (PR #2949) by Andrey Andreev · 11 years ago
  49. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  50. fde170c Fix #2928, #2929 by Andrey Andreev · 11 years ago
  51. c5a0af2 Fix #2928 by Andrey Andreev · 11 years ago
  52. 4b90a37 Add support for callable form validation rules by Andrey Andreev · 11 years ago
  53. 7e96351 Call db_connect(TRUE) instead of db_pconnect() + some style changes by Andrey Andreev · 11 years ago
  54. 58e1c00 More removal of error suppression usage by Andrey Andreev · 11 years ago
  55. 382b513 Don't use error suppression on is_dir(), file_exists() by Andrey Andreev · 11 years ago
  56. 4247ed1 Revert to error suppression on mysql_(p)connect() due to deprecation messages by Andrey Andreev · 11 years ago
  57. f2818bd Remove error suppression usage from db_connect() by Andrey Andreev · 11 years ago
  58. 2e17102 Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition by Andrey Andreev · 11 years ago
  59. ca39f2e Don't use error suppression with ini_set() by Andrey Andreev · 11 years ago
  60. 871754a 2013 > 2014 by darwinel · 11 years ago
  61. cf63aee Style Guide by darwinel · 11 years ago
  62. 33578d2 Typo Fix Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> by Vivek Dinesh · 11 years ago
  63. f6779f5 Fix #2856 by Andrey Andreev · 11 years ago
  64. 76160bc Previous 2 commits were just dumb by Andrey Andreev · 11 years ago
  65. 84c0901 Fix a syntax error from last commit by Andrey Andreev · 11 years ago
  66. 279256f Some fail-safe pdo_pgsql adjustments by Andrey Andreev · 11 years ago
  67. 18eba24 Fix #2836 by Andrey Andreev · 11 years ago
  68. 1a9a4dc Merge branch 'feature/dbforge_table_attributes' into develop by Andrey Andreev · 11 years ago
  69. ba8bf56 SQLSRV improvements by Andrey Andreev · 11 years ago
  70. 27f798b Add support for optional table attributes to CI_DB_forge::create_table() by Andrey Andreev · 11 years ago
  71. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  72. d98c4a3 A tiny regexp improvement for CI_DB_driver::is_write_type() by Andrey Andreev · 11 years ago
  73. 1720a6a Fix #2579: Query Builder's "no escape" functionality didn't work properly with query cache by Andrey Andreev · 11 years ago
  74. 295cfa9 Polishing changes from #PR #2781 by Andrey Andreev · 11 years ago
  75. 341532c so we need \sNOT EXISTS by Tufan Barış YILDIRIM · 11 years ago
  76. 30893b9 changed EXISTS / NOT EXISTS pattern by Tufan Barış YILDIRIM · 11 years ago
  77. f1cceaa EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  78. 0f0e6ad EXISTS / NOT EXISTS clause support for DB_driver by Tufan Barış YILDIRIM · 11 years ago
  79. 7210906 EXISTS / NOT EXISTS clause support for DB_query_builder. by Tufan Barış YILDIRIM · 11 years ago
  80. d3a6ca2 Use table name as a prefix for index names by mjnaderi · 11 years ago
  81. 18c2e0c Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  82. 225c373 Cleanup DB_forge _process_indexes by mjnaderi · 11 years ago
  83. a3f91b9 DB call_function() bug : funny typo -or- smart autocomplete? by Kakysha · 11 years ago
  84. f8f14f3 Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers by Andrey Andreev · 11 years ago
  85. 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
  86. c6ac748 Small docblock fix by vlakoff · 11 years ago
  87. 35e3b0b [ci skip] Remove some whitespace chars by Andrey Andreev · 11 years ago
  88. 17a0528 Cleanup PR #2719 by GDmac · 11 years ago
  89. e1b8683 Fix #2406 query builder cache by GDmac · 11 years ago
  90. 5e3d48c Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() are required by Andrey Andreev · 11 years ago
  91. 96185a3 Really fix #2703 by Andrey Andreev · 11 years ago
  92. 5d69a6e Fix #2703 by Andrey Andreev · 11 years ago
  93. 710c4ed Fixing the dumbest parser error ever by Andrey Andreev · 11 years ago
  94. 8adac96 Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGs by Andrey Andreev · 11 years ago
  95. 6c85442 Fix #2691 by Andrey Andreev · 11 years ago
  96. 3a3d5f6 Replace the last rand() with mt_rand() by vlakoff · 11 years ago
  97. a9346aa Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possible by Andrey Andreev · 11 years ago
  98. 3c5ec85 Update MySQLi to use the PHP API for transactions, where possible by Andrey Andreev · 11 years ago
  99. 2d54a3a Really fix #2490, rel: #2629 by Andrey Andreev · 11 years ago
  100. 4013be3 Add support for UPDATE ... RETURNING statements in PostgreSQL by Andrey Andreev · 11 years ago