Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-03 | Polish changes following #3305 | Andrey Andreev | 7 | -15/+42 | |
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/ | |||||
2014-11-03 | Remove comment field definition from all other forge classes | Zachary Flower | 20 | -140/+0 | |
2014-11-03 | Move MySQL comments to MySQL forge classes only | Zachary Flower | 4 | -36/+15 | |
2014-11-03 | Move comment field after unique field in db forge | Zachary Flower | 4 | -6/+6 | |
2014-11-03 | Ensure forge comments are actually getting parsed | Zachary Flower | 1 | -0/+2 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Disable database COMMENT field by default in all other DB Forge drivers | Zachary Flower | 20 | -0/+140 | |
Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-11-03 | Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, ↵ | Zachary Flower | 4 | -0/+33 | |
mysql, and mysqli) Signed-off-by: Zachary Flower <zach@ninjaninja.net> | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 79 | -1119/+2005 | |
2014-10-20 | Escape the array elements separately and join them in compile_binds() | clawoo | 1 | -2/+7 | |
2014-10-18 | Escape arrays sent as binding values for database queries. | clawoo | 1 | -1/+6 | |
2014-09-29 | Close #3194 | Andrey Andreev | 1 | -0/+4 | |
2014-09-29 | Revert #3194 | Andrey Andreev | 1 | -13/+0 | |
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257 | |||||
2014-09-18 | Fix #3242 | Andrey Andreev | 1 | -1/+1 | |
2014-09-17 | Fix #3238 | Andrey Andreev | 2 | -7/+10 | |
Close #3239 | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -8/+3 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-08-27 | Merge pull request #3202 from rougin/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed typo error | |||||
2014-08-27 | Removed empty line | Rougin Gutib | 1 | -1/+1 | |
2014-08-26 | Merge pull request #3195 from hArpanet/develop | Andrey Andreev | 1 | -3/+3 | |
ibase_driver returning whitespace in table/column names | |||||
2014-08-26 | ibase_driver add table/column aliases | hArpanet | 1 | -3/+3 | |
to satisfy DB_driver expectations | |||||
2014-08-24 | Fixed typo error | Rougin Royce Gutib | 1 | -2/+2 | |
2014-08-22 | Query builder, IS NOT NULL support #3194: Strict comparison. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-21 | Query builder: IS NOT NULL support implementation, see #3194 | Ivan Tcholakov | 1 | -0/+9 | |
2014-08-21 | ibase_driver returning whitespace in table/column names | hArpanet | 1 | -3/+3 | |
Currently all Table and Field names are returned padded with whitespace up to string(124). | |||||
2014-08-15 | Fix #3187 | Andrey Andreev | 1 | -1/+1 | |
2014-07-05 | Missing looping index added. Without index empty rows returned for csv ↵ | Dionysis Arvanitis | 1 | -1/+1 | |
column headers. | |||||
2014-07-01 | Fix #3124 | Andrey Andreev | 1 | -2/+2 | |
2014-06-19 | Fix #3112 | Andrey Andreev | 4 | -15/+4 | |
2014-05-09 | Call data_seek(0) only if we've used DB_result::*row*() methods | Andrey Andreev | 1 | -3/+3 | |
This should fix HHVM where it throws 'Unable to jump to row 0 on MySQL result index X' error messages for ext/mysqli | |||||
2014-05-09 | Remove (most of) error suppression from database drivers (issue #3036) | Andrey Andreev | 17 | -56/+61 | |
2014-05-07 | Remove error-masking '@' in mysqli_driver (See: ↵ | mdunisch | 1 | -2/+2 | |
https://github.com/EllisLab/CodeIgniter/issues/3036) | |||||
2014-04-30 | Added `_trans_failure` property to fix PHP Warning. | Ahmedul Haque Abid | 1 | -0/+9 | |
2014-04-25 | Minor fixes | vlakoff | 1 | -1/+1 | |
2014-04-09 | Removed BOM | Etki | 1 | -1/+1 | |
2014-04-09 | Microfix | Etki | 1 | -7/+1 | |
cleaned `return true; return true;` construction | |||||
2014-03-31 | [ci skip] Fix #2972 | Andrey Andreev | 1 | -1/+1 | |
2014-03-24 | [ci skip] Spacing adjustments | Andrey Andreev | 1 | -10/+10 | |
2014-03-17 | Fix DB forge unsigned attribute (PR #2949) | Andrey Andreev | 1 | -15/+13 | |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 2 | -4/+4 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-03-10 | Fix #2928, #2929 | Andrey Andreev | 1 | -0/+1 | |
2014-03-10 | Fix #2928 | Andrey Andreev | 1 | -2/+5 | |
2014-03-10 | Add support for callable form validation rules | Andrey Andreev | 1 | -1/+1 | |
2014-02-27 | Call db_connect(TRUE) instead of db_pconnect() + some style changes | Andrey Andreev | 2 | -30/+30 | |
2014-02-26 | More removal of error suppression usage | Andrey Andreev | 2 | -9/+6 | |
2014-02-26 | Don't use error suppression on is_dir(), file_exists() | Andrey Andreev | 4 | -4/+4 | |
2014-02-25 | Revert to error suppression on mysql_(p)connect() due to deprecation messages | Andrey Andreev | 1 | -2/+2 | |
2014-02-25 | Remove error suppression usage from db_connect() | Andrey Andreev | 6 | -10/+10 | |
2014-02-25 | Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition | Andrey Andreev | 13 | -214/+51 | |
2014-02-20 | Don't use error suppression with ini_set() | Andrey Andreev | 1 | -1/+1 | |
2014-02-11 | 2013 > 2014 | darwinel | 79 | -79/+79 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-09 | Style Guide | darwinel | 1 | -1/+1 | |
Logical Operators Use of || is discouraged as its clarity on some output devices is low (looking like the number 11 for instance). && is preferred over AND but either are acceptable, and a space should always precede and follow ! |