- 76e6217 Fixed conflict in changelog. by Phil Sturgeon · 13 years ago
- 40b28e9 Fixed having method to insert quotes. by Adam Jackett · 14 years ago
- 5025929 Fixed conflicted changelog. by Phil Sturgeon · 14 years ago
- 26b9ae2 Was working on this file so PHP5ified the method visibility scopes. Pointless, but was adding... by Phil Sturgeon · 14 years ago
- 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
- 4b9c629 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
- 000f89d by Rick Ellis · 16 years ago
- 5952359 Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly. by Rick Ellis · 16 years ago
- 852160a Swiched to escape() rather then escape_str(), as per bug report #4680 by Rick Ellis · 16 years ago
- 9f02e3c Added backticks around column names in where clause. Bug report number: 4668 by Rick Ellis · 16 years ago
- ff73401 Did a little clean up. Nothing that affected functionality by Rick Ellis · 16 years ago
- 37b3ecf updated copyright by Rick Ellis · 16 years ago
- 7e98a27 whitespace, whitespace, schmeitespace by Derek Jones · 17 years ago
- c06f58e compacting some whitespace by Derek Jones · 17 years ago
- d8364c4 bit of a code cleanup by Derek Allard · 17 years ago
- 694096e change AR behaviour so that blank values result in empty quotes by Derek Allard · 17 years ago
- a459b46 Fixed a bug (#4561) where orhaving() wasn't properly passing values. by Derek Allard · 17 years ago
- 513ce07 Moved the _has_operators() function into DB_driver from DB_active_rec. by Derek Allard · 17 years ago
- 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
- 5fe155e Escape behaviour in where() clauses has changed; values in those with the "FALSE" argument are no longer escaped (ie: quoted). by Derek Allard · 17 years ago
- a632589 Fixed a bug in AR compiling, where select statements with arguments got incorrectly escaped (#3478). by Derek Allard · 17 years ago
- a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
- c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
- 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
- d007243 flipped the $not flag for or_where_not_in() by Derek Jones · 17 years ago
- 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
- 5162fc7 Fixed an AR bug when joining with a table alias and table prefix (#4400). by Derek Allard · 17 years ago
- 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
- 96863ce testing an escape issue by Derek Allard · 17 years ago
- e808aac Added the ability to prevent escaping in having() clauses. by Derek Allard · 17 years ago
- 8b2f19b change to the way AR handles aliased tables by Derek Allard · 17 years ago
- 49ef042 fix silly copy-paste error in active record by Derek Allard · 17 years ago
- 43e8cbf added or_having, deprecated orhaving by Derek Allard · 17 years ago
- 9a4d1da Fixed an AR_caching error where it wasn't tracking table aliases (#3463) by Derek Allard · 17 years ago
- 7825526 cache_stop() fix... by Derek Allard · 17 years ago
- 9b3e7b5 Added and documented Active Record caching. Made AR fully database-prefix aware by Derek Allard · 17 years ago
- 4a310b7 fix orlike to call or_like by Derek Allard · 17 years ago
- c6ad023 Abstracted FROM table listing in Active Record for databases that do not support parenthetic grouping of tables to explicitly define operator precedence by Derek Jones · 17 years ago
- 50bce4e fix extraneous returns and variables by Derek Allard · 17 years ago
- cdd2ab2 fixing www.codeigniter.com to codeigniter.com by Derek Allard · 17 years ago
- 3b11868 Added $this->db->dbprefix() to manually add database prefixes. by Derek Allard · 17 years ago
- 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
- 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
- 8f00021 reset where_in array after a call (bug# 3259) by Derek Allard · 17 years ago
- 05b3a5d orderby fix by Derek Allard · 17 years ago
- 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
- 39af731 removed raw_where and raw_or_where. They duplicated existing functionality better left elsewhere. by Derek Allard · 17 years ago
- 67b44ed added raw_where() and raw_or_where() into AR by Derek Allard · 17 years ago
- 848b776 Fixed a bug in _object_to_array that broke some types of inserts and updates. by Derek Allard · 17 years ago
- 5e12894 Added the ability to use aliases with joins in Active Record. by Derek Allard · 17 years ago
- 41f60d4 Added the ability to pass an array of tables to the delete() statement in Active Record. by Derek Allard · 17 years ago
- 15ddc9d Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL" by Derek Allard · 17 years ago
- 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
- e77d77c Added support for limit() into update() and delete() statements in Active Record. by Derek Allard · 17 years ago
- da6d240 Added support for limit() into update() statements in Active Record. by Derek Allard · 17 years ago
- c693551 Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Active Record. by Derek Allard · 17 years ago
- 80dd702 Added where_in() to Active Record. by Derek Allard · 17 years ago
- 6ddb5a1 Added 'random' as an order_by() option in Active Record. by Derek Allard · 17 years ago
- 694b5b8 Added count_all_results() function to Active Record. by Derek Allard · 17 years ago
- 04036f3 removed a duplicate function by Derek Allard · 17 years ago
- 218e2bc Added a third parameter to Active Record's like() clause to control where the wildcard goes. by Derek Allard · 17 years ago
- 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
- 9278249 Removed "rand()" as a listed option from orderby in the Active Record, as it was MySQL only. by Derek Allard · 17 years ago
- d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
- 09de185 updated AR join() to accommodate database prefixes by Derek Allard · 18 years ago
- bb43372 by Rick Ellis · 18 years ago
- c50747c by admin · 18 years ago
- e334c47 by admin · 18 years ago
- fafe28b by admin · 18 years ago
- ee54c11 by admin · 18 years ago
- 402d1d5 by admin · 18 years ago
- ac94f38 by admin · 18 years ago