1. feba2de Whitespace tweaks to put code examples in line with our guidelines by Pascal Kriete · 14 years ago
  2. 58e8caf Added documentation for changes to DB_result by John Crepezzi · 14 years ago
  3. 5fd0267 Added a better explanation for the 'autoinit' db option. Side note: should that really be true by default? by katzgrau · 14 years ago
  4. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  5. c7f2bd2 The db utility had the wrong code example for database_exists(). Fixes #26 by Eric Barnes · 14 years ago
  6. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  7. 42aa95b Added documentation for environments by joelcox · 14 years ago
  8. f85a4b8 Updating references to deprecated functions in the active record documentation by Derek Allard · 14 years ago
  9. a58ecae Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren't changing the name. by Phil Sturgeon · 14 years ago
  10. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  11. 88f8d9f Removing the following deprecated database methods: orwhere, orlike, groupby, orhaving, orderby, getwhere. by Greg Aker · 14 years ago
  12. 7770fde typo fix by Derek Allard · 15 years ago
  13. 127a1d9 example clarification by Derek Allard · 15 years ago
  14. f597dd1 fixed a missing </li> in guide by Derek Allard · 15 years ago
  15. 7c708ca Fixed an example typo by Derek Allard · 15 years ago
  16. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  17. ad1171a added swap_pre, autoinit, and stricton database configuration explanations by Derek Jones · 15 years ago
  18. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  19. dd58ff6 note on case sensitivity in database_exists() by Derek Allard · 15 years ago
  20. e7f0325 database exists function in dbutil by Derek Allard · 15 years ago
  21. 04eb070 Documentd db->close() by Derek Allard · 15 years ago
  22. 7f3719f updated copyrights by Derek Jones · 15 years ago
  23. 25f3ce3 wording clarification by Derek Allard · 15 years ago
  24. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  25. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  26. 87cbafc added reconnect() method to db drivers by Derek Jones · 16 years ago
  27. e4ed583 added LIKE condition escaping to all drivers and Active Record by Derek Jones · 16 years ago
  28. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  29. b75734e grammer ... um, grammar... fix. by Derek Allard · 16 years ago
  30. 5894464 AR was documented as being off by default, corrected this. by Derek Allard · 16 years ago
  31. 3f45bbd fixed a broken link, fixed a typo by Derek Allard · 16 years ago
  32. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  33. 4f488df odcc to odbc by Derek Allard · 16 years ago
  34. 9ba2189 Improved connection info by Rick Ellis · 16 years ago
  35. d9f73db by Rick Ellis · 16 years ago
  36. 12abaeb by Rick Ellis · 16 years ago
  37. a7cf027 postgre to postgres in a few documentation pages by Derek Allard · 16 years ago
  38. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  39. 0134ca4 fixed incorrect example SQL output example by Derek Allard · 16 years ago
  40. cb36e34 grammar changes by Derek Allard · 16 years ago
  41. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  42. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  43. 928c55c further whitespace fixes by Derek Allard · 16 years ago
  44. e3b8749 quotes to an example in DBforge by Derek Allard · 16 years ago
  45. c169fdc fixed a series of "next" and "previous" topic links that pointed to the wrong pages. by Derek Allard · 17 years ago
  46. 8516a37 guide typo by Derek Allard · 17 years ago
  47. 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 17 years ago
  48. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
  49. 7f4d2f1 fix up where_in examples by Derek Allard · 17 years ago
  50. 48d8388 added some missing ; to examples by Derek Allard · 17 years ago
  51. 810d501 userguide typo fix by Derek Allard · 17 years ago
  52. a5481ac added a missing word by Derek Allard · 17 years ago
  53. 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 17 years ago
  54. bd44009 made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation by Derek Jones · 17 years ago
  55. 15572d4 example touch up by Derek Allard · 17 years ago
  56. 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
  57. 2d2b2b9 by Rick Ellis · 17 years ago
  58. 6b7b11f updated version number in user guide to 1.6.2 by Derek Jones · 17 years ago
  59. fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
  60. 75eedf5 A field fields were incorrectly commented, and or examples invalid. by Derek Allard · 17 years ago
  61. 3af44c0 doc typos / fixes by Derek Allard · 17 years ago
  62. 2385d30 Added rename_table() into DBForge. by Derek Allard · 17 years ago
  63. 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
  64. e808aac Added the ability to prevent escaping in having() clauses. by Derek Allard · 17 years ago
  65. 0bb0e50 typo by Derek Allard · 17 years ago
  66. 44bd10f userguide note, corrections and omissions by Derek Allard · 17 years ago
  67. 8597ca7 doc typos and fixes by Derek Allard · 17 years ago
  68. 0ce2755 html fixes by Derek Allard · 17 years ago
  69. c892b75 fix an example by Derek Allard · 17 years ago
  70. adf5b45 source fixes by Derek Allard · 17 years ago
  71. ea90622 typos by Derek Allard · 17 years ago
  72. 735ae13 typo by Derek Allard · 17 years ago
  73. 25b24d2 added missing DB config items from sample array in connecting documentation by Derek Jones · 17 years ago
  74. af368e1 fixed typo in sample code for protecting identifiers by Derek Jones · 17 years ago
  75. 0787043 Added Path Helper to table of contents and updated copyright dates for all user guide pages by Derek Jones · 17 years ago
  76. 197d10b by Derek Allard · 17 years ago
  77. 26b63aa change 1.6.1 to 1.6.0.1 by Derek Allard · 17 years ago
  78. 1a0929a fixed an unneeded "if" call that prevented AR caching in some cases by Derek Allard · 17 years ago
  79. 3e28887 typos by Derek Allard · 17 years ago
  80. a85910c Orcacle to Oracle by Derek Allard · 17 years ago
  81. c27bf00 minor formatting and typo fix by Derek Allard · 17 years ago
  82. 9b3e7b5 Added and documented Active Record caching. Made AR fully database-prefix aware by Derek Allard · 17 years ago
  83. 067f2cc change version number from 1.6.0 to 1.6.1 by Derek Allard · 17 years ago
  84. dfd027d change of "utility" to "forge" in breadcrumbs by Derek Allard · 17 years ago
  85. b6cd79c change dbutil to dbforge in docs by Derek Allard · 17 years ago
  86. 445694a typo fix, $this->Db to $this->db by Derek Allard · 17 years ago
  87. 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
  88. 11c75ea Removed support for db_backup in MySQLi due to incompatible functions. by Derek Allard · 17 years ago
  89. 3faee4a example touch up, added some semicolons by Derek Allard · 17 years ago
  90. 3b11868 Added $this->db->dbprefix() to manually add database prefixes. by Derek Allard · 17 years ago
  91. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  92. afd99ac Added attributes into <html> of userguide for valid html. by Derek Allard · 17 years ago
  93. ca06da4 guide fixes, remove 1.5.5 update file by Derek Allard · 17 years ago
  94. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  95. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  96. f2931e3 added 2 config options to the database configuration page. by Derek Allard · 17 years ago
  97. 032a5c0 Documented distinct() in Active Record. by Derek Allard · 17 years ago
  98. 41f60d4 Added the ability to pass an array of tables to the delete() statement in Active Record. by Derek Allard · 17 years ago
  99. 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
  100. c693551 Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Active Record. by Derek Allard · 17 years ago