1. 27f798b Add support for optional table attributes to CI_DB_forge::create_table() by Andrey Andreev · 11 years ago
  2. 1c8245a Polish changes from PR #2830 by Andrey Andreev · 11 years ago
  3. 896d3e3 Add a more clear note about query builder caching (issue #2721) by Andrey Andreev · 11 years ago
  4. 6bdfa42 [ci skip] Add notes to get_compiled_insert(), get_compiled_update() docs by Andrey Andreev · 11 years ago
  5. 17a0528 Cleanup PR #2719 by GDmac · 11 years ago
  6. 01e9fb1 docs: get_compile_select by GDmac · 11 years ago
  7. 3567246 Various cosmetic fixes by vlakoff · 12 years ago
  8. 4851217 fixes #2081 : change parameter/variable name to 'foreign_key_checks', update change log by Andrew Podner · 12 years ago
  9. 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
  10. 69edc43 Rename DB_result _data_seek() to data_seek() and make it publicly available by Andrey Andreev · 12 years ago
  11. 4173823 Fix #2041 by Andrey Andreev · 12 years ago
  12. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  13. b67277b Bring back the AFTER clause for DB Forge add_column() by Andrey Andreev · 12 years ago
  14. eaa60c7 Added possibility to pass custom database objects to DB Forge and DB Utilities by Andrey Andreev · 12 years ago
  15. a287a34 Refactored DB Forge by Andrey Andreev · 12 years ago
  16. 0dfb62f [ci skip] Fix a note in the QB documentation by Andrey Andreev · 12 years ago
  17. 485a348 Add database schema configuration support (used by PostgreSQL, fix #158) by Andrey Andreev · 12 years ago
  18. 04c50f5 [ci skip] Document Query Builder method replace() (fix #1651) by Andrey Andreev · 12 years ago
  19. 9f808b0 An alternative to affected_rows() for insert_batch() and update_batch() (ref #126) by Andrey Andreev · 12 years ago
  20. 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
  21. cdb481b driver fix + userguide + changelog by Michiel Vugteveen · 12 years ago
  22. b94b91a Some user guide updates by Andrey Andreev · 13 years ago
  23. ce79be0 Fixing various Sphinx bugs and syntax errors in docs by Derek Jones · 13 years ago
  24. ff3f7de Documentation: remaining PHP "var" declarations changed to "public" by vlakoff · 13 years ago
  25. 1922a88 Update simple_query() documentation (issue #1484) by Andrey Andreev · 13 years ago
  26. da7c9e0 Fixed typo by Juan Ignacio Borda · 13 years ago
  27. 49cbec5 Fixed some spaces by Juan Ignacio Borda · 13 years ago
  28. d981e29 Added doc notes for unbuffered_row() function by Juan Ignacio Borda · 13 years ago
  29. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  30. d8159e4 Merge upstream branch by Andrey Andreev · 13 years ago
  31. 7310e85 Commas, not tabs, are the default delimiter in dbutil->csv_from_result. by mrw · 13 years ago
  32. 6f9d923 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite3 by Andrey Andreev · 13 years ago
  33. e464b39 Active Record documentation cleanup by Timothy Warren · 13 years ago
  34. 2f3beb2 Postgres to PostgreSQL by Andrey Andreev · 13 years ago
  35. 4c4740e Postgre to Postgres by Andrey Andreev · 13 years ago
  36. 334fb92 Merge upstream branch by Andrey Andreev · 13 years ago
  37. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  38. 69bb408 Fixed note in documentation by Timothy Warren · 13 years ago
  39. fdb7541 Add a note to the num_rows() documentation by Andrey Andreev · 13 years ago
  40. 80e34f9 Merge upstream branch by Andrey Andreev · 13 years ago
  41. d33dab1 Merge upstream by Timothy Warren · 13 years ago
  42. 4be5de1 Replaced DB methods _error_message() and _error_number() with error() (issue #1097) by Andrey Andreev · 13 years ago
  43. 576b47e Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  44. 2d87f84 Merge upstream by Timothy Warren · 13 years ago
  45. 99cfa80 Merge upstream branch by Andrey Andreev · 13 years ago
  46. ab189e1 Close services after using them, added dbutil->backup() method by Timothy Warren · 13 years ago
  47. 11454e0 Add an optional database name parameter to db_select() by Andrey Andreev · 13 years ago
  48. 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
  49. 6e821ce Implemented insert_id() method by Timothy Warren · 13 years ago
  50. 75b0e8e Merge upstream branch by Andrey Andreev · 13 years ago
  51. 1820933 Fixed PDO by Taufan Aditya · 13 years ago
  52. 8ae24c5 Add SQLite3 database driver by Andrey Andreev · 13 years ago
  53. 7219c07 added query grouping to Active Record by WanWizard · 13 years ago
  54. ffd24a4 Fixing a couple of issues in documentation files that occur when running Sphinx 'make html' by Greg Aker · 13 years ago
  55. 292a0f6 Changed the array structure in the userguide by Felix Balfoort · 13 years ago
  56. 68f5d49 changed much to many in the documentation by Felix Balfoort · 13 years ago
  57. 85fe96d Updated change log and and database configuration to include failover by Felix Balfoort · 13 years ago
  58. 5c3aaca Fixed one-liner code on Database Connection page of userguide by Timothy Warren · 13 years ago
  59. c35d2c9 fix user guide active_record.rst formatting, remove old PHP 5 note, now only PHP 5 is supported. by kenjis · 13 years ago
  60. 84bcc6e fixed typo in AR docs. NOTE: Sphinx gives a ReST error for unknown title targets, but they do exist, and links are built properly by Derek Jones · 13 years ago
  61. 48d8fb6 Updated to new documentation for new active record methods. by Kyle Farris · 13 years ago
  62. 619b122 incremental improvement to user guide ToC by Derek Jones · 13 years ago
  63. 02db066 Merge branch 'user_guide' of https://github.com/jwensley2/CodeIgniter into jwensley2-user_guide by Greg Aker · 13 years ago
  64. f24f404 cleaning up and formatting database pages by Joseph Wensley · 13 years ago
  65. abb456a Adding "array" on Database Configuration by purwandi · 13 years ago
  66. 3eed88c Fix Database Configuration on User Guider by purwandi · 13 years ago
  67. 5b3ea1a change hardcoded page docs to use generated ones by Joseph Wensley · 13 years ago
  68. 8ede1a2 replacing the old HTML user guide with a Sphinx-managed user guide by Derek Jones · 13 years ago