Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 1 | -0/+25 | |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 1 | -2/+10 | |
2012-04-05 | Added a default _truncate() method to CI_DB_active_record | Andrey Andreev | 1 | -0/+18 | |
2012-04-05 | Replaced driver instances of _replace() with one in CI_DB_active_record | Andrey Andreev | 1 | -8/+25 | |
2012-04-05 | Added a default _update() method to CI_DB_active_record | Andrey Andreev | 1 | -0/+27 | |
2012-04-05 | Replaced driver instances of _insert() with one in CI_DB_active_record | Andrey Andreev | 1 | -1/+18 | |
2012-04-05 | Added a default _insert_batch() method instead of requiring each driver to ↵ | Andrey Andreev | 1 | -0/+17 | |
define it and fixed 2 issues related to it | |||||
2012-03-26 | Remove remaining access description lines from database classes and ↵ | Andrey Andreev | 1 | -25/+15 | |
styleguide example | |||||
2012-03-20 | Remove extraneous newlines | Timothy Warren | 1 | -11/+11 | |
2012-03-19 | Made database parent classes and methods abstract | Timothy Warren | 1 | -1/+1 | |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 1 | -0/+1 | |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -33/+29 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-06 | Resolve _protect_identifiers()/protect_identifiers() usage issues | Andrey Andreev | 1 | -33/+29 | |
2012-03-05 | Fix issue #64 | Hamza Bhatti | 1 | -1/+1 | |
Modify regular expression to be able to handle SQL bracket delimiters for column names that contain special characters or SQL keywords. Signed-off-by: Hamza Bhatti <tiyowan@gmail.com> | |||||
2012-03-04 | Merged develop and fixed conflicts. | Phil Sturgeon | 1 | -319/+281 | |
2012-02-29 | Change end() usage due to E_STRICT messages | Andrey Andreev | 1 | -1/+2 | |
2012-01-09 | Fix error undefined variable query on count_all_results db active record | Purwandi | 1 | -3/+2 | |
2012-01-08 | Swap two vars for readability | Andrey Andreev | 1 | -1/+1 | |
2012-01-08 | Improve database classes | Andrey Andreev | 1 | -278/+126 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-28 | added query grouping to Active Record | WanWizard | 1 | -72/+186 | |
this is a feature that has been lacking for a very long time. lots of people complained about it over the years, but it never got added so you'd have to resort to handcrafted queries when you needed this feature. This is a port of code from DataMapper, in use since CI 1.6. | |||||
2011-12-25 | Merge branch 'develop' into feature/unit-tests | Greg Aker | 1 | -5/+9 | |
2011-12-25 | Fixing soft tabs in a few files. | Greg Aker | 1 | -1/+1 | |
2011-12-22 | Adding $escape parameter to the order_by function, this enables ordering by ↵ | pporlan | 1 | -3/+7 | |
custom fields | |||||
2011-12-20 | #798: update changelog and typo fix | Mancy | 1 | -1/+1 | |
2011-12-20 | taking care of LIKE when used in UPDATE statement #798 | Mancy | 1 | -1/+1 | |
2011-11-27 | Merge branch 'refs/heads/develop' into feature/unit-tests | Eric Barnes | 1 | -66/+273 | |
Conflicts: user_guide/helpers/number_helper.html | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-10-14 | Merged with development | Kyle Farris | 1 | -4/+4 | |
2011-09-28 | Fixing issue 465: select_max is adding prefix to table aliases when is not ↵ | Juan José González | 1 | -1/+1 | |
necessary | |||||
2011-09-07 | Use NULL as the default value for offset in limit(x, offset) so that default ↵ | Phil Sturgeon | 1 | -2/+2 | |
is not LIMIT 0. | |||||
2011-09-02 | fixes potential SQL injection vector in Active Record offset() | kenjis | 1 | -1/+1 | |
2011-08-31 | One more formatting fix. | Kyle Farris | 1 | -5/+5 | |
2011-08-31 | Merged changes with development. | Kyle Farris | 1 | -4/+8 | |
2011-08-31 | Fixed some items based on code comments by gaker. | Kyle Farris | 1 | -47/+49 | |
2011-08-26 | Small formatting fix. | kylefarris | 1 | -1/+1 | |
2011-08-26 | Added get_compiled_select(), get_compiled_insert(), get_compiled_update(), ↵ | Kyle Farris | 1 | -34/+223 | |
get_compiled_delete(), and reset_query() methods. to the Active Record class. | |||||
2011-08-21 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Phil Sturgeon | 1 | -1/+1 | |
feature/unit-tests | |||||
2011-08-21 | Fix for issue #106 | Dan Montgomery | 1 | -1/+1 | |
2011-08-21 | Merge branch 'develop' into feature/unit-tests | Greg Aker | 1 | -2/+6 | |
2011-08-21 | Added ability to _like paramater side to use 'none', in case one wants to ↵ | Nithin | 1 | -2/+6 | |
query like instead of where without case being sensitive | |||||
2011-08-20 | Merge branch 'develop' into feature/unit-tests | Greg Aker | 1 | -175/+147 | |
Conflicts: .hgignore | |||||
2011-08-10 | Typecast limit and offset in the Database Driver to integers. Fixes ↵ | Phil Sturgeon | 1 | -2/+2 | |
https://bitbucket.org/ellislab/codeigniter-reactor/issue/341/active-record-limit-function-have-sql#comment-597403 | |||||
2011-08-10 | Fixed typo in ActiveRecord. | Phil Sturgeon | 1 | -1/+1 | |
2011-08-10 | Fixed a bug where using this->db->select_max(), this->db->select_min(), etc ↵ | Phil Sturgeon | 1 | -1/+2 | |
could throw notices. Thanks to w43l for the patch. | |||||
2011-07-23 | Fixed having method to insert quotes. | Adam Jackett | 1 | -1/+1 | |
2011-07-15 | ... set_dbprefix(). Programatically set the prefix, great for multi-site ↵ | Phil Sturgeon | 1 | -0/+15 | |
systems that "namespace" with prefixes. | |||||
2011-07-15 | Was working on this file so PHP5ified the method visibility scopes. ↵ | Phil Sturgeon | 1 | -154/+106 | |
Pointless, but was adding... | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 1 | -11/+15 | |
648b42a75739, which was a NON-trivial whitespace commit |