1. 4173823 Fix #2041 by Andrey Andreev · 12 years ago
  2. 3a5efc2 Fix issue #2015 by Andrey Andreev · 12 years ago
  3. eae17d1 Fix issues #751 and #2004 by Andrey Andreev · 12 years ago
  4. 02e4cd7 Fix PostgreSQL WHERE with boolean values by Andrey Andreev · 12 years ago
  5. 98e46cf Add seed values support for Query Builder order_by by Andrey Andreev · 12 years ago
  6. 083e3c8 Fix #589 by Andrey Andreev · 12 years ago
  7. bdd9c11 Add an optional escape parameter to insert() and insert_batch() by Andrey Andreev · 12 years ago
  8. ae85eb4 DocBlocks for base DB classes by Andrey Andreev · 12 years ago
  9. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  10. b107e57 Remove var_dump() missed in a previous commit by Andrey Andreev · 12 years ago
  11. 87f4dc2 Fix an update_string() bug by Andrey Andreev · 12 years ago
  12. b05f506 Fix issue #59 by Andrey Andreev · 12 years ago
  13. e474258 Add missing delimiter in preg_quote() occurences (fix #1929) by Andrey Andreev · 12 years ago
  14. 9f808b0 An alternative to affected_rows() for insert_batch() and update_batch() (ref #126) by Andrey Andreev · 12 years ago
  15. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  16. 93dd2f2 Fix issue #1925 (order_by() with = FALSE) by Andrey Andreev · 12 years ago
  17. a53ea84 Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit() by Andrey Andreev · 12 years ago
  18. 082aa40 Fix where() & having() escaping/prefixing literal values containing a period by Andrey Andreev · 12 years ago
  19. a23e10f Really fix order_by() by Andrey Andreev · 12 years ago
  20. fc043b3 Fix order_by() by Andrey Andreev · 12 years ago
  21. cc02db9 Fix where_in() by Andrey Andreev · 12 years ago
  22. f2ec8b8 Fix where() with literal multiple conditions by Andrey Andreev · 12 years ago
  23. 0bcf590 Fix having(), group_by() by Andrey Andreev · 12 years ago
  24. 13f5054 Fix delete() with multiple tables and an erroneous variable by Andrey Andreev · 12 years ago
  25. 9d3aa1b Fix _get_operator() for 'LIKE expr ESCAPE' by Andrey Andreev · 12 years ago
  26. bffe3fb Merge changes from develop by Andrey Andreev · 12 years ago
  27. e78f815 Missed an underscore ... doh by Andrey Andreev · 12 years ago
  28. 7eaa14f Alter fix for issue #1257 by Andrey Andreev · 12 years ago
  29. cd50592 Fix issue #1257 by Andrey Andreev · 12 years ago
  30. 2d48623 Implement _compile_order_by() by Andrey Andreev · 13 years ago
  31. 96feb58 Implement group_by() compiler and no_escape feature by Andrey Andreev · 13 years ago
  32. c9b924c Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts + add _compile_group_by() method by Andrey Andreev · 13 years ago
  33. 94611df Remove qb_wherein property by Andrey Andreev · 13 years ago
  34. d40459d Merge where() and having() logic - it's structurally identical and only the keyword differs by Andrey Andreev · 13 years ago
  35. b047865 Remove dependancies on qb_like and remove unneeded parameters from _delete(), _like(), _update(), _update_batch() by Andrey Andreev · 13 years ago
  36. ededc4a Change _like() to append to the qb_where array by Andrey Andreev · 13 years ago
  37. 6e70475 Fix WHERE escaping/prefixing by Andrey Andreev · 13 years ago
  38. 49aa45b Fix a few join() bugs by Andrey Andreev · 13 years ago
  39. 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
  40. eb22d54 Fix get_where() test by Andrey Andreev · 13 years ago
  41. 40f1404 Fix issues #1529 & #1530 by Andrey Andreev · 13 years ago
  42. 35443c6 Change where() to skip dbprefix (until a better solution is available) by Andrey Andreev · 13 years ago
  43. 2c35b64 Add a default _limit() method to the Query Builder class by Andrey Andreev · 13 years ago
  44. 58803fb Add _where() changes from pull #1517 to the PostgreSQL driver by Andrey Andreev · 13 years ago
  45. bc69f36 fixed query grouping when using where($array) syntax by WanWizard · 13 years ago
  46. 777153d Changed limit() and offset() to ignore NULL values by Andrey Andreev · 13 years ago
  47. 3751f93 Add join() USING support by Andrey Andreev · 13 years ago
  48. 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
  49. f512b73 Spelling fixes - `wether` to `whether` by Alex Bilbie · 13 years ago
  50. fe642da All Query Builder methods to respect _protect_identifiers by default by Andrey Andreev · 13 years ago
  51. 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
  52. d24160c Changed order_by() default escaping to _protect_identifiers by Andrey Andreev · 13 years ago
  53. 974c75b Fix having() by Andrey Andreev · 13 years ago
  54. e10fb79 Fix issue #1483 by Andrey Andreev · 13 years ago
  55. 8295c84 Fix issue #1482 by Andrey Andreev · 13 years ago
  56. 4287023 join() with multiple conditions and optional escape parameter by Andrey Andreev · 13 years ago
  57. 1d1d7ff Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1 by Andrey Andreev · 13 years ago
  58. e630279 Fix a join() issue by Andrey Andreev · 13 years ago
  59. 88cb278 Fix issue #1456 by Andrey Andreev · 13 years ago
  60. 650b4c0 Remove unused qb_order property + other minor changes by Andrey Andreev · 13 years ago
  61. 392b6ad Fix _where() with multiple condition custom query by Andrey Andreev · 13 years ago
  62. 9c14f65 Fix _where() escaping operators by Andrey Andreev · 13 years ago
  63. 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
  64. 6600b69 Return $this when values ($key OR $values) is NULL by Rafael Queiroz · 13 years ago
  65. 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
  66. fc11dcc Alter SQLite3's version() method and clear some spaces by Andrey Andreev · 13 years ago
  67. e4c3019 Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 by Andrey Andreev · 13 years ago
  68. 142b618 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  69. 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
  70. 2d8707f Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  71. 7b5eb73 Fix issue #1273 and some cleanup in Query Builder by Andrey Andreev · 13 years ago
  72. f777d3d Fixed conflicts with 2.1-stable merge. by Phil Sturgeon · 13 years ago
  73. 193d448 Minor assignment fix. Can not use $array[] for reading. by George Petsagourakis · 13 years ago
  74. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  75. 0cd8c79 Just the method, not the property by Jamie Rumbelow · 13 years ago
  76. 0c09299 accounting for the rename of protect_identifiers by Jamie Rumbelow · 13 years ago
  77. 17c1bed Updating a couple more references to the AR class in documentation [#1061] by Jamie Rumbelow · 13 years ago
  78. 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  79. ae123e0 Fixing an error in #1061 by Jamie Rumbelow · 13 years ago
  80. 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]
  81. 1d160e7 Fix error undefined variable query on count_all_results db active record by Purwandi · 13 years ago
  82. 0f7decc Swap two vars for readability by Andrey Andreev · 13 years ago
  83. 24276a3 Improve database classes by Andrey Andreev · 13 years ago
  84. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  85. 7219c07 added query grouping to Active Record by WanWizard · 13 years ago
  86. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  87. 2c685fb Adding $escape parameter to the order_by function, this enables ordering by custom fields by pporlan · 13 years ago
  88. 0d91fd2 #798: update changelog and typo fix by Mancy · 13 years ago
  89. c4caf5a taking care of LIKE when used in UPDATE statement #798 by Mancy · 13 years ago
  90. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  91. ad17f4b Merged with development by Kyle Farris · 13 years ago
  92. 8b4d83b Fixing issue 465: select_max is adding prefix to table aliases when is not necessary by Juan José González · 13 years ago
  93. 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
  94. 0e85763 fixes potential SQL injection vector in Active Record offset() by kenjis · 13 years ago
  95. 81ef70f One more formatting fix. by Kyle Farris · 13 years ago
  96. 2de2fa0 Merged changes with development. by Kyle Farris · 13 years ago
  97. 7611601 Fixed some items based on code comments by gaker. by Kyle Farris · 13 years ago
  98. 0a3176b Small formatting fix. by kylefarris · 13 years ago
  99. 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
  100. 7e7338e Fix for issue #106 by Dan Montgomery · 13 years ago