- 7eaa14f Alter fix for issue #1257 by Andrey Andreev · 12 years ago
- cd50592 Fix issue #1257 by Andrey Andreev · 12 years ago
- 49aa45b Fix a few join() bugs by Andrey Andreev · 13 years ago
- 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
- eb22d54 Fix get_where() test by Andrey Andreev · 13 years ago
- 40f1404 Fix issues #1529 & #1530 by Andrey Andreev · 13 years ago
- 35443c6 Change where() to skip dbprefix (until a better solution is available) by Andrey Andreev · 13 years ago
- 2c35b64 Add a default _limit() method to the Query Builder class by Andrey Andreev · 13 years ago
- 58803fb Add _where() changes from pull #1517 to the PostgreSQL driver by Andrey Andreev · 13 years ago
- bc69f36 fixed query grouping when using where($array) syntax by WanWizard · 13 years ago
- 777153d Changed limit() and offset() to ignore NULL values by Andrey Andreev · 13 years ago
- 3751f93 Add join() USING support by Andrey Andreev · 13 years ago
- 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
- f512b73 Spelling fixes - `wether` to `whether` by Alex Bilbie · 13 years ago
- fe642da All Query Builder methods to respect _protect_identifiers by default by Andrey Andreev · 13 years ago
- 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
- d24160c Changed order_by() default escaping to _protect_identifiers by Andrey Andreev · 13 years ago
- 974c75b Fix having() by Andrey Andreev · 13 years ago
- e10fb79 Fix issue #1483 by Andrey Andreev · 13 years ago
- 8295c84 Fix issue #1482 by Andrey Andreev · 13 years ago
- 4287023 join() with multiple conditions and optional escape parameter by Andrey Andreev · 13 years ago
- 1d1d7ff Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1 by Andrey Andreev · 13 years ago
- e630279 Fix a join() issue by Andrey Andreev · 13 years ago
- 88cb278 Fix issue #1456 by Andrey Andreev · 13 years ago
- 650b4c0 Remove unused qb_order property + other minor changes by Andrey Andreev · 13 years ago
- 392b6ad Fix _where() with multiple condition custom query by Andrey Andreev · 13 years ago
- 9c14f65 Fix _where() escaping operators by Andrey Andreev · 13 years ago
- 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
- 6600b69 Return $this when values ($key OR $values) is NULL by Rafael Queiroz · 13 years ago
- 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
- fc11dcc Alter SQLite3's version() method and clear some spaces by Andrey Andreev · 13 years ago
- e4c3019 Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792 by Andrey Andreev · 13 years ago
- 142b618 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 48a2baf Replaced `==` with `===` and `!=` with `!==` in /system/database by Alex Bilbie · 13 years ago
- 2d8707f Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 7b5eb73 Fix issue #1273 and some cleanup in Query Builder by Andrey Andreev · 13 years ago
- f777d3d Fixed conflicts with 2.1-stable merge. by Phil Sturgeon · 13 years ago
- 193d448 Minor assignment fix. Can not use $array[] for reading. by George Petsagourakis · 13 years ago
- d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
- 0cd8c79 Just the method, not the property by Jamie Rumbelow · 13 years ago
- 0c09299 accounting for the rename of protect_identifiers by Jamie Rumbelow · 13 years ago
- 17c1bed Updating a couple more references to the AR class in documentation [#1061] by Jamie Rumbelow · 13 years ago
- 3b1355c Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
- ae123e0 Fixing an error in #1061 by Jamie Rumbelow · 13 years ago
- 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]
- 1d160e7 Fix error undefined variable query on count_all_results db active record by Purwandi · 13 years ago
- 0f7decc Swap two vars for readability by Andrey Andreev · 13 years ago
- 24276a3 Improve database classes by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- 7219c07 added query grouping to Active Record by WanWizard · 13 years ago
- 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
- 2c685fb Adding $escape parameter to the order_by function, this enables ordering by custom fields by pporlan · 13 years ago
- 0d91fd2 #798: update changelog and typo fix by Mancy · 13 years ago
- c4caf5a taking care of LIKE when used in UPDATE statement #798 by Mancy · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- ad17f4b Merged with development by Kyle Farris · 13 years ago
- 8b4d83b Fixing issue 465: select_max is adding prefix to table aliases when is not necessary by Juan José González · 13 years ago
- 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
- 0e85763 fixes potential SQL injection vector in Active Record offset() by kenjis · 13 years ago
- 81ef70f One more formatting fix. by Kyle Farris · 13 years ago
- 2de2fa0 Merged changes with development. by Kyle Farris · 13 years ago
- 7611601 Fixed some items based on code comments by gaker. by Kyle Farris · 13 years ago
- 0a3176b Small formatting fix. by kylefarris · 13 years ago
- 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
- 7e7338e Fix for issue #106 by Dan Montgomery · 13 years ago
- 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
- 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
- fcb8c9e Fixed typo in ActiveRecord. by Phil Sturgeon · 13 years ago
- 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
- e611d8c Fixed having method to insert quotes. by Adam Jackett · 14 years ago
- 8a02247 ... set_dbprefix(). Programatically set the prefix, great for multi-site systems that "namespace" with prefixes. by Phil Sturgeon · 14 years ago
- 9789f32 Was working on this file so PHP5ified the method visibility scopes. Pointless, but was adding... by Phil Sturgeon · 14 years ago
- d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
- 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
- 2e1837a Fix #275 -- regression in db::_compile_select(). Thanks @patwork for the patch by Greg Aker · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 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
- af6f344 ->db->count_all_results() will now return an integer instead of a string. by Phil Sturgeon · 14 years ago
- d0ac1a2 Better potential fix for escaping MySQL keywords with backticks on insert/update. by Phil Sturgeon · 14 years ago
- c3a4a8d Whitespace cleanup in db classes by Pascal Kriete · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 43753fd Added $ar_keys clearing out to _reset_write(). by Robin Sowell · 14 years ago
- 88f8d9f Removing the following deprecated database methods: orwhere, orlike, groupby, orhaving, orderby, getwhere. by Greg Aker · 14 years ago
- cf57955 full on scaffolding removal by Derek Jones · 15 years ago
- d10e896 added batch insert/update and a replace method to active record by Derek Jones · 15 years ago
- 0d42489 Misspelled class property in db class. _like_escape_chr, not _like_escape_char by Greg Aker · 15 years ago
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- 03d783b bug fix and typo fixes by Derek Allard · 16 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- e4ed583 added LIKE condition escaping to all drivers and Active Record by Derek Jones · 16 years ago
- e37ab38 DB count_all() not returns an integer always by Derek Allard · 16 years ago
- ef22efd Added where_in to the list of expected arguments received by delete() by Derek Allard · 16 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- 0efc4d3 Fixed order_by bug #5704 by Rick Ellis · 16 years ago
- 849ecde Added AR caching features to update and delete functions by Rick Ellis · 16 years ago
- 65837c7 Removed limit and order from the AR caching routine, as these are not supported. by Rick Ellis · 16 years ago
- 2301259 Oops! I missed resetting the cache array in the flush function in my last commit. by Rick Ellis · 16 years ago
- 392f09d Fixed an AR caching bug: 4995 by Rick Ellis · 16 years ago