1. ff50c54 Update forge.rst by Adrian Voicu · 10 years ago
  2. 1fb0cfe Update forge.rst by Adrian Voicu · 10 years ago
  3. 00cdb81 Important note by Adrian Voicu · 10 years ago
  4. 105749b [ci skip] Remove an assign-by-ref example from DButil docs by Andrey Andreev · 10 years ago
  5. b5a4b67 Typo fix on forge documentation by gn · 10 years ago
  6. c836f2a update userguide by ftwbzhao · 10 years ago
  7. 1db6da3 Edit dbforge drop_table line 230 by LouisMilotte · 10 years ago
  8. ff806f9 [ci skip] Polish changes from PR #3669 by Andrey Andreev · 10 years ago
  9. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  10. ec7372d removed ending S from csv_from_results and xml_from_results DButil Class reference section in userguide by Mattias Hedman · 10 years ago
  11. d829a5f Small typo by sv3tli0 · 10 years ago
  12. c749bfb [ci skip] Fix where_in() docs by Andrey Andreev · 10 years ago
  13. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  14. e263efa [ci skip] Correct db config docs about 'autoinit' by Andrey Andreev · 10 years ago
  15. b4b9bd3 Update transactions.rst by Rafael Schwemmer · 10 years ago
  16. 40bbd60 Adjusted return type for CI_DB_utility::backup to suggestions by Gabriel Potkány · 10 years ago
  17. cea5fb7 Adjusted returns/return types to suggestions by Gabriel Potkány · 10 years ago
  18. 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
  19. cd3d9db [ci skip] Fix #3515 by Andrey Andreev · 10 years ago
  20. 8f11e50 Fix unrecognized :doc: link by vlakoff · 10 years ago
  21. 0d3fde2 Polish changes following PR #3416 by Andrey Andreev · 10 years ago
  22. 7830173 User Guide - DB Driver Reference by James L Parry · 10 years ago
  23. d31a4e6 fixed indentation/linkref errors by David Wosnitza · 10 years ago
  24. ab0034b [ci skip] Update DB result docs by Andrey Andreev · 10 years ago
  25. 4fce5c4 [ci skip] Update Query Builder docs by Andrey Andreev · 10 years ago
  26. 75818df Merge pull request #3396 from jim-parry/userguide/query_builder by Andrey Andreev · 10 years ago
  27. 7381711 User Guide - query builder by James L Parry · 10 years ago
  28. 8b875ce User Guide - query results by James L Parry · 10 years ago
  29. 4103d0c User Guide - query builder by James L Parry · 10 years ago
  30. 82f5d7c User Guide - query builder by James L Parry · 10 years ago
  31. 141288d User Guide - query builder by James L Parry · 10 years ago
  32. 2269947 User Guide - generating query results by James L Parry · 10 years ago
  33. 1516219 User Guide - generating query results by James L Parry · 10 years ago
  34. d25b14a Merge pull request #3390 from jim-parry/userguide/fix-metadata by Andrey Andreev · 10 years ago
  35. b906149 DB forge/utilities polishing (docs) following #3375, #3378 by Andrey Andreev · 10 years ago
  36. 6ebceb4 User Guide - consolidate table & field metadata pages by James L Parry · 10 years ago
  37. aa12f2e Remove duplicated method in database utilities documentation by Ahmad Anbar · 10 years ago
  38. 7eb492b Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into userguide/database_utilities by James L Parry · 10 years ago
  39. df5299f Merge pull request #3375 from jim-parry/userguide/dbforge by Andrey Andreev · 10 years ago
  40. d96616c Fix the user guide writeup for the DB forge by James L Parry · 10 years ago
  41. d2485a3 User Guide update - Datbase Utilities by James L Parry · 10 years ago
  42. 50d0649 User Guide update - Datbase Utilities by James L Parry · 10 years ago
  43. ee477c6 User Guide update - Datbase Utilities by James L Parry · 10 years ago
  44. 4828f89 User Guide update - Database Forge by James L Parry · 10 years ago
  45. 42a7df6 User Guide update - Query Builder (fixes #2512) by James L Parry · 10 years ago
  46. 8b85526 Database guide update by James L Parry · 10 years ago
  47. 8252b75 Database guide update by James L Parry · 10 years ago
  48. 014bc89 Database guide update by James L Parry · 10 years ago
  49. b4f8caa Database guide update by James L Parry · 10 years ago
  50. e4a9f64 Database guide update by James L Parry · 10 years ago
  51. d980e33 Database guide update by James L Parry · 10 years ago
  52. 3fc30aa Database guide update by James L Parry · 10 years ago
  53. 1db369f Reword change log and add the resulting query in the manual. by clawoo · 10 years ago
  54. ff8bff1 Update the change log and the documentation with the array values binding feature. by clawoo · 10 years ago
  55. ed2f95c Typo boolen => boolean by Kit Sunde · 11 years ago
  56. 8c833f4 [ci skip] Add a note about QB escaping field names by Andrey Andreev · 11 years ago
  57. 27f798b Add support for optional table attributes to CI_DB_forge::create_table() by Andrey Andreev · 11 years ago
  58. 1c8245a Polish changes from PR #2830 by Andrey Andreev · 11 years ago
  59. 896d3e3 Add a more clear note about query builder caching (issue #2721) by Andrey Andreev · 11 years ago
  60. 6bdfa42 [ci skip] Add notes to get_compiled_insert(), get_compiled_update() docs by Andrey Andreev · 11 years ago
  61. 17a0528 Cleanup PR #2719 by GDmac · 11 years ago
  62. 01e9fb1 docs: get_compile_select by GDmac · 11 years ago
  63. 3567246 Various cosmetic fixes by vlakoff · 12 years ago
  64. 4851217 fixes #2081 : change parameter/variable name to 'foreign_key_checks', update change log by Andrew Podner · 12 years ago
  65. 79494dd Resolves issue #2081 : provides an option to include statements to disable and re-enable foreign key checks in a MySQL database backup output statement. by Andrew Podner · 12 years ago
  66. 69edc43 Rename DB_result _data_seek() to data_seek() and make it publicly available by Andrey Andreev · 12 years ago
  67. 4173823 Fix #2041 by Andrey Andreev · 12 years ago
  68. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  69. b67277b Bring back the AFTER clause for DB Forge add_column() by Andrey Andreev · 12 years ago
  70. eaa60c7 Added possibility to pass custom database objects to DB Forge and DB Utilities by Andrey Andreev · 12 years ago
  71. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  72. 0dfb62f [ci skip] Fix a note in the QB documentation by Andrey Andreev · 12 years ago
  73. 485a348 Add database schema configuration support (used by PostgreSQL, fix #158) by Andrey Andreev · 12 years ago
  74. 04c50f5 [ci skip] Document Query Builder method replace() (fix #1651) by Andrey Andreev · 12 years ago
  75. 9f808b0 An alternative to affected_rows() for insert_batch() and update_batch() (ref #126) by Andrey Andreev · 12 years ago
  76. 2f8bf9b Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting by Andrey Andreev · 12 years ago
  77. cdb481b driver fix + userguide + changelog by Michiel Vugteveen · 12 years ago
  78. b94b91a Some user guide updates by Andrey Andreev · 13 years ago
  79. ce79be0 Fixing various Sphinx bugs and syntax errors in docs by Derek Jones · 13 years ago
  80. ff3f7de Documentation: remaining PHP "var" declarations changed to "public" by vlakoff · 13 years ago
  81. 1922a88 Update simple_query() documentation (issue #1484) by Andrey Andreev · 13 years ago
  82. da7c9e0 Fixed typo by Juan Ignacio Borda · 13 years ago
  83. 49cbec5 Fixed some spaces by Juan Ignacio Borda · 13 years ago
  84. d981e29 Added doc notes for unbuffered_row() function by Juan Ignacio Borda · 13 years ago
  85. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  86. d8159e4 Merge upstream branch by Andrey Andreev · 13 years ago
  87. 7310e85 Commas, not tabs, are the default delimiter in dbutil->csv_from_result. by mrw · 13 years ago
  88. 6f9d923 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite3 by Andrey Andreev · 13 years ago
  89. e464b39 Active Record documentation cleanup by Timothy Warren · 13 years ago
  90. 2f3beb2 Postgres to PostgreSQL by Andrey Andreev · 13 years ago
  91. 4c4740e Postgre to Postgres by Andrey Andreev · 13 years ago
  92. 334fb92 Merge upstream branch by Andrey Andreev · 13 years ago
  93. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  94. 69bb408 Fixed note in documentation by Timothy Warren · 13 years ago
  95. fdb7541 Add a note to the num_rows() documentation by Andrey Andreev · 13 years ago
  96. 80e34f9 Merge upstream branch by Andrey Andreev · 13 years ago
  97. d33dab1 Merge upstream by Timothy Warren · 13 years ago
  98. 4be5de1 Replaced DB methods _error_message() and _error_number() with error() (issue #1097) by Andrey Andreev · 13 years ago
  99. 576b47e Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  100. 2d87f84 Merge upstream by Timothy Warren · 13 years ago