1. 7eaa14f Alter fix for issue #1257 by Andrey Andreev · 12 years ago
  2. cd50592 Fix issue #1257 by Andrey Andreev · 12 years ago
  3. 49aa45b Fix a few join() bugs by Andrey Andreev · 13 years ago
  4. 7554611 Move _insert() and _update() defaults from Query Builder to DB_driver so that they're available for use by insert_string() and update_string() at all times by Andrey Andreev · 13 years ago
  5. eb22d54 Fix get_where() test by Andrey Andreev · 13 years ago
  6. 40f1404 Fix issues #1529 & #1530 by Andrey Andreev · 13 years ago
  7. 35443c6 Change where() to skip dbprefix (until a better solution is available) by Andrey Andreev · 13 years ago
  8. 2c35b64 Add a default _limit() method to the Query Builder class by Andrey Andreev · 13 years ago
  9. 58803fb Add _where() changes from pull #1517 to the PostgreSQL driver by Andrey Andreev · 13 years ago
  10. bc69f36 fixed query grouping when using where($array) syntax by WanWizard · 13 years ago
  11. 777153d Changed limit() and offset() to ignore NULL values by Andrey Andreev · 13 years ago
  12. 3751f93 Add join() USING support by Andrey Andreev · 13 years ago
  13. 929fd2d Improve escaping, support for table names with spaces and fix where() for strings with no spaces around operators by Andrey Andreev · 13 years ago
  14. f512b73 Spelling fixes - `wether` to `whether` by Alex Bilbie · 13 years ago
  15. fe642da All Query Builder methods to respect _protect_identifiers by default by Andrey Andreev · 13 years ago
  16. 498c1e0 Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers by Andrey Andreev · 13 years ago
  17. d24160c Changed order_by() default escaping to _protect_identifiers by Andrey Andreev · 13 years ago
  18. 974c75b Fix having() by Andrey Andreev · 13 years ago
  19. e10fb79 Fix issue #1483 by Andrey Andreev · 13 years ago
  20. 8295c84 Fix issue #1482 by Andrey Andreev · 13 years ago
  21. 4287023 join() with multiple conditions and optional escape parameter by Andrey Andreev · 13 years ago
  22. 1d1d7ff Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1 by Andrey Andreev · 13 years ago
  23. e630279 Fix a join() issue by Andrey Andreev · 13 years ago
  24. 88cb278 Fix issue #1456 by Andrey Andreev · 13 years ago
  25. 650b4c0 Remove unused qb_order property + other minor changes by Andrey Andreev · 13 years ago
  26. 392b6ad Fix _where() with multiple condition custom query by Andrey Andreev · 13 years ago
  27. 9c14f65 Fix _where() escaping operators by Andrey Andreev · 13 years ago
  28. 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
  29. 6600b69 Return $this when values ($key OR $values) is NULL by Rafael Queiroz · 13 years ago
  30. c78e56a Add a default _from_tables() method to CI_DB_query_builder and remove it from most of the drivers by Andrey Andreev · 13 years ago
  31. fc11dcc Alter SQLite3's version() method and clear some spaces by Andrey Andreev · 13 years ago
  32. e4c3019 Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 by Andrey Andreev · 13 years ago
  33. 142b618 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  34. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  35. 2d8707f Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  36. 7b5eb73 Fix issue #1273 and some cleanup in Query Builder by Andrey Andreev · 13 years ago
  37. f777d3d Fixed conflicts with 2.1-stable merge. by Phil Sturgeon · 13 years ago
  38. 193d448 Minor assignment fix. Can not use $array[] for reading. by George Petsagourakis · 13 years ago
  39. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  40. 0cd8c79 Just the method, not the property by Jamie Rumbelow · 13 years ago
  41. 0c09299 accounting for the rename of protect_identifiers by Jamie Rumbelow · 13 years ago
  42. 17c1bed Updating a couple more references to the AR class in documentation [#1061] by Jamie Rumbelow · 13 years ago
  43. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  44. ae123e0 Fixing an error in #1061 by Jamie Rumbelow · 13 years ago
  45. 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago[Renamed (81%) from system/database/DB_active_rec.php]
  46. 1d160e7 Fix error undefined variable query on count_all_results db active record by Purwandi · 13 years ago
  47. 0f7decc Swap two vars for readability by Andrey Andreev · 13 years ago
  48. 24276a3 Improve database classes by Andrey Andreev · 13 years ago
  49. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  50. 7219c07 added query grouping to Active Record by WanWizard · 13 years ago
  51. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  52. 2c685fb Adding $escape parameter to the order_by function, this enables ordering by custom fields by pporlan · 13 years ago
  53. 0d91fd2 #798: update changelog and typo fix by Mancy · 13 years ago
  54. c4caf5a taking care of LIKE when used in UPDATE statement #798 by Mancy · 13 years ago
  55. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  56. ad17f4b Merged with development by Kyle Farris · 13 years ago
  57. 8b4d83b Fixing issue 465: select_max is adding prefix to table aliases when is not necessary by Juan José González · 13 years ago
  58. bff3dfd Use NULL as the default value for offset in limit(x, offset) so that default is not LIMIT 0. by Phil Sturgeon · 13 years ago
  59. 0e85763 fixes potential SQL injection vector in Active Record offset() by kenjis · 13 years ago
  60. 81ef70f One more formatting fix. by Kyle Farris · 13 years ago
  61. 2de2fa0 Merged changes with development. by Kyle Farris · 13 years ago
  62. 7611601 Fixed some items based on code comments by gaker. by Kyle Farris · 13 years ago
  63. 0a3176b Small formatting fix. by kylefarris · 13 years ago
  64. 0c147b3 Added get_compiled_select(), get_compiled_insert(), get_compiled_update(), get_compiled_delete(), and reset_query() methods. to the Active Record class. by Kyle Farris · 13 years ago
  65. 7e7338e Fix for issue #106 by Dan Montgomery · 13 years ago
  66. ea4ad9b Added ability to _like paramater side to use 'none', in case one wants to query like instead of where without case being sensitive by Nithin · 13 years ago
  67. b0eae5f Typecast limit and offset in the Database Driver to integers. Fixes https://bitbucket.org/ellislab/codeigniter-reactor/issue/341/active-record-limit-function-have-sql#comment-597403 by Phil Sturgeon · 13 years ago
  68. fcb8c9e Fixed typo in ActiveRecord. by Phil Sturgeon · 13 years ago
  69. 77cc028 Fixed a bug where using this->db->select_max(), this->db->select_min(), etc could throw notices. Thanks to w43l for the patch. by Phil Sturgeon · 13 years ago
  70. e611d8c Fixed having method to insert quotes. by Adam Jackett · 14 years ago
  71. 8a02247 ... set_dbprefix(). Programatically set the prefix, great for multi-site systems that "namespace" with prefixes. by Phil Sturgeon · 14 years ago
  72. 9789f32 Was working on this file so PHP5ified the method visibility scopes. Pointless, but was adding... by Phil Sturgeon · 14 years ago
  73. d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  74. 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
  75. 2e1837a Fix #275 -- regression in db::_compile_select(). Thanks @patwork for the patch by Greg Aker · 14 years ago
  76. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  77. e156c6e Fixed a bug (Core #340) where when passing in the second parameter to $this->db->select(), column names in subsequent queries would not be properly escaped. by Greg Aker · 14 years ago
  78. af6f344 ->db->count_all_results() will now return an integer instead of a string. by Phil Sturgeon · 14 years ago
  79. d0ac1a2 Better potential fix for escaping MySQL keywords with backticks on insert/update. by Phil Sturgeon · 14 years ago
  80. c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
  81. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  82. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  83. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  84. 43753fd Added $ar_keys clearing out to _reset_write(). by Robin Sowell · 14 years ago
  85. 88f8d9f Removing the following deprecated database methods: orwhere, orlike, groupby, orhaving, orderby, getwhere. by Greg Aker · 14 years ago
  86. cf57955 full on scaffolding removal by Derek Jones · 15 years ago
  87. d10e896 added batch insert/update and a replace method to active record by Derek Jones · 15 years ago
  88. 0d42489 Misspelled class property in db class. _like_escape_chr, not _like_escape_char by Greg Aker · 15 years ago
  89. 7f3719f updated copyrights by Derek Jones · 15 years ago
  90. 03d783b bug fix and typo fixes by Derek Allard · 16 years ago
  91. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  92. e4ed583 added LIKE condition escaping to all drivers and Active Record by Derek Jones · 16 years ago
  93. e37ab38 DB count_all() not returns an integer always by Derek Allard · 16 years ago
  94. ef22efd Added where_in to the list of expected arguments received by delete() by Derek Allard · 16 years ago
  95. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  96. 0efc4d3 Fixed order_by bug #5704 by Rick Ellis · 16 years ago
  97. 849ecde Added AR caching features to update and delete functions by Rick Ellis · 16 years ago
  98. 65837c7 Removed limit and order from the AR caching routine, as these are not supported. by Rick Ellis · 16 years ago
  99. 2301259 Oops! I missed resetting the cache array in the flush function in my last commit. by Rick Ellis · 16 years ago
  100. 392f09d Fixed an AR caching bug: 4995 by Rick Ellis · 16 years ago